openmind-glossary

openmind-glossary is a skill for Claude Code, Codex from HelloThisWorld/agent-skill-verification-template. It costs 55 tokens per session (335 once invoked), scanned A, original, MIT.

A glossary lookup that returns exact definitions from Open Mind’s source files, with the file and line where each definition appears. It uses exact terms, so unknown terms are reported as not found.

In plain words
What is it for?
Use it to define project terms, acronyms, or code symbols when you need wording and source locations that can be checked.
Why use it?
It avoids invented or paraphrased definitions and lets you trace each answer back to its original source.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/hellothisworld/agent-skill-verification-template/openmind-glossary
Any agent
npx skills add HelloThisWorld/agent-skill-verification-template --skill openmind-glossary
Clone the repo
git clone --depth 1 https://github.com/HelloThisWorld/agent-skill-verification-template

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for openmind-glossary

README.md
[![agentmods](https://agentmods.dev/badge/skills/hellothisworld/agent-skill-verification-template/openmind-glossary.svg)](https://agentmods.dev/skills/hellothisworld/agent-skill-verification-template/openmind-glossary)
Your own site
<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>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 335 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 6a689d339946, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

skills/openmind-glossary/SKILL.md · 29 lines

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_evidence with 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>

Files

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.

Changes

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.

  1. 4d ago First seen · 29 lines · 55 tokens per session scan A 6a689d339946

Subscribe to this mod's changes

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.

Related

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…

tripleyak/SkillForge · 92 tokens

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.

tripleyak/SkillForge · 40 tokens

ci-cd

Jenkins、GitLab CI、GitHub Actions 等 CI/CD 工具配置技能。.

chaterm/terminal-skills · 11 tokens

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…

khemratechconsulting/github-actions-setup · 164 tokens

infra-kit.domain.github

Create, review, standardize, or troubleshoot GitHub repository and CI/CD assets (CODEOWNERS, templates, branch protection guidance, and GitHub Actions workflows).

huyngopt1994/infras-kit · 38 tokens

infra-kit.domain.helm

Create, review, validate, refactor, or troubleshoot Helm charts, values.yaml files, templates, helpers, releases, and Kubernetes deployment defaults.

huyngopt1994/infras-kit · 35 tokens