A sophisticated Zettelkasten-style engine that transforms raw thoughts and research into a structured, bidirectional knowledge graph.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install slipbot
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 slipbot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Slipbot is an advanced knowledge management system designed to function as a digital garden for developers and researchers. By processing specific input patterns, it automatically categorizes content into notes, quotes, ideas, or journal entries. This skill excels at reducing the cognitive load of organizing information by handling the heavy lifting of metadata generation, file naming, and relationship mapping.
As part of the ecosystem of Openclaw Skills, Slipbot focuses on creating a long-term, queryable repository of information. It uses a structured Markdown approach paired with a centralized JSON graph index to ensure your knowledge remains portable, searchable, and deeply interconnected without requiring manual maintenance.
To initialize the environment for this skill, create the necessary directory structure in your project root:
mkdir -p slipbox/.graph
touch slipbox/.graph/graph.json
echo '{"notes": {}, "last_updated": ""}' > slipbox/.graph/graph.json
Ensure your local timezone is correctly configured in your environment settings so that Openclaw Skills can accurately timestamp your entries.
Slipbot utilizes a dual-layer data architecture to balance human readability with machine performance:
| Component | Path | Format |
|---|---|---|
| Individual Notes | /slipbox/YYYYMMDD-HHMMSS-slug.md |
Markdown with YAML Frontmatter |
| Knowledge Graph | /slipbox/.graph/graph.json |
JSON Object Index |
| Validation Log | /slipbox/missing.md |
Markdown list of broken references |
Each Markdown file includes specific metadata fields: title, date, type, tags, source (title, type, author), and a links array containing bidirectional references with relationship reasons.
Loading
An intelligent parser that converts Logseq markdown pages into individual, context-aware slipbox entries while maintaining source integrity.

A specialized tool for extracting personal annotations from Kindle HTML exports and converting them into structured slipbox entries.

A specialized utility that parses Instapaper highlight exports to extract and import your personal notes into a structured slipbox.

A high-performance Go-based command-line interface for fetching real-time football data and match analytics.

A visual identity and reputation system for AI agents that evolves their digital avatar based on real-world activity and verification.

A sophisticated reasoning engine that orchestrates a mixture of frontier AI models to debate and synthesize high-quality answers for complex queries.








































