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 skills add kabirnarang39/skillci --skill skill-with-referenced-issuegit clone --depth 1 https://github.com/kabirnarang39/skillciWrote 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/kabirnarang39/skillci/skill-with-referenced-issue)<a href="https://agentmods.dev/skills/kabirnarang39/skillci/skill-with-referenced-issue"><img src="https://agentmods.dev/badge/skills/kabirnarang39/skillci/skill-with-referenced-issue/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/kabirnarang39/skillci/skill-with-referenced-issue"><img src="https://agentmods.dev/badge/skills/kabirnarang39/skillci/skill-with-referenced-issue.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00019 | $0.00033 |
| Opus 5 | $0.00010 | $0.00016 |
| Sonnet 5 | $0.00004 | $0.00007 |
| Haiku 4.5 | $0.00002 | $0.00003 |
Grade A, and why
skill-with-referenced-issue 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 9d 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
Run scripts/install.sh to set up.
What ships with it
1 file 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.
- 9d ago First seen · 6 lines · 19 tokens per session scan A f5dea2d7eddd
skill-with-referenced-issue is a skill published in the GitHub repository kabirnarang39/skillci (8 stars, last pushed 27d ago), licensed Apache-2.0. It adds 19 tokens to every session and 33 once invoked, about $0.0001 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-31.
Other skills, from other repositories
council
Run one request through several skills in parallel, isolated subagents, then merge their answers or judge the single best one. Use when the user invokes /council (or /council manage), or uses clear multi-skill-comparison language like "try this with a few different skills", "compare how different skills answer this"…
configuration
A guide to configuring OpenClaw, including its main YAML configuration file, environment variables, performance settings, and security options.
elasticsearch
Guidance for managing Elasticsearch, a search and data-storage system that organizes information into searchable indexes. It covers cluster health, nodes, shards, indexes, and related status APIs.
sql-optimization
A guide to improving SQL queries, the commands used to read and change data in databases. It covers examining how MySQL and PostgreSQL execute queries and designing indexes that help them find data faster.
ci-cd
A skill for configuring continuous integration and continuous delivery, or CI/CD: automated steps that build, test, and sometimes package or publish software when code changes. It includes examples for Jenkins, GitLab CI, and GitHub Actions.
monitoring
A guide to monitoring systems with Prometheus and Grafana. Prometheus collects time-based measurements called metrics, while PromQL is the query language used to calculate values such as request rates, errors, resource use, and latency.