Install
openclaw skills install @brandoncollis/classquillQuery 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).
openclaw skills install @brandoncollis/classquillClassQuill 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.
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_…
The server exposes one read-only tool per public API endpoint. Common tasks:
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.
ei_live_… key from
ClassQuill → Settings → Developers.