Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/ntygod/zhiwei/github-workflownpx skills add ntygod/ZhiWei --skill github-workflowgit clone --depth 1 https://github.com/ntygod/ZhiWeiWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00040 | $0.00757 |
| Opus 5 | $0.00020 | $0.00378 |
| Sonnet 5 | $0.00008 | $0.00151 |
| Haiku 4.5 | $0.00004 | $0.00076 |
Grade A, and why
github-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
GitHub 协作指南
gh CLI + REST/GraphQL API 管理 GitHub PR / Issue / CI / 代码审查。
适用场景
- PR 创建 / 审查 / 合并
- Issue 创建 / 管理 / 关闭
- CI / Actions 状态查 + 失败排查
- 代码审查(看 diff、留 review comment)
- 远程仓库文件查看与编辑(Contents API)
不适用场景
- 纯本地 Git 操作(commit / branch / log)→
shell_exec/shell_exec - 代码编写本身 → code-assistant
- 其他平台(Gitee / GitLab / Bitbucket)→
shell_exec调对应 CLI 或 API
工作流(按操作分流)
| 操作 | 路径 |
|---|---|
| 本地 commit + push + 创 PR | shell_exec(command="git add ... && git commit -m '...'") → shell_exec(command="git push") → gh pr create |
| 仅 GitHub 侧(看 / 评论 / 合并 PR) | shell_exec + gh pr ... |
| Issue 创建 / 查询 / 评论 | shell_exec + gh issue ... |
| CI 状态 + 失败排查 | shell_exec + gh run list / view --log-failed |
| 代码审查(拉 diff + 留意见) | gh pr diff + gh pr review |
| 远程文件直改(不 clone) | shell_exec + gh api(Contents API) |
| 复杂查询(跨仓 / 批量) | gh api graphql 或 web_fetch GraphQL |
各路径要点:
- CI 通过才合并:合 PR 前
gh pr checks <pr>看全绿 - git 操作走 shell_exec:所有 git 命令(status/diff/log/commit/push 等)统一用
shell_exec执行 - Contents API 整体解码:返回的 Base64 含换行,必须先去空白再整体 base64 解码;逐行解会破坏多字节 UTF-8
- 时间窗口收窄:
since/until限定范围;结果太多缩窗口而不是--paginate - token 走 env:
GITHUB_TOKEN由系统注入,命令里不写明文
详细参考
- gh CLI 命令速查(PR / Issue / CI / 审查):
{skill_dir}/references/gh-cli-reference.md - Contents API 文件更新(Bash / PowerShell)+ 时间范围查询:
{skill_dir}/references/content-api.md
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 69 lines · 40 tokens per session scan A fa7a4a8c6efa
github-workflow is a skill published in the GitHub repository ntygod/ZhiWei (137 stars, last pushed 22d ago), licensed MIT. It adds 40 tokens to every session and 757 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
inbox-triage
Summarize unread Gmail messages Alfred Core has already synced, and offer to draft or schedule follow-up actions -- never sends or deletes anything on its own.
morning-brief
Render Alfred Core's deterministic morning brief and deliver a short, warm rewrite of it without changing any fact, date, or link it contains.
weekly-review
Pull together the week's open tasks, GitHub notifications, Canvas missing assignments, and remembered context into one retrospective-style summary.
docmancer
Work from the same local memory as every other coding agent on this machine. Recall prior decisions, preferences, instructions, and project conventions that Claude Code, Codex, Cursor, and other agents wrote here, with cited sources, fully local. Also searches a separate local technical-documentation index.
vault-for-llm
Connect OpenClaw to Vault Agent Memory as a local-first governed project memory layer. Search first, then bounded-read cited source ranges; propose new memories as candidates instead of writing directly into active memory.
mooncite
Use when an agent needs past Pi, OMP, Claude Code, Codex, or ChatGPT context.