npx skills add https://github.com/boshu2/agentops --skill quickstart唯一任务: 快速告诉新用户 AgentOps 的功能以及首先应该做什么。
你必须执行此工作流程。不要仅仅描述它。
git rev-parse --is-inside-work-tree >/dev/null 2>&1 && echo "GIT=true" || echo "GIT=false"
command -v ao >/dev/null && echo "AO=true" || echo "AO=false"
command -v bd >/dev/null && echo "BD=true" || echo "BD=false"
[ -d .agents ] && echo "AGENTS=true" || echo "AGENTS=false"
准确输出以下内容(不要添加,不要图表):
AgentOps 为你的编码智能体提供了三项默认不具备的能力:
记忆 — 会话中的学习成果会累积在 .agents/ 目录中,并在后续注入
判断 — /council 会生成独立的评审员来验证计划和代码
工作流 — /rpi 将研究 → 计划 → 实施 → 验证串联成一个命令
关键技能:/rpi /research /plan /implement /vibe /council /swarm /status
完整参考:/quickstart --catalog
匹配第一个适用的条件。仅输出对应的消息——不要输出其他任何内容。
| 条件 | 消息 |
|---|
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| GIT=false | "⚠ 不在 git 仓库中。请先运行 git init。" |
| AO=false | "📦 请先安装 ao CLI:\n brew tap boshu2/agentops https://github.com/boshu2/homebrew-agentops\n brew install agentops\n ao init --hooks && ao seed\n然后:使用 /rpi \"一个小目标\" 来运行你的第一个周期。" |
| AGENTS=false | "🌱 ao 已安装但未在此处初始化。\n ao init --hooks && ao seed\n然后:使用 /rpi \"一个小目标\" 来运行你的第一个周期。" |
| BD=false | "✅ 飞轮已激活。现在开始:\n /rpi \"你的目标\" — 完整的研究 → 计划 → 实施流程\n /vibe recent — 验证最近的更改\n /research <主题> — 探索代码库\n 需要问题跟踪?brew install boshu2/agentops/beads && bd init --prefix <前缀>" |
| BD=true | "✅ 全栈已就绪。\n bd ready — 查看待办工作\n /rpi \"你的目标\" — 从头开始一个新目标\n /status — 查看当前会话状态" |
用户输入: /quickstart
发生情况: Agent 检测工具,显示单行状态,并给出唯一需要执行的下一步操作。
用户输入: /quickstart
发生情况: Agent 检测到全栈已就绪,并建议使用 /rpi "你的目标" 或 bd ready。
| 问题 | 解决方案 |
|---|---|
| 技能未安装 | bash <(curl -fsSL https://raw.githubusercontent.com/boshu2/agentops/main/scripts/install.sh) |
| 飞轮计数为 0 | 首次会话 — 运行 /rpi "一个小目标" 来启动它 |
| 想要完整的技能目录 | 询问:"show me all the skills" 或查看 references/full-catalog.md |
每周安装量
266
代码仓库
GitHub 星标数
220
首次出现
2026年2月6日
安全审计
安装于
opencode264
github-copilot259
codex259
gemini-cli259
cursor255
amp254
One job: Tell a new user what AgentOps does and what to do first. Fast.
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
git rev-parse --is-inside-work-tree >/dev/null 2>&1 && echo "GIT=true" || echo "GIT=false"
command -v ao >/dev/null && echo "AO=true" || echo "AO=false"
command -v bd >/dev/null && echo "BD=true" || echo "BD=false"
[ -d .agents ] && echo "AGENTS=true" || echo "AGENTS=false"
Output exactly this (no additions, no diagrams):
AgentOps gives your coding agent three things it doesn't have by default:
Memory — sessions accumulate learnings in .agents/ and inject them back
Judgment — /council spawns independent judges to validate plans and code
Workflow — /rpi chains research → plan → implement → validate in one command
Key skills: /rpi /research /plan /implement /vibe /council /swarm /status
Full reference: /quickstart --catalog
Match the first row that applies. Output only that message — nothing else.
| Condition | Message |
|---|---|
| GIT=false | "⚠ Not in a git repo. Run git init first." |
| AO=false | "📦 Install ao CLI first:\n brew tap boshu2/agentops https://github.com/boshu2/homebrew-agentops\n brew install agentops\n ao init --hooks && ao seed\nThen: /rpi \"a small goal\" to run your first cycle." |
| AGENTS=false | "🌱 ao is installed but not initialized here.\n ao init --hooks && ao seed\nThen: /rpi \"a small goal\" to run your first cycle." |
| BD=false | "✅ Flywheel active. Start now:\n /rpi \"your goal\" — full research → plan → implement pipeline\n /vibe recent — validate recent changes\n /research <topic> — explore the codebase\n Want issue tracking? " |
User says: /quickstart
What happens: Agent detects tools, shows one-line status, gives the single next action to run.
User says: /quickstart
What happens: Agent detects full stack is ready and suggests /rpi "your goal" or bd ready.
| Problem | Solution |
|---|---|
| Skills not installed | bash <(curl -fsSL https://raw.githubusercontent.com/boshu2/agentops/main/scripts/install.sh) |
| Flywheel count is 0 | First session — run /rpi "a small goal" to start it |
| Want the full skill catalog | Ask: "show me all the skills" or see references/full-catalog.md |
Weekly Installs
266
Repository
GitHub Stars
220
First Seen
Feb 6, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykFail
Installed on
opencode264
github-copilot259
codex259
gemini-cli259
cursor255
amp254
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
140,500 周安装
brew install boshu2/agentops/beads && bd init --prefix <prefix>| BD=true | "✅ Full stack ready.\n bd ready — see open work\n /rpi \"your goal\" — start a new goal from scratch\n /status — see current session state" |