用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CXwudi/agent-config --skill agent-browser命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Agent Skill for Word, Excel, PowerPoint, and other office works.
Agent Skill for entering orchestration mode. Use when the user want you to become an orchestrator of multiple subagents.
Agent Skill for spawning a subagent via Pi Coding Agent. Use when spawning a subagent with various models.
基于 SOC 职业分类
正在显示 SKILL.md
| name | agent-browser |
| description | Agent Skill for browser automation over the Chrome DevTools Protocol connection. |
agent-browser command is available
Choose one of below options to connect to a browser:
--auto-connect or --cdp (Preferred)First check if a browser is already running with remote debugging enabled. Choose some of the following commands:
agent-browser --auto-connect get-cdp
curl -v http://localhost:9222/json/version\
agent-browser --cdp 9222 get cdp-url
agent-browser --cdp ws://127.0.0.1:9222/devtools/browser/<id> get cdp-url
agent-browser --cdp wss://your-provider.example.com/devtools/browser/<id> get cdp-url
--remote-debugging-port <port number>Find in the current OS the path of any Chromium-based browser, launch it with --remote-debugging-port <port number> option. Prefer to use existing user profile if possible.
Then do the check mentioned in Option 1 to make sure browser is running
If you are on Windows, read windows-specific-convenience before running your first agent-browser command.
agent-browser --help to see the latest manual and all available options.agent-browser skills as mentioned in the help message, as it provide false positive.agent-browser with --color-scheme no-preference to override the default light mode in agent-browser.agent-browser with at least one of --auto-connect or --cdp.agent-browser install to install other browsers.