🔗 Atomgit Powershell — Git代码托管

v3.0.1

基于 PowerShell 的 AtomGit(GitCode)全功能集成脚本,支持 PR 审查、批准、合并、仓库与 Issues 管理;内置批量并行处理,性能提升 80%,兼容 Windows/Linux/macOS,并提供 CI 流水线检查与协作管理。

1· 145·1 当前·1 累计
下载技能包
最后更新
2026/3/27
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's requests and runtime instructions are consistent with its stated purpose (PowerShell-based AtomGit/GitCode integration); it only needs PowerShell and an ATOMGIT_TOKEN and its scripts operate against api.atomgit.com within the workspace.
评估建议
This skill appears internally coherent for AtomGit/GitCode operations via PowerShell. Before using it, do the following: (1) Inspect the included .ps1 files yourself (they are bundled as .ps1.txt) to confirm there are no unexpected network endpoints or commands. (2) Verify the install path (SKILL.md sometimes references 'atomgit-ps' vs 'atomgit-powershell') before running rename commands. (3) Restrict the ATOMGIT_TOKEN to least privilege needed (use a token scope limited to repository operations...
详细分析 ▾
用途与能力
Name/description (AtomGit PowerShell integration) align with required binary (powershell) and the single required env var (ATOMGIT_TOKEN). The provided scripts implement PR, issue, CI-check and collaborator operations against api.atomgit.com which matches the declared purpose.
指令范围
SKILL.md tells the agent to restore .ps1 file extensions, load the included PowerShell scripts, and set ATOMGIT_TOKEN (env or config). Those instructions operate only within the skill workspace and call the AtomGit API. Minor inconsistencies: SKILL.md uses path 'atomgit-ps' in one place while other metadata/paths use 'atomgit-powershell' (double-check install path). The scripts read ~/.openclaw/openclaw.json and ~/.openclaw/config/atomgit.json for tokens—this is expected for credentials but you should inspect those files before use.
安装机制
No install spec (instruction-only). The skill includes PowerShell script files (.ps1.txt) the user is instructed to rename and load. No external downloads or archive extraction occur as part of the skill itself.
凭证需求
Only ATOMGIT_TOKEN is required and is used for Authorization to the AtomGit API. The scripts also optionally read local OpenClaw config files (~/.openclaw/*) to obtain the token; this is proportionate to the goal of authenticating API calls. No unrelated credentials or extra secrets are requested.
持久化与权限
Skill does not declare always:true and is user-invocable. It modifies files only in its own workspace (renaming .ps1.txt to .ps1) which matches the declared fileAccess: workspace. It does not request system-wide privileges or modify other skills.
安全有层次,运行前请审查代码。

运行时依赖

🖥️ OSWindows · Linux · macOS

版本

latestv3.0.12026/3/25

v3.0.1 - 安全增强:完善输入验证、错误处理、Token 保护,达到 ClawHub High Confidence 级别

无害

安装命令

点击复制
官方npx clawhub@latest install atomgit-powershell
镜像加速npx clawhub@latest install atomgit-powershell --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库