skool

skool is a skill for Claude Code from elchamoluso/skool-mcp-kit. It costs 0 tokens per session (2,544 once invoked), scanned A, original, MIT.

A toolset for operating and analyzing a Skool community, an online community platform for courses, posts, events, and discussions. It can inspect community information, calendars, feeds, posts, and comments.

In plain words
What is it for?
Checking upcoming events, reading posts and comments, analyzing feed activity, and creating approved community posts or comments.
Why use it?
It brings community activity into an agent workflow while requiring confirmation before posts or comments are written.

Skill for Claude Code

Written for Claude Code: $CLAUDE_SKILL_DIR variable. Also seen: mentions Claude Code.

Install

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.

agentmods
npx agentmods add skills/elchamoluso/skool-mcp-kit/skool
Any agent
npx skills add elchamoluso/skool-mcp-kit --skill skool
Clone the repo
git clone --depth 1 https://github.com/elchamoluso/skool-mcp-kit

Made for: Claude Code.

Wrote 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.

agentmods badge for skool

README.md
[![agentmods](https://agentmods.dev/badge/skills/elchamoluso/skool-mcp-kit/skool.svg)](https://agentmods.dev/skills/elchamoluso/skool-mcp-kit/skool)
Your own site
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,544 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured today against content hash 1b413c1c2173, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/analyze_feed.py, scripts/format_calendar.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/skool/SKILL.md · 119 lines

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:

  1. 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 exige confirm:true y el server además la rechaza sin él.
  2. 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.
  3. Ritmo humano. No dispares lecturas masivas en ráfaga. Para recorrer muchas páginas (feed/miembros), espacia y avisa.
  4. 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.
  5. La lectura es preferible a la escritura. Cuando una tarea se pueda resolver leyendo/analizando, no escribas.
  6. 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.
  7. Privacidad/GDPR: skool_members omite el email por defecto; pídelo con include_email:true solo 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.

Read the full file on GitHub · 119 lines

Files

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.

Changes

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.

  1. today Changed · +8 lines 1b413c1c2173
  2. 5d ago First seen · 111 lines · 0 tokens per session scan A 67b5a3e08605

Subscribe to this mod's changes

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.