Knowledge about the presentation slide format, weight system, navigation, and section structure
agent-browser
agent-browser is an open-source workflow skill for Claude Code and compatible agents, published by shanraisshan. Its author describes it as: “Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automatin…”. The project has 64k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/shanraisshan/claude-code-best-practice ~/.claude/skills/agent-browser`.
Installation
Add agent-browser to your agent with:
git clone https://github.com/shanraisshan/claude-code-best-practice ~/.claude/skills/agent-browser Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for agent-browser when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in shanraisshan/claude-code-best-practice, an established project with 64,068 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does agent-browser do?
- Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
- How do I install agent-browser?
- Run git clone https://github.com/shanraisshan/claude-code-best-practice ~/.claude/skills/agent-browser in your agent, then reload your skills. Review the source at https://github.com/shanraisshan/claude-code-best-practice before installing.
- Is agent-browser free to use?
- Yes. agent-browser is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does agent-browser come from?
- agent-browser ships inside shanraisshan/claude-code-best-practice, a repository that contains 10 catalogued skills in total. The repository's 64,068 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Workflow →Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation
The conceptual framework behind the presentation — what "Vibe Coding to Agentic Engineering" means, why the journey is structured the way it is, and how every slide fits the narrative arc
Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API