Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Jobo16/ielts-buddynpx agentmods add skills/jobo16/ielts-buddy/ielts-vocabulary-coachWrote 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/jobo16/ielts-buddy/ielts-vocabulary-coach)<a href="https://agentmods.dev/skills/jobo16/ielts-buddy/ielts-vocabulary-coach"><img src="https://agentmods.dev/badge/skills/jobo16/ielts-buddy/ielts-vocabulary-coach/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/jobo16/ielts-buddy/ielts-vocabulary-coach"><img src="https://agentmods.dev/badge/skills/jobo16/ielts-buddy/ielts-vocabulary-coach.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00039 | $0.00451 |
| Opus 5 | $0.00019 | $0.00226 |
| Sonnet 5 | $0.00008 | $0.00090 |
| Haiku 4.5 | $0.00004 | $0.00045 |
Grade A, and why
ielts-vocabulary-coach 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 13d 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
IELTS Buddy 词汇数据接口
本 Skill 只说明词汇数据接口。调用前,先按Agent API 配置绑定并检查能力。
接口
| 能力组 | 数据或动作 | 调用约束 |
|---|---|---|
ielts_vocabulary_builtin_prepare_cards、ielts_vocabulary_builtin_progress、ielts_vocabulary_builtin_record_review |
内置词书卡片与复习进度 | 仅记录实际完成的复习结果。 |
ielts_vocabulary_personal_search、ielts_vocabulary_personal_prepare_cards、ielts_vocabulary_personal_progress |
当前账号个人词汇数据 | 仅读取当前账号数据。 |
ielts_vocabulary_personal_add、ielts_vocabulary_personal_update、ielts_vocabulary_personal_delete、ielts_vocabulary_personal_import、ielts_vocabulary_personal_export |
个人词汇维护与迁移 | 写入、删除或导入前须取得用户明确确认。 |
ielts_vocabulary_personal_record_review |
实际完成的个人词汇复习结果 | 不将推荐或推断记作复习。 |
python3 scripts/ielts_buddy_api.py capabilities
python3 scripts/ielts_buddy_api.py call ielts_vocabulary_personal_search --json '{}'
边界
- 仅迁移词汇内容,不推断或迁移未证实的复习进度。
update只修改词条内容;学习状态只能由实际record_review结果推进。- 本 Skill 不定义出题、提示、反馈或复习频率。
workflows/是独立的可选推荐层,不属于本 Skill 的接口契约。
What ships with it
4 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.
- 13d ago First seen · 30 lines · 39 tokens per session scan A fb042f597b67
ielts-vocabulary-coach is a skill published in the GitHub repository Jobo16/ielts-buddy (21 stars, last pushed 2d ago), licensed MIT. It adds 39 tokens to every session and 451 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-08-30.
Other skills, from other repositories
ielts-speaking-coach
Run repeatable IELTS speaking practice with ChatGPT Voice or a supported voice conversation. Use when a learner wants to import IELTS Speaking questions, choose Part 1, Part 2, Part 3, or a full mock test, create a 7-day, 14-day, or 30-day practice plan, conduct examiner-style practice, generate a fixed-format…
google-agents-cli-onboarding
Onboarding entrypoint for agents-cli in Agent Platform. It should be used when the user wants to "create a new agent", "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "evaluate an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs…
edu-math-tutorial
A Chinese-language guide for turning a maths problem into a step-by-step teaching video. It explains how to break down the solution, write narration, format equations, and structure scenes.
practice-cognition
A method for testing ideas in practice, learning from the results, and improving the next attempt through repeated cycles.
rust-learner
Learn Rust language features and crate updates. Use when user asks about Rust version changelog, what's new in Rust, crate updates, Cargo.toml dependencies, tokio/serde/axum features, or any Rust ecosystem questions.
81-pipecat
Create your Pipecat skill from official documentation, then learn to improve it throughout the chapter.