PrepKit is an advanced instructional framework based on the ADDIE model, specifically tailored for AI agents to design and develop elite training materials for informatics competitions like NOI, CSP, and GESP.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install prepkit
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install prepkit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
PrepKit is a specialized curriculum engineering framework designed to guide AI agents in creating highly engaging, high-quality teaching materials for informatics olympiad training (NOI/CSP/GESP). Rather than enforcing a rigid, one-size-fits-all lesson template, it provides multi-dimensional quality benchmarks, cognitive design rules tailored for 14-year-old high school students, and specialized narrative styles.
By leveraging this framework within Openclaw Skills, AI agents can dynamically determine the most effective presentation structure based on the specific computer science concept being taught. It balances meticulous instructional analysis with creative execution, ensuring that lectures, slides, code examples, and problem sets remain pedagogically sound, logical, and highly interactive.
To integrate this framework into your Openclaw ecosystem, place the underlying SKILL.md file along with its companion modules into your active agent skill repository.
# Navigate to your agent skills repository
cd openclaw-agent/skills/
# Create a target directory for the preparation kit framework
mkdir -p prepkit/modules prepkit/references prepkit/assets
# Clone or move your localized modules into place
mv path/to/framework/modules/*.md prepkit/modules/
mv path/to/framework/references/*.md prepkit/references/
Ensure that the allowed tools (Read, Write, Edit, and AskUserQuestion) are properly initialized within your agent configuration protocol.
PrepKit enforces a clean file hierarchy and system taxonomy to store metadata, track curriculum levels, and handle file delivery.
| Level | Difficulty Range | Competition Target |
|---|---|---|
| Entry-Level | 1-5 | CSP-J, GESP Levels 1-4 |
| Raised-Level | 5-8 | CSP-S, GESP Levels 5-6 |
| NOI-Level | 7-10 | NOI, Provincial Selection |
_ppt to be recognized and indexed by the database..pdf, .html, and .md formats.Loading
A utility to accurately calculate, aggregate, and display cumulative LLM token usage across all OpenClaw agents, featuring a Python CLI and an optional Control UI analytics button.

An automated Alibaba Cloud ECS disaster recovery and backup automation agent skill for cross-AZ full-instance and disk-level recovery.

An execution-free performance testing router that intelligently intercepts user intents and delegates Alibaba Cloud PTS actions to dedicated sub-skills.

An advanced automation script that inserts new slides into existing PPTX files with 100% style and layout consistency by cloning slide XML elements.

A read-only governance preflight tool that evaluates proposed AI agent actions for authorization, boundaries, risks, and required evidence before execution.

A dedicated Java formatting review skill designed to automatically audit and correct naming, comments, structure, and style discrepancies in AI-generated code.








































