By jodre11
Browser automation via playwright-cli — testing, form filling, screenshots, data extraction
Personal plugin marketplace for Claude Code.
| Plugin | Description |
|---|---|
| code-review | 10 specialist code review agents, PR review skill, pre-review and address-pr-comments commands |
| web-search | Web search via ddgr (DuckDuckGo CLI) — no API key, no tracking |
| playwright-cli | Browser automation via playwright-cli — testing, form filling, screenshots, data extraction |
| md-to-clipboard | Convert Markdown to rich text on the macOS clipboard for pasting into Teams, Slack, Outlook |
Register the marketplace once, then install individual plugins:
# Register (one-time)
claude plugins marketplace add github:Jodre11/claude-code-plugins
# Install individual plugins
claude plugins install code-review@claude-code-plugins
claude plugins install web-search@claude-code-plugins
claude plugins install playwright-cli@claude-code-plugins
claude plugins install md-to-clipboard@claude-code-plugins
| Plugin | Dependencies |
|---|---|
| code-review | jb (JetBrains CLI) — optional, only for C# projects |
| web-search | ddgr (brew install ddgr), jq (brew install jq) |
| playwright-cli | playwright-cli (brew install playwright-cli or npx playwright-cli) |
| md-to-clipboard | pandoc (brew install pandoc), md2clip (ships with plugin — see setup) |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jodre11/claude-code-plugins --plugin playwright-cliWeb search via ddgr (DuckDuckGo CLI) — no API key, no tracking
Convert Markdown to Teams-compatible rich text on the macOS clipboard
Browser automation via Playwright CLI for testing, screenshots, and interaction workflows
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script. Originally from OpenAI's curated skills catalog.
Turn your coding agent into a SOTA browser agent. Drives a local Playwright workspace via one bash command at a time, saving screenshots and an action log into final_runs/run_<id>/, and visually self-verifies the result.
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows.
Claude Code Skill for general-purpose browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp, and autonomously handles any browser automation task.
Build local constrained-browser agents with a safe_browser tool that owns CDP, enforces a domain allowlist with Fetch interception, and lets a runtime Claude Agent SDK agent complete browsing tasks without raw browser, shell, or CDP access.