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 agentmods add skills/elchamoluso/skool-mcp-kit/skoolnpx skills add elchamoluso/skool-mcp-kit --skill skoolgit clone --depth 1 https://github.com/elchamoluso/skool-mcp-kitWrote 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/elchamoluso/skool-mcp-kit/skool)<a href="https://agentmods.dev/skills/elchamoluso/skool-mcp-kit/skool"><img src="https://agentmods.dev/badge/skills/elchamoluso/skool-mcp-kit/skool.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.00000 | $0.02544 |
| Opus 5 | $0.00000 | $0.01272 |
| Sonnet 5 | $0.00000 | $0.00509 |
| Haiku 4.5 | $0.00000 | $0.00254 |
Grade A, and why
skool 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 today.
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 — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skool — operar y analizar tu comunidad
Esta skill compone el servidor MCP skool (Node stdio, sesión de navegador del usuario contra la API interna de Skool) y le añade una capa de análisis (agenda del calendario, analítica del feed) y guardrails de seguridad. Las herramientas aparecen como mcp__skool__<tool>. La comunidad por defecto es ailinkvip; casi todas las tools aceptan community para operar otra donde el usuario sea miembro.
⚠️ SEGURIDAD — reglas innegociables (leer SIEMPRE antes de actuar)
La sesión es la cuenta personal real del usuario en Skool. Automatizar Skool va contra su ToS y un baneo caería sobre esa cuenta. Las acciones de escritura (skool_create_post, skool_create_comment) son el mayor disparador. Por tanto:
- Confirmación previa por cada escritura. Antes de CUALQUIER
skool_create_post/skool_create_comment, muestra al usuario el destino exacto (comunidad y, para comentar, qué post) y el texto exacto, y espera su "sí" para ESA acción concreta. Nunca asumas consentimiento de una acción anterior. La tool exigeconfirm:truey el server además la rechaza sin él. - Nada de bulk. Prohibido iterar escrituras sobre una lista. Una a una, cada una confirmada. Si el usuario pide "comenta en estos 20", explícale el riesgo y hazlo de una en una con su OK, o rechaza el volumen.
- Ritmo humano. No dispares lecturas masivas en ráfaga. Para recorrer muchas páginas (feed/miembros), espacia y avisa.
- Topes diarios conservadores (ajústalos a la baja, nunca al alza): ≤ 3–5 posts/día, ≤ 10–15 comentarios/día, siempre espaciados. Si el usuario quiere más, adviértele que sube el riesgo de restricción.
- La lectura es preferible a la escritura. Cuando una tarea se pueda resolver leyendo/analizando, no escribas.
- Stop-on-checkpoint: si una tool devuelve error de sesión, redirect a login, bloqueo del WAF o CAPTCHA, PARA y dile al usuario que re-autentique (
node ~/dev/skool-mcp-kit/bin/skool-session.js login). No intentes rodearlo. - Privacidad/GDPR:
skool_membersomite el email por defecto; pídelo coninclude_email:truesolo si el usuario lo necesita explícitamente, y recuérdale el deber de protección de datos si es uso comercial. No guardes datos personales de terceros en la Drive fuera de la carpeta del proyecto que corresponda.
What ships with it
2 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.
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.
- today Changed · +8 lines 1b413c1c2173
- 5d ago First seen · 111 lines · 0 tokens per session scan A 67b5a3e08605
skool is a skill published in the GitHub repository elchamoluso/skool-mcp-kit (0 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,544 tokens. 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
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.