first-run Skill
Guide a new user through their first computer-use agent run (env check, safe browser-only task, then open the trajectory viewer). Published by anthropics in claude-quickstarts.
What is first-run Skill?
Guide a new user through their first computer-use agent run (env check, safe browser-only task, then open the trajectory viewer). Published by anthropics in claude-quickstarts. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Browser automation use cases
Technical details
- Install or run with Copy skill directory
When to use first-run Skill
- Use it for browser automation.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-quickstarts
- Skill file: computer-use-best-practices/.claude/skills/first-run/SKILL.md
What it does
Guide a new user through their first computer-use agent run (env check, safe browser-only task, then open the trajectory viewer).
Skill instructions
First run Walk the user through running this demo for the first time. Be conversational and pause for confirmation between phases; the goal is that they understand what each step does, not just that the commands succeed. 0. Orient Briefly say what is about to happen: you will check their setup, run one safe browser-only task that does not touch their mouse or keyboard, and then open the trajectory viewer so they can see what the model saw. 1. Environment check Never read the contents of .env. Do not cat, grep (without -q), Read, or otherwise display it — the user's API key must never appear in this conversation or in your context. Only check for its presence. - Confirm a virtual environment is active and dependencies are installed: python -c "import computeruse, playwright; print('ok')". If that import fails, point them at the Installation section of README.md and stop. - Confirm .env exists and the API key is set without ever printing it: [ -f .env ] && grep -q '^ANTHROPICAPIKEY=.' .e
Explore related resources
Frequently asked questions
What is first-run?
first-run is a open-source AI agent skill with Copy skill directory. Guide a new user through their first computer-use agent run (env check, safe browser-only task, then open the trajectory viewer).
Who is first-run best for?
first-run is best for reusing agent instructions, scripts, and references, browser automation workflows.
How do I install first-run?
Install or run first-run using Copy skill directory. Check first-run for the latest setup command.
Is first-run actively maintained?
first-run may need a closer maintenance check before production use.
Auto-fetched from GitHub.