/install atomgit-skills
AtomGit
Use this skill only for AtomGit work. If the user only says "repo", "PR", "issue", "branch", or "tag" without saying AtomGit, do not assume this skill applies; confirm the platform first.
Start Here
- Confirm the request is about AtomGit.
- Inspect the runtime tool list before planning any repository action.
- If AtomGit tools are not exposed yet, stop the workflow and follow references/setup-and-safety.md to connect an AtomGit MCP server manually using the official server docs. Do not install packages or request secrets automatically inside the task.
- Match the exposed AtomGit MCP tool names exactly.
- Prefer read operations before write operations.
- Gather the identifiers you need before mutating anything:
ownerandreponumberfor issues and pull requestsbranch,tag,path, orshawhen the workflow needs them
- Confirm destructive or org-wide changes before executing them.
AtomGit MCP must be installed and configured outside this skill before the first AtomGit task. Do not wait until after a business request fails if the tool list already shows the server is missing, and do not ask users to paste tokens into chat.
Tool Naming
This skill uses canonical AtomGit MCP method names such as atomgit_get_repository.
Some runtimes add extra namespace wrappers around MCP tools. Always use the exact tool name exposed by the current runtime instead of assuming a prefix format from an example.
Common Identifiers
| Identifier | Typical meaning | Notes |
|---|---|---|
owner |
Repository owner, username, or organization | Needed for most repository-scoped calls |
repo |
Repository name | Needed with owner for most repository calls |
number |
Issue or pull request number | Replaces older examples that used issue_number or pull_number |
path |
Repository file path | Use with file-content and file-update calls |
sha |
Commit or blob SHA | File updates usually need the current file SHA first |
page, perPage |
Pagination controls | List endpoints often expose both |
Read References Only As Needed
- Setup, authentication, permissions, and safety: references/setup-and-safety.md
- Repositories: references/repositories.md
- Pull requests: references/pull-requests.md
- Issues: references/issues.md
- Branches: references/branches.md
- Commits: references/commits.md
- Releases: references/releases.md
- Tags: references/tags.md
- Labels: references/labels.md
- Milestones: references/milestones.md
- Users: references/users.md
- Organizations: references/organizations.md
- Enterprises: references/enterprises.md
- Kanban: references/kanban.md
- Webhooks: references/webhooks.md
- Search: references/search.md
- Members and permissions: references/members.md
- AIHub: references/aihub.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install atomgit-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/atomgit-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AtomGit 是什么?
Use this skill when the user explicitly mentions AtomGit or atomgit.com, or needs to inspect or change AtomGit repositories, pull requests, issues, branches,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 AtomGit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install atomgit-skills」即可一键安装,无需额外配置。
AtomGit 是免费的吗?
是的,AtomGit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AtomGit 支持哪些平台?
AtomGit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AtomGit?
由 kyle(@kylezhang)开发并维护,当前版本 v1.0.1。