An intelligent local knowledge assistant that imports documents into OpenClaw and automatically generates retrieval practice exercises to improve memory retention.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-knowledge-coach
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 openclaw-knowledge-coach using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Knowledge Coach is a powerful utility designed to bridge the gap between static information storage and active knowledge mastery. By leveraging the OpenPraxis CLI, this skill enables users to build a local knowledge assistant that does more than just index files; it proactively creates practice materials like free-recall prompts, Q&A pairs, and application-based scenarios. This approach ensures that your personal documentation becomes a source of continuous learning rather than just a digital archive.
Built for developers and power users who value privacy and local execution, this skill is a cornerstone of the Openclaw Skills ecosystem. It supports various file types, including Markdown and images with built-in OCR, allowing you to ingest diverse data sources and immediately generate a review queue based on spaced repetition principles. Whether you are studying for a certification or mastering a new codebase, this coach automates the pedagogical heavy lifting.
To get started with this skill, install the OpenPraxis CLI via pip:
pip install openpraxis
praxis llm setup
You can also configure your preferred LLM provider and API keys using environment variables:
export OPENAI_API_KEY="your_key_here"
# Or use ARK_API_KEY, MOONSHOT_API_KEY, etc.
Verify your configuration with:
praxis llm show
The skill organizes knowledge using a deterministic mapping system to ensure consistency across updates. Exercises and insights are structured as follows:
| Field | Description |
|---|---|
| doc_id | Unique identifier for the source document |
| chunk_id | Stable ID for specific content segments (e.g., doc_id#chunk-001) |
| exercise_id | Unique ID for generated practice scenes |
| type | The exercise category: free-recall, qa, or application |
| next_review | Scheduled date for the next spaced repetition session |
Loading
A sophisticated horticultural intelligence skill that provides precise, localized sowing and harvesting schedules for over 160 plant varieties.

A comprehensive utility to identify Apple hardware specifications, manufacturing details, and model identifiers from a serial number.

A comprehensive framework for building self-sustaining AI agent teams that manage their own work queues and role ownership.

Efficiently manage Help.Center knowledge bases by creating, updating, and organizing articles directly through the API.

A powerful skill enabling AI agents to securely read, write, and manage secrets via the 1Password CLI and Service Accounts.

A command-line interface for macOS that enables AI agents to programmatically manage Apple Calendar events using EventKit and structured JSON.








































