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/simota/agent-skills/gearnpx skills add simota/agent-skills --skill geargit clone --depth 1 https://github.com/simota/agent-skillsWrote 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/simota/agent-skills/gear)<a href="https://agentmods.dev/skills/simota/agent-skills/gear"><img src="https://agentmods.dev/badge/skills/simota/agent-skills/gear.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.1 | $0.00032 | $0.05810 |
| Opus 5 | $0.00016 | $0.02905 |
| Sonnet 5 | $0.00006 | $0.01162 |
| Haiku 4.5 | $0.00003 | $0.00581 |
Grade A, and why
gear 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- gear — 98% identical, 13 lines differ
The source is not reproduced here
Licensed MIT
The repository is licensed MIT, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
27 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.
- _common 10 B
- reference/_common 13 B
- reference/alert-configuration.md 6.3 KB
- reference/autorun-schema.md 899 B
- reference/dependency-management.md 16 KB
- reference/docker-patterns.md 16 KB
- reference/gha-advanced-patterns.md 8.3 KB
- reference/gha-automation-recipes.md 2.7 KB
- reference/gha-cache-strategy.md 6.1 KB
- reference/gha-matrix-strategy.md 5.8 KB
- reference/gha-performance-and-caching.md 6.9 KB
- reference/gha-performance-cost-anti-patterns.md 2.6 KB
- reference/gha-reusable-and-composite.md 2.9 KB
- reference/gha-reusable-maintenance-anti-patterns.md 3.1 KB
- reference/gha-secrets.md 8.4 KB
- reference/gha-security-anti-patterns.md 3.4 KB
- reference/gha-security-hardening.md 12 KB
- reference/gha-triggers-and-events.md 7.0 KB
- reference/gha-workflow-design-anti-patterns.md 2.5 KB
- reference/github-actions.md 9.3 KB
- reference/kubernetes-config.md 7.4 KB
- reference/monorepo-guide.md 4.3 KB
- reference/nexus-integration.md 1.6 KB
- reference/observability.md 17 KB
- reference/recipes-index.md 1.7 KB
- reference/secrets-management.md 6.5 KB
- reference/troubleshooting.md 3.0 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.
- 2d ago First seen · 237 lines · 32 tokens per session scan A cf7ba0b415e7
gear is a skill published in the GitHub repository simota/agent-skills (75 stars, last pushed 3d ago), licensed MIT. It adds 32 tokens to every session and 5,810 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-09-03.
Other skills, from other repositories
tutti-app-release
Set up, review, run, or debug external repositories that publish a Tutti workspace app through the reusable Tutti App Release GitHub Actions workflow. Use for caller workflows, tutti.app.json manifests, @tutti-os/app-release-tools, S3/CloudFront release hosting, latest.json, versions.json, catalog.json, catalog-only…
fix-failing-pipelines
This skill should be used when the user asks to "fix pipelines", "fix CI", "check staging pipelines", "fix failing workflows", "fix failing actions", or wants to find and fix failing GitHub Actions workflows on the staging branch of the babysitter repo.
nw-infrastructure-and-observability
Infrastructure as Code patterns (Terraform, Kubernetes), observability design (SLOs, metrics, alerting, dashboards), and pipeline security stages. Load when designing infrastructure, observability, or security scanning.
moai-ref-secops
DevSecOps, container, and API operational defensive security reference: CI/CD pipeline hardening, secret scanning, IaC misconfiguration detection, SAST/DAST integration, container image scanning, Kubernetes RBAC hardening, container-escape defense, runtime threat detection, OWASP API Top 10 operational defense, WAF…
docker-compose-first-install
Validate and repair the OSS first-install Docker Compose path. Use when editing docker-compose.yaml, docker-compose.dev.yaml, .env.example, release image tags, Compose profiles, Keycloak/OpenFGA/RAG defaults, or first-launch UI behavior for local all-in-one installs.
ci-troubleshoot
Diagnose failed GitHub Actions runs for pi-agent-dashboard: the 10-file workflow taxonomy, the release pipeline, known failure modes, and how to read gh run logs and retrigger jobs. Use when a CI run is red, a release is stuck, a workflow won't dispatch, or you need to know which workflow does what. See release-cut to…