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/tracer-cloud/opensre/github_clinpx skills add Tracer-Cloud/opensre --skill github_cligit clone --depth 1 https://github.com/Tracer-Cloud/opensreWhat 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.00072 | $0.00605 |
| Opus 5 | $0.00036 | $0.00302 |
| Sonnet 5 | $0.00014 | $0.00121 |
| Haiku 4.5 | $0.00007 | $0.00060 |
Grade A, and why
github-cli 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 yesterday.
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-cli
Authenticated gh for OpenSRE. Reads and writes — no approval gate. Prefer over
shell_run / !gh. Pass args after gh; optional repo as owner/name → -R.
Blocked top-level: auth, extension, workflow, run, secret,
codespace, ssh-key, gpg-key, config.
Capabilities
| Intent | Example args |
|---|---|
| Create issue | ["issue", "create", "--title", "…", "--body", "…"] |
| List / view issues | ["issue", "list"] / ["issue", "view", "42"] |
| Close / comment / edit | ["issue", "close", "42"] / ["issue", "comment", "42", "--body", "…"] |
| List / view / close / merge PRs | ["pr", "list"] / ["pr", "view", "45"] / ["pr", "close", "45"] / ["pr", "merge", "45"] |
| Repos / search | ["repo", "list"] / ["search", "issues", "crash"] |
| Arbitrary API | ["api", "repos/OWNER/REPO/issues"] |
After github_cli returns
Use summary when present. Reply short and chat-like.
- Simple (create/close/comment/merge, URL/
#n): plain prose, one sentence. - Structured reads: light chat markdown — short lead-in + bullets
(
* #42 — title); no tables/headers. - Mutate extras: at most 2–4 bullets. No GraphQL/JSON dumps. No "I found:".
- Failure: one sentence from
error/error_type— say it failed to run.
Prefer dedicated tools when they clearly fit
Slack propose/execute; workflow digests; investigation code/commit search. Multi-source RCA (sentry + github issues + posthog) → investigation_start. PR CI fix-and-push → fix_github_pr_ci. Security/quality alerts → fix_github_security_alert.
Limitations
gh on PATH; OpenSRE token auth. Action-only — not in gather/investigation.
What ships with it
5 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.
- yesterday First seen · 50 lines · 72 tokens per session scan A 24b0196b5a38
github-cli is a skill published in the GitHub repository Tracer-Cloud/opensre (10,969 stars, last pushed 2d ago), licensed Apache-2.0. It adds 72 tokens to every session and 605 once invoked, about $0.0004 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
host_bash
设备上跑只读 shell 命令做诊断探索(沙箱化 / read-only policy).
host_restart_service
重启允许列表内的 systemd service(mutating,触发 reviewer 二审).
file_inspector
Inspect files on the host filesystem.
edge_disk_audit
Audit disk usage on edge devices.
future_skill
A skill that uses fields ongrid does not yet recognize.
pwned
I am outside the pack root and should not be loaded.