← Back to Skills Marketplace
kylezhang

AtomGit

by kyle · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
114
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install atomgit-skills
Description
Use this skill when the user explicitly mentions AtomGit or atomgit.com, or needs to inspect or change AtomGit repositories, pull requests, issues, branches,...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install atomgit-skills
  3. After installation, invoke the skill by name or use /atomgit-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Release 1.0.1
v1.0.0
Release 1.0.0
Metadata
Slug atomgit-skills
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install AtomGit?

Run "/install atomgit-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AtomGit free?

Yes, AtomGit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AtomGit support?

AtomGit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AtomGit?

It is built and maintained by kyle (@kylezhang); the current version is v1.0.1.

💬 Comments