{
  "markdown": "# claude-code-browser-act\n\nA [Claude Code](https://claude.com/claude-code) plugin providing BrowserAct skills for browser automation and reusable website-skill generation via the [`browser-act` CLI](https://pypi.org/project/browser-act-cli/).\n\nHomepage: <https://www.browseract.com>\n\n## Skills\n\n| Skill | Purpose |\n|---|---|\n| `browser-act` | Runs a browser to extract rendered website data, interact with pages, and capture screenshots. |\n| `browser-act-skill-forge` | Creates reusable website automation Skills with browser-act after authorized exploration. |\n\n`browser-act` uses the BrowserAct CLI to extract rendered website data, perform page interactions, and capture screenshots. It loads the matching runtime workflow with:\n\n```bash\nbrowser-act get-skills core --skill-version 2.0.2\n```\n\n`browser-act-skill-forge` explores a website's implementation path and generates reusable, site-specific Skill packages. Its `references/` directory is part of the Skill and defines the exploration procedures and output format.\n\n## Requirements\n\n- Python 3.12\n- [`uv`](https://docs.astral.sh/uv/)\n- `browser-act-cli`\n\nInstall the CLI when it is not already available:\n\n```powershell\nuv tool install browser-act-cli --python 3.12\n```\n\n## Install\n\nAdd the marketplace:\n\n```text\n/plugin marketplace add browser-act/claude-code-browser-act\n```\n\nThen install the plugin:\n\n```text\n/plugin install browser-act@browseract\n```\n\n## Update\n\n```text\n/plugin marketplace update browseract\n```\n\nThe current plugin version is `0.1.0`. Versioning follows [semver](https://semver.org/) via the `version` field in `plugins/browser-act/.claude-plugin/plugin.json`.\n\n## Repository contents\n\n- `.claude-plugin/marketplace.json` defines the Claude Code marketplace.\n- `plugins/browser-act/.claude-plugin/plugin.json` defines the plugin metadata.\n- `plugins/browser-act/skills/browser-act/` contains the browser automation Skill.\n- `plugins/browser-act/skills/browser-act-skill-forge/` contains the reusable website-Skill generation workflow and its required references.\n- `README.md` and `LICENSE` document the package and license.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n",
  "bytes": 2149,
  "sha": "932037500f3b0f0c479e68a65c2dcd24be08a47b4242334ab90ac46089474249",
  "repo_slug": "browser-act/claude-code-browser-act",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_browser_act_claude_code_browser_act_brow_0d6ff344/readme"
}