Used to capture and organize notes, ideas, quotes, and journal entries with automatic tagging, linking, and knowledge graph maintenance.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install slipbot或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install slipbot⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/slipbot/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Slipbot description: Used to capture and organize notes, ideas, quotes, and journal entries with automatic tagging, linking, and knowledge graph maintenance. ---
Run 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) - Example note with source: - Content here ~ Source Type, Source Title by Source Author - Example quote with source: > Content here ~ Source Type, Source Author
When a note is recognized:
- Note content - Type (quote/idea/journal/note) - Source information (if provided)
- Format: YYYYMMDD-HHMMSS-slug.md - Slug: lowercase, hyphenated, from content passed in (max 4-5 words) - Example: 20260131-143022-compound-interest.md
- If source is not provided set source: null. - If source provided, search existing notes for matching source title (case insensitive) - Use existing source if found - Otherwise, use provided source as-is - No external API calls - trust user input
- Extract specific objects concepts (nouns) - Focus on: people, tools, techniques, systems, specific topics - Avoid broad categories like "productivity" or "ideas" - Consistency: Check existing tags before creating new ones - 2 or 3 tags per note - Examples: [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:
- Look for related concepts, people, topics - Check for overlapping tags
- related - Similar topic or theme - extends - Builds on or expands another note - contradicts - Opposing viewpoint - references - Mentions same person/book/concept - supports - Provides evidence for another note
- Update both notes' frontmatter - Include reason for connection
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 - title - date - type - tags
3.2: Remove broken links - Check if notes that the new note links to still exist - If any files are missing save them to {curDir}/slipbox/missing.md
After capture and linking:
4.1: Load graph index - Read {curDir}/slipbox/.graph/graph.json
4.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 - Read {curDir}/slipbox/missing.md - If any notes are found missing remove the entry from the graph. - Then remove them from {curDir}/slipbox/missing.md
4.4: Rebuild graph - If corrupted beyond simple note removals, rebuild from the current note files.
4.5: Write updated graph - Save back to {curDir}/slipbox/.graph/graph.json
Respond 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.
安装 SlipBot 后,可以对 AI 说这些话来触发它
Help me get started with SlipBot
Explains what SlipBot does, walks through the setup, and runs a quick demo based on your current project
Use SlipBot to used to capture and organize notes, ideas, quotes, and journal entr...
Invokes SlipBot with the right parameters and returns the result directly in the conversation
What can I do with SlipBot in my documents & notes workflow?
Lists the top use cases for SlipBot, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/slipbot/ 目录(个人级,所有项目可用),或 .claude/skills/slipbot/(项目级)。重启 AI 客户端后,用 /slipbot 主动调用,或让 AI 根据上下文自动发现并使用。
SlipBot 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
SlipBot 可免费安装使用。请查阅仓库了解许可证信息。
Used to capture and organize notes, ideas, quotes, and journal entries with automatic tagging, linking, and knowledge graph maintenance.
SlipBot 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using SlipBot
Identifies repetitive steps in your workflow and sets up SlipBot to handle them automatically