Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
AtomGit/GitCode 仓库管理技能,提供用户、仓库、Issue、PR、文件、分支等 API 操作。AtomGit 和 GitCode 是同一平台的不同域名(atomgit.com / gitcode.com),共享相同的 API 后端。
直接调用 AtomGit/GitCode OpenAPI v5,通过 curl 命令执行操作。
注意:AtomGit (atomgit.com) 和 GitCode (gitcode.com) 是同一平台的不同域名,共享相同的 API 后端。无论使用哪个域名,API 端点都相同。
api, read_user, read_repository, write_repository, issues, pull_requestsToken 在两个平台通用,因为后端是同一套系统。
编辑 ~/.openclaw/openclaw.json,添加 skill 配置:
{
"skills": {
"entries": {
"atomgit": {
"enabled": true,
"env": {
"ATOMGIT_TOKEN": "your-token-here"
}
}
}
}
}
或使用环境变量占位符:
{
"skills": {
"entries": {
"atomgit": {
"enabled": true,
"env": {
"ATOMGIT_TOKEN": "__ATOMGIT_TOKEN__"
}
}
}
}
}
然后在终端设置环境变量:
export ATOMGIT_TOKEN="your-token-here"
直接在终端设置:
export ATOMGIT_TOKEN="your-token-here"
https://api.gitcode.com/api/v5 (推荐)https://api.atomgit.com/api/v5 (等效)npx skills add LeoYeAI/openclaw-master-skills --skill atomgitHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.