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 fakoli/fakoli-plugins --skill recipe-create-classroom-coursegit clone --depth 1 https://github.com/fakoli/fakoli-pluginsWrote 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/fakoli/fakoli-plugins/recipe-create-classroom-course)<a href="https://agentmods.dev/skills/fakoli/fakoli-plugins/recipe-create-classroom-course"><img src="https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/recipe-create-classroom-course/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/fakoli/fakoli-plugins/recipe-create-classroom-course"><img src="https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/recipe-create-classroom-course.svg" alt="Reviewed on agentmods" width="80" 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.00015 | $0.00333 |
| Opus 5 | $0.00008 | $0.00167 |
| Sonnet 5 | $0.00003 | $0.00067 |
| Haiku 4.5 | $0.00002 | $0.00033 |
Grade A, and why
recipe-create-classroom-course 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 5d 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
Create a Google Classroom Course
Create a Google Classroom course and invite students.
When to Use
Use this workflow when the user needs to set up a new course in Google Classroom, including inviting students or teachers.
Workflow
1. Gather course details
Ask the user for:
- Course name (e.g., "Introduction to CS")
- Section (e.g., "Period 1")
- Room (optional)
2. Create the course
Use --dry-run first:
gws classroom courses create \
--json '{"name": "COURSE_NAME", "section": "SECTION", "room": "ROOM", "ownerId": "me"}' \
--dry-run
Confirm with the user, then execute.
3. Invite students
For each student email:
gws classroom invitations create \
--json '{"courseId": "COURSE_ID", "userId": "[email protected]", "role": "STUDENT"}'
4. Verify enrollment
gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table
Safety
- Always
--dry-runbefore creating courses - Verify student email addresses before sending invitations
Tips
- Use
"role": "TEACHER"to invite co-teachers - The
ownerIdcan be"me"for the authenticated user
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.
- 5d ago First seen · 59 lines · 15 tokens per session scan A 8fb2d7ca3dc2
recipe-create-classroom-course is a skill published in the GitHub repository fakoli/fakoli-plugins (4 stars, last pushed 3d ago), licensed MIT. It adds 15 tokens to every session and 333 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
explain
Explain something in depth on request. Use when the user writes "???" - alone, or placed directly after a reference, statement, or term - which means "explain that in more detail, with a concrete example AND consequences". Also invoked by the /credo:explain command. Treat the pointed-at subject as the thing to…
media-higgsfield-explainer
A Higgsfield workflow for making non-photorealistic narrated explainer videos. It pairs each narration line with a 10-second animated clip and joins the clips into one finished video.
career-path-planner
Career goal mapping with skill gap analysis, actionable development plans, and milestone tracking. Use when planning career transitions, identifying skill gaps, setting professional development goals, or evaluating career options.
course-material-creator
Create custom educational materials including syllabi, lesson plans, assessments, reading lists, and learning objectives. Use when building course curricula, training programs, workshops, or educational content.
stuck
Diagnoses a broken course setup by reading the folder, so the student never has to describe the problem in English. Takes no argument. Reports which class they are on and which files are filled, then names one blocker and one fix: Claude Code opened at the wrong level, .claude/skills/ missing, skills not loading…
pr-vetting
Use when the user wants to thoroughly investigate, vet, review, or security-scan a pull request before deciding how to handle it - especially PRs from external or unknown contributors. Runs a parallel multi-agent investigation (technical, security, value/fit, contributor reputation) and merges the findings into one…