ielts-mock-review

ielts-mock-review is a skill for Codex from Jobo16/ielts-buddy. It costs 37 tokens per session (927 once invoked), scanned A, original, MIT.

Instructions for reading IELTS Buddy mock-test directories, recent activity, progress, and section results. IELTS is an English-language proficiency exam; these records are practice data, not official IELTS scores.

In plain words
What is it for?
Use them to find available mock tests and review recent mock-test or submitted-practice activity for the connected account.
Why use it?
They help an agent retrieve only the available facts without inventing missing scores, trends, or question-level answers.

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 them to find available mock tests and review recent mock-test or submitted-practice activity for the connected account.

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-mock-review

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-mock-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jobo16/ielts-buddy/ielts-mock-review"><img src="https://agentmods.dev/badge/skills/jobo16/ielts-buddy/ielts-mock-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 927 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.00037 $0.00927
Opus 5 $0.00018 $0.00464
Sonnet 5 $0.00007 $0.00185
Haiku 4.5 $0.00004 $0.00093

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

Security

Grade A, and why

ielts-mock-review 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.

skills/ielts-mock-review/SKILL.md · 43 lines

What it actually says

IELTS Buddy 模考数据接口

本 Skill 只说明模考和练习结果的数据读取。需要账号数据时,先按Agent API 配置绑定并检查能力。

接口

能力 数据 调用约束
ielts_mock_search_papers 当前账号可见的模考试卷目录与稳定 contentRef 可传 subjectsmaxDurationMinuteslimit;只读目录,不创建模考 session。
ielts_review_recent_activity 可复盘记录和已完成科目的 reviewTargets kind:"mock",按返回的 nextOffset 分页。
ielts_review_read_snapshot 指定模考科目的逐题作答和批改快照 把列表中的一个 reviewTargets 元素原样作为 target;材料按需读取。
python3 scripts/ielts_buddy_api.py capabilities
python3 scripts/ielts_buddy_api.py call ielts_review_recent_activity --json '{"kind":"mock"}'

边界

  • 返回的数据不是 IELTS 官方成绩。
  • 模考只读取列表已返回复盘引用的完成科目;不要自行把未完成科目当作已提交结果。
  • 本 Skill 不生成能力判断、修复任务或后续计划。
  • workflows/ 是独立的可选推荐层,不属于本 Skill 的接口契约。

列表与详情

查询学习记录分两步:先读取列表摘要,再按需用返回的 reviewTarget 调用 ielts_review_read_snapshot 查看某次练习或某个已完成模考科目的详情;精听使用 attemptId 调用 ielts_dictation_read_attempt,未提交普通练习使用 sessionId 调用 ielts_practice_read_session。不要为了列出记录逐条展开详情。使用前以当前账号的 capabilities 为准。

列表中的 sessionId 是练习次数,partId 是不同篇目;区分零作答、已作答未提交和已提交,不从部分题目的正确率推算 IELTS 分数。需要完整记录时按 nextOffsetnextCursornextPage 翻页,直到 hasMore=false;空页有后续游标时仍需继续。observationTruncated=truecoverage.sourceTruncated=true 表示数据仍不完整,不得声称查全。计划列表只含摘要,用 planId 调用 ielts_study_plans_get 获取任务页。

足迹与学习统计

跨产品活动使用 ielts_footprints_list。直接读取服务端 summarydailyCountstodayCountstotalactivities 只是本页,不能用它的长度或日期分布重算历史总量、热力图、连续天数及本周次数。只查询统计时无需拉完时间线。

足迹优先将 nextCursor 原样作为下一次请求的 cursor,保持 kinds/query/timeRange 不变。统计范围是 statisticsScope=filtered_history,时区是 Asia/Shanghai,每日计数覆盖截至 asOf 所在日的 28 天。同章节同日的视频进度折叠为一次展示活动,原始事件保留。

ielts_learning_pull_events 同步的是原始学习证据,数字 cursor 与足迹的字符串 cursor 不可互换,两者条数也不应直接比较。网页未显示记录时,先核对分页和覆盖范围,不用 ielts_learning_push_events 补写已经存在的事实。返回缺失字段或 coverage.sourceTruncated=true 时保持“不完整”的结论,以当前部署的足迹接口文档为准。

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. 2d ago Changed · +8 lines 854795faf76e
  2. 3d ago Changed · +7 lines aac966300cb9
  3. 12d ago First seen · 28 lines · 37 tokens per session scan A 76aa915be68b

Subscribe to this mod's changes

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