A structured personal knowledge base powered by Ensue designed to capture, organize, and retrieve compounding insights for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install second-brain
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 second-brain using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Second Brain skill is a sophisticated knowledge management framework designed to move beyond simple note-taking and into the realm of structured understanding. By integrating with the Ensue network, this skill allows users to build a repository of evergreen knowledge that grows over time. It emphasizes the capture of the 'why' and 'how' behind technical concepts rather than just raw facts, ensuring that information remains useful for future retrieval.
As a core component of Openclaw Skills, Second Brain provides a logical structure for everything from complex programming patterns to a personal toolbox of vetted technologies. It helps developers move away from a 'note dump' mentality by requiring structured formats for concepts, patterns, and references. This ensures that every entry added to the system is optimized for clarity, context, and long-term utility.
To utilize this skill within the Openclaw Skills ecosystem, you must configure the Ensue API integration.
ENSUE_API_KEY.clawdbot.json to include the skill entry:{
"skills": {
"entries": {
"second-brain": {
"apiKey": "your-ensue-api-key"
0 }
}
}
}
The skill utilizes a hierarchical namespace to organize information efficiently:
| Namespace | Focus Area | Description |
|---|---|---|
public/concepts/ |
Understanding | Organized by domain (e.g., programming, devops) to explain how things work. |
public/toolbox/ |
Tools | A master index and detailed entries for tools you have actually used. |
public/patterns/ |
Solutions | Reusable code patterns, design workflows, and trade-off analysis. |
public/references/ |
Data | Scannable tables, syntax guides, and API documentation. |
private/ |
Internal | Contains personal notes, scratchpads, and dated journal entries. |
_index) for high-level categorization of your technical stack.Loading
A high-performance, trie-based word discovery tool for 4x4 Boggle grids supporting English and German dictionaries.

A sports betting intelligence skill providing AI-driven NBA and NHL moneyline predictions with confidence-tiered rankings.

A high-performance CLI tool that automates browser sessions to scrape documents from Notion, DocSend, and general websites into searchable local PDF files.

A professional PDF-to-Chinese translation engine that preserves complex typography and structural elements using a Markdown-first workflow.

A high-performance file transfer and synchronization tool for moving data between OpenClaw agents via rsync over SSH.

A professional discovery and research tool for identifying existing functionality on ClawHub and building secure, clean-room skill implementations.








































