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/hellothisworld/agent-skill-verification-template/openmind-glossarynpx skills add HelloThisWorld/agent-skill-verification-template --skill openmind-glossarygit clone --depth 1 https://github.com/HelloThisWorld/agent-skill-verification-templateWrote 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/hellothisworld/agent-skill-verification-template/openmind-glossary)<a href="https://agentmods.dev/skills/hellothisworld/agent-skill-verification-template/openmind-glossary"><img src="https://agentmods.dev/badge/skills/hellothisworld/agent-skill-verification-template/openmind-glossary.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.00055 | $0.00335 |
| Opus 5 | $0.00028 | $0.00168 |
| Sonnet 5 | $0.00011 | $0.00067 |
| Haiku 4.5 | $0.00006 | $0.00034 |
Grade A, and why
openmind-glossary 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.
What it actually says
openmind-glossary
This skill is the eval-harness face of Open Mind's glossary capability
(https://github.com/HelloThisWorld/open-mind, skills/glossary/SKILL.md). The
answers are produced by Open Mind's actual extraction + lookup code
(openmind/glossary.py, openmind/structure.py::term_usage), reached through
openmind/skill_bridge.py; nothing in this repo reimplements them.
Behavior under contract
- Verbatim, never generated — the definition is the exact original text lifted from the corpus's authoritative source (dedicated glossary file, definition table/line, README acronym expansion, doc-comment).
- Provenance mandatory — every entry carries
source_file:line_number; the claim cites that exact line, and the validators re-read it on every run. - Exact-token lookup — no similarity, no paraphrase. Unknown terms return
insufficient_evidencewith zero claims. - Grounded usage profile — when the term is also a code symbol, a second claim cites its real definition site from the deterministic structure map.
Question forms
define <term> · glossary <term> · what is <term>
What ships with it
3 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.
- 4d ago First seen · 29 lines · 55 tokens per session scan A 6a689d339946
openmind-glossary is a skill published in the GitHub repository HelloThisWorld/agent-skill-verification-template (1 stars, last pushed 12d ago), licensed MIT. It adds 55 tokens to every session and 335 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-31.
Other skills, from other repositories
skillforge
Use when creating, improving, finding, or auditing agent skills - the user says 'create a skill', 'do I have a skill for X', 'improve the X skill', 'which skill should I use', asks whether a skill exists for a task, or wants to validate, test, evaluate, package, or health-check skills. Also use for skill ecosystem…
sample-skill
Use when validating the SkillForge validator itself - exercises every supported frontmatter feature: boolean user-invocable, an allowed-tools block list, and nested metadata with an inline list.
ci-cd
Jenkins、GitLab CI、GitHub Actions 等 CI/CD 工具配置技能。.
github-actions-setup
Sets up automated CI/CD with GitHub Actions for any project in one pass. Intelligently auto-detects language (Node.js, Python, Go, Rust, Docker, Java, Ruby) and architecture (Frontend web apps vs Backend APIs/microservices). Generates production-ready workflow files for AWS, Vercel, Cloudflare, Railway, Render, or SSH…
infra-kit.domain.github
Create, review, standardize, or troubleshoot GitHub repository and CI/CD assets (CODEOWNERS, templates, branch protection guidance, and GitHub Actions workflows).
infra-kit.domain.helm
Create, review, validate, refactor, or troubleshoot Helm charts, values.yaml files, templates, helpers, releases, and Kubernetes deployment defaults.