OpenClaw Master Skills is a curated, regularly updated collection of skills that extends an AI personal assistant platform with capabilities such as research, browser automation, presentation creation, and prompt work. It is intended for people using OpenClaw or MyClaw.ai to give their agents additional tasks and workflows. The catalogue contains many skills and agents from this collection.
Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skillsnpx agentmods add skills/leoyeai/openclaw-master-skills/ai-shifu-course-creatorWrote 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/leoyeai/openclaw-master-skills/ai-shifu-course-creator)<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/ai-shifu-course-creator"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/ai-shifu-course-creator/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/leoyeai/openclaw-master-skills/ai-shifu-course-creator"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/ai-shifu-course-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00043 | $0.04539 |
| Opus 5 | $0.00022 | $0.02269 |
| Sonnet 5 | $0.00009 | $0.00908 |
| Haiku 4.5 | $0.00004 | $0.00454 |
Grade A, and why
ai-shifu-course-creator 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 578 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Course Creator
Convert raw course material into runnable, optimized MarkdownFlow lesson scripts and deploy them as live AI-Shifu courses.
Execution Modes
- Standard mode (default): Input quality is sufficient; run requested phases in full.
- Fallback mode: Input is incomplete or low quality; produce coarse outputs, mark uncertainty, and provide focused rerun hints.
Language Resolution Policy
See references/language-resolution.md for the full policy.
Resolve target language with this strict priority:
explicit_output_language_requesttarget_language_parametersession_language_preferenceprompt_language_detectionsource_material_dominant_languagedefault_fallback_language(en-US)
Authoring Control Inputs
Use these optional controls across all phases:
course_profile(json): audience level, prerequisite level, lesson duration target, lesson count target, and assessment mode.delivery_constraints(json): interaction density, platform limits, must-cover topics, avoid topics, and non-negotiable source fragments.
See references/input-contract.md for recommended object shapes.
Output Boundary
- Final outputs are learner-facing teaching content only.
- Authoring rules, pipeline notes, and process instructions stay in skill docs and references, not in lesson outputs.
- Internal design notes may appear only in HTML comments when needed.
Pipeline Overview
Phase 1: Segmentation → Phase 2: Orchestration → Phase 3: Generation → Phase 4: Optimization → Phase 5: Deployment
Usage Paths
Path A: End-to-End
Run all five phases from raw material to a live deployed course.
- Phase 1: Segment raw material into semantic units.
- Phase 2: Orchestrate lesson boundaries and generate scripts.
- Phase 3: Generate per-lesson MarkdownFlow scripts (called internally by Phase 2).
- Phase 4: Audit and optimize final scripts.
- Phase 5: Build, import, and publish to the AI-Shifu platform.
Path B: Author Only
What ships with it
26 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.
- _meta.json 301 B
- agents/openai.yaml 361 B
- examples/deploy-only.md 1.3 KB
- examples/end-to-end-deploy.md 1.6 KB
- examples/fallback-mode.md 2.8 KB
- examples/generation-only.md 2.1 KB
- examples/optimization-only.md 2.4 KB
- examples/pipeline-full.md 2.6 KB
- examples/segmentation-only.md 2.6 KB
- references/cli-reference.md 4.3 KB
- references/cognitive-techniques.md 607 B
- references/course-directory-spec.md 1.9 KB
- references/import-json-format.md 1.2 KB
- references/input-contract.md 2.2 KB
- references/language-resolution.md 809 B
- references/lesson-template.md 1.1 KB
- references/markdownflow-spec.md 642 B
- references/optimization-methodology.md 599 B
- references/output-contract.md 2.2 KB
- references/preservation-rules.md 548 B
- references/report-template.md 2.3 KB
- references/review-checklist.md 632 B
- references/segmentation-rules.md 1.1 KB
- references/teaching-patterns.md 551 B
- scripts/shifu-cli.py 44 KB runs code
- skill.yaml 7.8 KB
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.
- 9d ago First seen · 578 lines · 43 tokens per session scan A afd6116922fc
ai-shifu-course-creator is a skill published in the GitHub repository LeoYeAI/openclaw-master-skills (2,141 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 4,539 once invoked, about $0.0002 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
study-strategy-selector
Recommend practical study strategies matched to the material, learning goal, assessment, time, and learner constraints. Use for revision planning, homework routines, independent study, replacing ineffective habits, or adapting recall, spacing, explanation, and practice activities.
retrieval-practice-generator
Generate low-stakes retrieval-practice questions with grounded answer notes and implementation guidance. Use for quiz starters, revision activities, delayed recall, misconception checks, or adapting recall difficulty.
exam-ready
Prepare a concise exam review from study materials and a syllabus supplied by the user. Use for topic summaries, recall questions, MCQ cues, and time-limited revision plans that must stay grounded in those materials.
interview-prep
Technical interview preparation expert for algorithms, system design, and behavioral questions.
comfyui-skill-openclaw
Run registered ComfyUI workflows through the fast comfyui-skill CLI, and use the official local Comfy MCP for live template, node, model, validation, and orchestration capabilities. Use this Skill when: (1) The user requests to "generate an image", "draw a picture", or "execute a ComfyUI workflow". (2) The user has…
common-sense-index-investing-bogle
Apply John Bogle index investing rules for low-cost funds, asset allocation, fees, taxes, ETFs, advisers, and buy-hold discipline.