slipbotUsed to capture and organize notes, ideas, quotes, and journal entries with automatic tagging, linking, and knowledge graph maintenance.
Install via ClawdBot CLI:
clawdbot install jrswab/slipbotRun pwd and get the {curDir}
{curDir}/slipbox/{curDir}/slipbox/.graph/graph.json> {content} β quote, contains attributed text.! {content} β idea, for speculative or creative thinking* {content} β journal, for personal reflection and logs- {content} β note, for information about subject~ {content} β source (appended after prefix+content combination)- Content here ~ Source Type, Source Title by Source Author> Content here ~ Source Type, Source AuthorWhen a note is recognized:
YYYYMMDD-HHMMSS-slug.md20260131-143022-compound-interest.mdsource: null.[pomodoro-technique, Cal-Newport, deep-work]---
title: "Generated Note Title from Content"
date: 2026-01-31T14:30:22-05:00
type: note
tags: [specific, object, based, tags]
source:
title: "Source Title"
type: "book"
author: "Author Name"
links: []
---
Note content here in markdown.
After creating a note, find connections:
Quality over quantity: Only link when genuinely related
links:
- id: "20260120-093045-compound-interest"
type: related
reason: "Both discuss exponential growth concepts"
3.1: Validate frontmatter - Ensure the note has the required fields
3.2: Remove broken links
{curDir}/slipbox/missing.mdAfter capture and linking:
4.1: Load graph index
{curDir}/slipbox/.graph/graph.json4.2: Add/update note entry
{
"notes": {
"20260131-143022-note-title.md": {
"title": "Your Note Title",
"source": {
"title": "Source Title",
"type": "book",
"author": "Author Name"
},
"type": "note",
"tags": ["tag1", "tag2"],
"links": [
"20260120-093045-other-note.md",
]
}
},
"last_updated": "2026-01-31T14:35:00-05:00"
}
4.3: Remove any entries from graph
{curDir}/slipbox/missing.md{curDir}/slipbox/missing.md4.4: Rebuild graph
4.5: Write updated graph
{curDir}/slipbox/.graph/graph.jsonRespond to natural queries like: "Show me notes about X"
Approach:
Keep responses minimal:
User: "- The Feynman Technique is about teaching concepts to identify gaps in understanding"
You:
20260131-163500-feynman-technique.md[Feynman-technique, learning, teaching]When to apply this skill: Whenever user shares content that starts with the defined prefixes the content which follows should be captured for later reference.
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.