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/octos-org/octos/githubnpx skills add octos-org/octos --skill githubgit clone --depth 1 https://github.com/octos-org/octosWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/octos-org/octos/github)<a href="https://agentmods.dev/skills/octos-org/octos/github"><img src="https://agentmods.dev/badge/skills/octos-org/octos/github.svg" alt="Measured on agentmods" height="20"></a>What 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.00045 | $0.00742 |
| Opus 5 | $0.00023 | $0.00371 |
| Sonnet 5 | $0.00009 | $0.00148 |
| Haiku 4.5 | $0.00005 | $0.00074 |
Grade A, and why
github 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub CLI (gh)
You can interact with GitHub using the gh CLI tool via shell. Use it to manage issues, pull requests, repositories, releases, and more.
Prerequisites
The gh CLI must be installed and authenticated (gh auth login).
Issues
gh issue list # list open issues
gh issue list --state all --limit 20 # all issues
gh issue view 123 # view issue details
gh issue create --title "Bug" --body "..." # create issue
gh issue close 123 # close issue
gh issue comment 123 --body "Fixed in #456" # add comment
gh issue list --label "bug" --assignee "@me" # filter
Pull Requests
gh pr list # list open PRs
gh pr view 456 # view PR details
gh pr create --title "Fix" --body "..." # create PR
gh pr merge 456 # merge PR
gh pr checkout 456 # check out PR locally
gh pr diff 456 # view PR diff
gh pr review 456 --approve # approve PR
gh pr checks 456 # view CI status
gh pr comment 456 --body "LGTM" # comment on PR
Repository
gh repo view # current repo info
gh repo view owner/repo # specific repo
gh repo clone owner/repo # clone repo
gh repo create name --public # create repo
gh repo list owner # list repos
Releases
gh release list # list releases
gh release view v1.0.0 # view release
gh release create v1.0.0 --notes "..." # create release
gh release download v1.0.0 # download assets
Actions / Workflows
gh run list # list workflow runs
gh run view 12345 # view run details
gh run watch 12345 # watch run in progress
gh workflow list # list workflows
gh workflow run deploy.yml # trigger workflow
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.
- 4d ago First seen · 95 lines · 0 tokens per session scan A 2475ad7e26ac
github is a skill published in the GitHub repository octos-org/octos (1,039 stars, last pushed 4d ago), licensed Apache-2.0. It adds 45 tokens to every session and 742 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
release
Cut a Symphony release by bumping the committed version, landing it, tagging the merged commit, and verifying the Burrito release workflow. Use when asked to release, tag, or retag Symphony.
changelog-entry
Add a new entry to CHANGELOG.yml under the current unreleased version (or create the version block if needed), then regenerate documentation. Use when the user says things like "add a changelog entry", "log this fix in the changelog", or "/changelog-entry".
release-notes
Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.
mate-oss-gate
在准备把 MateCloud(或其子集)开源 / 发布到公开仓前使用。按 open-core 边界把关:剥离企业代码、清竞品名与内部路径、查密钥、确认 LICENSE。当用户说"要开源了""发布公开版""开源前检查""oss release"时触发。.
snapshot-release
Drives the snapshot-release flow for the current branch's PR. Posts a /snapshot comment on the PR if one isn't already there (with confirmation), waits for the Continuous Releases workflow to finish, and reports the tarball URLs from the resulting 📦 Snapshot Release comment. Use for both triggering and waiting …
devops/changelog-generation
自动生成 CHANGELOG,基于 git 提交历史和 pipeline 产物信息,遵循 Conventional Commits 和 Keep a Changelog 规范.