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 skills add boshi-xixixi/TraeSkill --skill exam-readygit clone --depth 1 https://github.com/boshi-xixixi/TraeSkillWrote 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/boshi-xixixi/traeskill/exam-ready)<a href="https://agentmods.dev/skills/boshi-xixixi/traeskill/exam-ready"><img src="https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/exam-ready.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.1 | $0.00054 | $0.00933 |
| Opus 5 | $0.00027 | $0.00466 |
| Sonnet 5 | $0.00011 | $0.00187 |
| Haiku 4.5 | $0.00005 | $0.00093 |
Grade A, and why
exam-ready 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.
How it starts
The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
exam-ready
Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam.
What this skill does
For each syllabus topic, extract from the provided material:
- What it is (1 line definition — exam-ready)
- 3–5 key points an examiner expects
- Important keywords to use in the answer (bold them)
- Any important diagram or figure — describe what it shows in 2 lines
- 1–2 sentences the student can directly write in their exam answer (or MCQ trick if exam type is MCQ)
- 1 examiner-style practice question to test recall
Do NOT explain the full topic. Do NOT add context outside the provided material. Do NOT explain things the syllabus didn't ask for. Never tell the student to "read more" or "refer to chapter X". Give them what they need right here.
Input format
Student will provide:
- A PDF file or pasted notes (their study material)
- A syllabus — either pasted as text or listed as topics
- Optionally: exam type (MCQ / short-answer / long-answer) and time available
Handling missing inputs
- If no study material is provided: say "Please share your notes or PDF first. I won't use outside knowledge."
- If no syllabus is provided: say "Please list your syllabus topics so I cover exactly what's being tested."
- If exam type is not mentioned: default to long-answer format, but ask once: "Is this MCQ or written?"
- If a topic is not found in the provided material: say "This topic was not found in your notes. Check your material."
Triage mode (when student gives a time constraint)
If the student says "I have X hours":
- First, output a priority list — number all syllabus topics in order of:
- Explicit weightage (if syllabus mentions marks)
- Frequency of appearance in the PDF (more coverage = higher priority)
- Breadth of subtopics under it
- Then expand each topic in that priority order, not syllabus order.
- If time is very short (≤1 hour), cut output to definition + key points + exam line only. Skip diagrams.
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 · 101 lines · 54 tokens per session scan A c35512390184
exam-ready is a skill published in the GitHub repository boshi-xixixi/TraeSkill (261 stars, last pushed 3mo ago), licensed MIT. It adds 54 tokens to every session and 933 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-09-03.
Other skills, from other repositories
tutor-setup
Transforms knowledge sources into an Obsidian StudyVault. Two modes: (1) Document Mode — PDF/text/web sources → study notes with practice questions. (2) Codebase Mode — source code project → onboarding vault for new developers. Mode is auto-detected based on project markers in CWD.
generate-pdf-certificate
Generate a professional achievement certificate with recipient name, course details, date, and a QR code for formal download or print.
transcricao-mentoradas
ISAURA — Agente de Transcricao e Materiais Complementares para mentoradas. Pipeline completo: recebe videos/links YouTube, transcreve com timestamps via Gemini, gera materiais complementares POR BLOCO (workbook interativo, checklist, resumo executivo — em JSON, HTML interativo e PDF), cria plataforma visual estilo…
akf-trust-metadata
The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA aud.
book-distiller
Distills books (PDF, EPUB, TXT) into structured AI Agent skills and Gemini Gems. Use when you need to transform a book's methodology into an actionable AI persona.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…