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 EquateItAu/classquill-mcp --skill classquillgit clone --depth 1 https://github.com/EquateItAu/classquill-mcpWrote 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/equateitau/classquill-mcp/classquill)<a href="https://agentmods.dev/skills/equateitau/classquill-mcp/classquill"><img src="https://agentmods.dev/badge/skills/equateitau/classquill-mcp/classquill.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.00074 | $0.00499 |
| Opus 5 | $0.00037 | $0.00249 |
| Sonnet 5 | $0.00015 | $0.00100 |
| Haiku 4.5 | $0.00007 | $0.00050 |
Grade A, and why
classquill 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 8d 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
ClassQuill
ClassQuill is a tutoring-business-management platform (by EquateIt). This skill lets you
read a user's ClassQuill data through its MCP server, which proxies the public REST API
at https://api.classquill.com/v1.
Connecting
Prefer the hosted MCP server — no install:
https://mcp.classquill.com/mcp
Authenticate with the user's API key (ei_live_…, created in ClassQuill → Settings →
Developers) as a Bearer token, or via OAuth if the client supports it.
Or run it locally:
npx -y equateit-mcp # stdio; set EQUATEIT_API_KEY=ei_live_…
What you can do
The server exposes one read-only tool per public API endpoint. Common tasks:
- Sessions / schedule — list upcoming or past tutoring sessions, get a session's detail.
- Students & tutors — look up a student or tutor, their profile, availability, earnings.
- Parents & billing — parent balances, invoices, payments.
- Lesson plans & homework — retrieve lesson plans and homework.
- Reports — org summary and coverage reports.
All access is org-scoped by the key, and read-only. If the user needs to create or change data, direct them to the ClassQuill app or a write-enabled integration.
Guidance
- Always call the relevant tool rather than guessing — the data is live.
- If a key is missing or invalid, ask the user to create/paste an
ei_live_…key from ClassQuill → Settings → Developers. - Summarise results in plain language; don't dump raw JSON unless asked.
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.
- 8d ago First seen · 60 lines · 74 tokens per session scan A ee8ac5bc9df1
classquill is a skill published in the GitHub repository EquateItAu/classquill-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 499 once invoked, about $0.0004 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.
Other skills, from other repositories
stockbee-setup-fluency-trainer
Build a Stockbee-style setup model book from momentum-burst screener candidates, then update 3-day and 5-day forward outcomes with MFE/MAE, stop-hit status, outcome tags, and cohort statistics. Use when the user wants to study Stockbee Momentum Burst examples, track failed candidates, build setup fluency, review A/B…
market-microstructure-traditional
Traditional market microstructure concepts applied to crypto — order book dynamics, market making theory, price formation models, execution quality measurement, and CEX vs DEX structural differences.
trading-manual-writer
A writing skill for creating sections of a trading manual for beginners and individual investors. It explains financial instruments or trading topics in Markdown and can include SVG illustrations.
common-sense-index-investing-bogle
Apply John Bogle index investing rules for low-cost funds, asset allocation, fees, taxes, ETFs, advisers, and buy-hold discipline.
paper-trading
Risk-free trading simulation with real market data. Test strategies without risking real money.
market-replay
Replay historical market data in real-time or accelerated speed. Practice trading, test strategies, and learn from past market events without risking capital.