ielts-buddy-question-research

ielts-buddy-question-research is a skill for Codex from Jobo16/ielts-buddy. It costs 44 tokens per session (500 once invoked), scanned A, original, MIT.

A read-only connection to the IELTS Buddy question database, available to accounts that have the required access. IELTS is an English-language proficiency test, and the database contains its practice-question parts and related information.

In plain words
What is it for?
Use it to count questions by subject or tag, list available IELTS parts, and read the text, materials, question types, tags, sources, and optional explanations for chosen parts.
Why use it?
It provides approved access to question-bank coverage, part lists, and selected question details without using private workarounds. It also makes clear that it does not include user performance or study-history data.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/ielts_buddy_api.py capabilities.

Good fit Use it to count questions by subject or tag, list available IELTS parts, and read the text, materials, question types, tags, sources, and optional explanations for chosen parts.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/Jobo16/ielts-buddy
agentmods
npx agentmods add skills/jobo16/ielts-buddy/ielts-buddy-question-research

Made for: 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 ielts-buddy-question-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/jobo16/ielts-buddy/ielts-buddy-question-research/github.svg)](https://agentmods.dev/skills/jobo16/ielts-buddy/ielts-buddy-question-research)
Your own site
<a href="https://agentmods.dev/skills/jobo16/ielts-buddy/ielts-buddy-question-research"><img src="https://agentmods.dev/badge/skills/jobo16/ielts-buddy/ielts-buddy-question-research/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.

agentmods 80×15 button for ielts-buddy-question-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/jobo16/ielts-buddy/ielts-buddy-question-research"><img src="https://agentmods.dev/badge/skills/jobo16/ielts-buddy/ielts-buddy-question-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 500 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00044 $0.00500
Opus 5 $0.00022 $0.00250
Sonnet 5 $0.00009 $0.00100
Haiku 4.5 $0.00004 $0.00050

Measured 12d ago against content hash fe7ab9c48b15, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ielts-buddy-question-research 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 12d 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/ielts-buddy-question-research/SKILL.md · 39 lines

What it actually says

IELTS Buddy 题库数据接口

本 Skill 只说明题库数据接口、授权和字段使用。它不规定研究方法、分析流程、结论形式或后续动作。

访问

使用普通 bindIELTS_BUDDY_TOKEN/api/v1/agent。先执行:

python3 scripts/ielts_buddy_api.py capabilities

仅当当前账号返回下列能力时才可调用;未返回即停止,不尝试使用数据库、Cookie、私有接口或普通刷题接口绕过权限。详情见访问边界

接口

能力 数据 调用约束
ielts_question_research_coverage 标签维度的 Part 与题目数量 可传 subjectgroupCodesscope
ielts_question_research_list_parts Part 目录、科目、难度、来源更新时间、标签和题目数 使用返回的 nextOffset 翻页。
ielts_question_research_read_parts 指定 Part 的题干、材料、题型、标签、来源和可选答案解析 只传已确定的 partIds;不需要答案时设 includeAnswers:false
python3 scripts/ielts_buddy_api.py call ielts_question_research_coverage --json '{"subject":"reading"}'
python3 scripts/ielts_buddy_api.py call ielts_question_research_list_parts --json '{"subject":"reading","limit":20,"offset":0}'
python3 scripts/ielts_buddy_api.py call ielts_question_research_read_parts --json '{"partIds":[123],"includeAnswers":false}'

边界

  • 只读;不导入、修改、发布、隐藏或归档题库内容。
  • 不返回做题记录、正确率或用户行为数据。
  • workflows/ 是独立的可选推荐层,不属于本 Skill 的接口契约。
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. 12d ago First seen · 39 lines · 44 tokens per session scan A fe7ab9c48b15

Subscribe to this mod's changes

ielts-buddy-question-research is a skill published in the GitHub repository Jobo16/ielts-buddy (21 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 500 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.

Related

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…

lindsey-labs/ielts-speaking-coach · 101 tokens

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…

google/skills · 95 tokens

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.

agentscope-ai/QwenPaw · 146 tokens

practice-cognition

A method for testing ideas in practice, learning from the results, and improving the next attempt through repeated cycles.

HughYau/qiushi-skill · 183 tokens

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.

actionbook/actionbook · 51 tokens

81-pipecat

Create your Pipecat skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 18 tokens