Convert learning materials (Word, PDF, images) into QuickClass quiz JSON format. Supports SINGLE_CHOICE, MULTIPLE_CHOICE, and TRUE_FALSE question types. Use when user wants to create QuickClass homework/quiz JSON from exam papers, worksheets, or teaching materials, or when user mentions QuickClass,
Design & media
Classquill
Try itQuery a ClassQuill tutoring business — sessions, students, tutors, parents, invoices, payments, lesson plans, bookings, earnings, and reports — through the C...
What it does
Query a ClassQuill tutoring business — sessions, students, tutors, parents, invoices, payments, lesson plans, bookings, earnings, and reports — through the ClassQuill MCP server / public API. Use when the user asks about their tutoring operations, scheduling, billing, or students/tutors in ClassQuill (or EquateIt).
The skill document
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.
Related skills
Quaderno (quaderno.io). Use this skill for ANY Quaderno request — reading, creating, updating, and deleting data. Whenever a task involves Quaderno, use this...
Turn support knowledge into an askable digital-human customer course.
Turn partner program materials into an askable digital-human course.
Get tutoring that breaks any concept into multiple angles — diagrams, analogies, worked examples, practice problems, and full study guides.
Quipteams (quipteams.com). Use this skill for ANY Quipteams request — searching and reading data. Whenever a task involves Quipteams, use this skill instead...