Openclaw Skills for personalized learning turns natural-language study requests into concept explanations, language lessons, and concise study guides.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install learn-cog-free
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 learn-cog-free using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for the personalized learning assistant free edition is an AI-driven learning workflow designed to help students and self-learners understand ideas faster, practice smarter, and generate structured study materials.
It focuses on three core learning modes: concept explanations, basic language learning support, and study guide creation. With Openclaw Skills, users can ask for beginner-friendly breakdowns, analogy-based explanations, step-by-step homework help, writing feedback, summaries, and quick reference sheets—all in a structured, reusable format that fits everyday learning and knowledge acquisition.
export API_KEY=${API_KEY:?Please set the environment variable}
Restart your shell or open a new terminal session so the environment variable is picked up.
Keep the API key secure and avoid committing it to source control.
Invoke the skill from your AI agent conversation by supplying:
input: the learning request or instructionoptions: optional mode, style, or formatting preferencescallback_url: optional asynchronous completion webhookValidate the returned JSON payload and confirm the success status before using the generated learning content.
Openclaw Skills organizes inputs and outputs around a lightweight request/response schema for learning tasks.
| Field | Type | Required | Purpose |
|---|---|---|---|
| input | string | Yes | The learning prompt, topic, or instruction to process |
| options | object | No | Optional configuration such as mode selection or formatting preference |
| callback_url | string | No | Webhook URL for asynchronous completion notifications |
| Dependency | Type | Required | Source |
|---|---|---|---|
| LLM API | API | Yes | Provided by the agent runtime |
{
"success": true,
"data": {
"result": "processed learning output",
"execution_time": "0.5s",
"metadata": {
"version": "1.0",
"processor": "learn-cog"
}
},
"execution_log": [
"parse input parameters",
"run core processing",
"format output"
],
"error": null
}
options for style, format, and mode selection.callback_url for agent-based automation pipelines.Loading
Openclaw Skills for long-document reasoning that uses layered analysis and assumption detection to produce clearer, safer, structured outputs.

Openclaw Skills for generating clean, portable Markdown that stays consistent across platforms and editors.

Openclaw Skills memory-compress-free turns long daily agent logs into compact, structured memory summaries with local Node.js processing.

Openclaw Skills for building a private, local long-term memory system that categorizes, indexes, and searches AI agent memory without external services.

Openclaw Skills for structured, multi-source deep research with source evaluation, iterative expansion, and clear delivery.

Openclaw Skills for crypto protocol game theory analysis, using the Five Questions framework to identify players, incentives, equilibria, and red flags.








































