← 返回 Skills 市场
kylezhang

AtomGit

作者 kyle · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
114
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install atomgit-skills
功能描述
Use this skill when the user explicitly mentions AtomGit or atomgit.com, or needs to inspect or change AtomGit repositories, pull requests, issues, branches,...
使用说明 (SKILL.md)

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

  1. Confirm the request is about AtomGit.
  2. Inspect the runtime tool list before planning any repository action.
  3. 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.
  4. Match the exposed AtomGit MCP tool names exactly.
  5. Prefer read operations before write operations.
  6. Gather the identifiers you need before mutating anything:
    • owner and repo
    • number for issues and pull requests
    • branch, tag, path, or sha when the workflow needs them
  7. 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

安全使用建议
This skill is instruction-only and appears internally consistent: it only needs an AtomGit personal access token (ATOMGIT_TOKEN) and expects an AtomGit MCP server to be installed and verified outside the task runtime. Before installing or using it, verify the upstream MCP server package/source (the README points to atomgit.com and an npm package) and ensure you store ATOMGIT_TOKEN in a secure client-side secret store (do not paste it into chat). If you operate in an environment that also uses GitHub/GitLab, confirm the user explicitly refers to AtomGit to avoid accidental cross-platform operations.
功能分析
Type: OpenClaw Skill Name: atomgit-skills Version: 1.0.1 The AtomGit skill bundle provides a well-structured and comprehensive set of instructions for an AI agent to interact with the AtomGit platform via an MCP server. It includes strong safety guidelines in SKILL.md and references/setup-and-safety.md, explicitly forbidding the agent from automatically installing software or requesting/sharing sensitive tokens. The tool definitions and workflows are consistent with standard repository management and platform operations, showing no signs of malicious intent, data exfiltration, or prompt-injection attacks.
能力评估
Purpose & Capability
The name/description describe AtomGit repository and admin workflows and the skill only requests ATOMGIT_TOKEN and references AtomGit MCP tools and endpoints. There are no unrelated credentials, binaries, or install steps demanded that would be disproportionate to a repo/PR/issue management skill.
Instruction Scope
SKILL.md restricts actions to AtomGit contexts, instructs the agent to inspect the runtime tool list, gather identifiers before mutating state, prefer reads over writes, and to pause if the MCP server is missing. It explicitly forbids asking users to paste tokens into chat and disallows in-task automatic installs—these instructions stay within the stated purpose.
Install Mechanism
No install spec or code is present — the skill is instruction-only. The README and references point to upstream MCP server sources and an npm package, but the skill does not perform any downloads or installations itself.
Credentials
Only ATOMGIT_TOKEN is declared and used as the primary credential, which is appropriate for an API-driven repository management skill. The docs advise storing tokens in a client secret store and not pasting them in chat.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges. It's user-invocable and allows normal autonomous invocation, which is the platform default and appropriate here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install atomgit-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /atomgit-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Release 1.0.1
v1.0.0
Release 1.0.0
元数据
Slug atomgit-skills
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论