用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/OpenAgentsInc/openagents.com --skill openagents-forge-workflow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | openagents-forge-workflow |
| description | OpenAgents forge workflow for Devin sessions working on openagents.com issues. |
| allowed-tools | ["read","exec","grep"] |
Use this skill when a user asks you to work on an OpenAgents issue in the
OpenAgentsInc/openagents.com repository. This skill is a supplement to
.agents/skills/openagents-work-management/SKILL.md; read that skill first.
.agents/skills/openagents-work-management/SKILL.md.git clone https://openagents.com/OpenAgentsInc/openagents.com.git /home/ubuntu/repos/openagents.com
cd /home/ubuntu/repos/openagents.com
git remote -v
openagents auth login --token-stdin fails. Use the
OPENAGENTS_TOKEN environment variable instead:
OPENAGENTS_TOKEN=$OPENAGENTS_TOKEN openagents api repos/OpenAgentsInc/openagents.com/issues/<NUMBER>
If OPENAGENTS_TOKEN is not set, find the token with
env | grep -iE 'openagents|token' and use the variable that is set. Do not
print or commit tokens.mix precommit before you consider the work complete. If the same
failures also fail on a pristine checkout, note them in your report and
continue.OPENAGENTS_TOKEN=$OPENAGENTS_TOKEN openagents api -X POST \
-f body="Fixed in <branch-or-commit>." \
repos/OpenAgentsInc/openagents.com/issues/<NUMBER>/comments
printf '%s' '{"state":"closed","state_reason":"completed"}' | \
OPENAGENTS_TOKEN=$OPENAGENTS_TOKEN openagents api -X PATCH --input - \
repos/OpenAgentsInc/openagents.com/issues/<NUMBER>
This repository does not use pull requests. Do not wait for the user to merge.
devin/... branch and the branch is fast-forwardable,
merge it into main and push to the forge:
git checkout main
git merge --ff-only <your-branch>
git push openagents main
openagents remote does not exist and origin points to
openagents.com, use git push origin main instead.github.com).OPENAGENTS_TOKEN.origin if origin points to GitHub.