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 netresearch/skill-repo-skill --skill skill-repogit clone --depth 1 https://github.com/netresearch/skill-repo-skillWrote 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/netresearch/skill-repo-skill/skill-repo)<a href="https://agentmods.dev/skills/netresearch/skill-repo-skill/skill-repo"><img src="https://agentmods.dev/badge/skills/netresearch/skill-repo-skill/skill-repo/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/netresearch/skill-repo-skill/skill-repo"><img src="https://agentmods.dev/badge/skills/netresearch/skill-repo-skill/skill-repo.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.00065 | $0.01493 |
| Opus 5 | $0.00032 | $0.00746 |
| Sonnet 5 | $0.00013 | $0.00299 |
| Haiku 4.5 | $0.00006 | $0.00149 |
Grade A, and why
skill-repo 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 5d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
39 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.
- checkpoints.yaml 16 KB
- evals/evals.json 18 KB
- references/agent-plugins-compat.md 5.7 KB
- references/authoring-ci-gotchas.md 9.0 KB
- references/composer-setup.md 5.5 KB
- references/installation-methods.md 10 KB
- references/marketplace-integration.md 5.8 KB
- references/materialization-contract.md 18 KB
- references/readme-template.md 5.4 KB
- references/release-discipline.md 42 KB
- references/repository-quality-rules.md 15 KB
- references/review-replies.md 6.5 KB
- references/skill-architecture.md 9.9 KB
- references/skill-discovery-metadata.md 4.8 KB
- references/skill-quality.md 18 KB
- references/skill-retirement.md 2.1 KB
- references/validation-checklist.md 3.6 KB
- scripts/bump-version.sh 7.3 KB runs code
- scripts/check-version-parity.sh 4.6 KB runs code
- scripts/fleet-release-common.sh 55 KB runs code
- scripts/fleet-release-github.sh 18 KB runs code
- scripts/fleet-repos-github.txt 1.5 KB
- scripts/migrate-licensing.sh 5.7 KB runs code
- scripts/roll-changelog.py 15 KB runs code
- scripts/sync-plugin-manifest.sh 4.3 KB runs code
- scripts/validate-evals.sh 23 KB runs code
- scripts/validate-skill.sh 48 KB runs code
- templates/.github/workflows/npm-pack-smoke.yml.template 1.2 KB
- templates/.github/workflows/validate.yml.template 540 B
- templates/auto-merge-deps.yml.template 237 B
- templates/composer.json.template 417 B
- templates/LICENSE-CC-BY-SA-4.0.template 839 B
- templates/LICENSE-MIT.template 1.1 KB
- templates/package.json.template 1.8 KB
- templates/plugin.json.template 362 B
- templates/pr-quality.yml.template 834 B
- templates/pre-commit.template 434 B
- templates/README.md.template 6.3 KB
- templates/release.yml.template 1.8 KB
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.
- 5d ago Changed 6e14c32ccaa7
- 7d ago Changed 332e953d0a5c
- 12d ago First seen · 118 lines · 65 tokens per session scan A ae30df001abf
skill-repo is a skill published in the GitHub repository netresearch/skill-repo-skill (19 stars, last pushed yesterday), with no licence file. It adds 65 tokens to every session and 1,493 once invoked, about $0.0003 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
sanctuary
Security, custody, and privacy infrastructure for AI agents. Use when the agent needs encrypted state storage, self-custodied identity, selective disclosure, zero-knowledge proofs, portable reputation, sovereignty health reporting, handshakes, MCP-to-MCP federation, protection-posture auditing, or principal dashboard…
git-workflow
Use when establishing branching strategies, implementing Conventional Commits, creating or reviewing PRs, resolving PR review comments, merging PRs (including CI verification, auto-merge queues, and post-merge cleanup), managing PR review threads, merging PRs with signed commits, handling merge conflicts, verifying a…
security-audit
Use when conducting security assessments — OWASP Top 10 / API / LLM, CWE Top 25, CVSS scoring — auditing PHP/TYPO3, APIs, frontend, Terraform/K8s/Docker IaC, AWS cloud, AI agent configs, or scanning dependencies.
go-development
Use when developing Go applications, implementing job schedulers or cron (netresearch/go-cron, ofelia), Docker API integrations, LDAP/AD clients, building resilient services with retry logic, setting up Go test suites (unit/integration/fuzz/mutation), or running golangci-lint.
github-project
Use when bootstrapping a repo (apply branch protection before first PR), PRs won't merge or BLOCKED, AI reviewer pushback, auto-merge fails for Dependabot/Renovate, branch protection or rulesets, CI fails, authoring or consuming reusable workflows, editing a repo's own .github/workflows, harden-runner, or…
typo3-ckeditor5
Use when developing CKEditor 5 custom plugins for TYPO3 v12+ (v14.3 LTS bundles CKE5 v47; v13 shipped 41-42), configuring RTE presets, migrating from CKEditor 4, customizing toolbars, dark/light-mode context (on by default in v14, #106964), or fixing rich text editing issues. Triggers: CKE5, RTE config, YAML preset…