← Back to Skills Marketplace
SlipBot
by
Jaron Swab
· GitHub ↗
· v1.0.0
1544
Downloads
3
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install slipbot
Description
Used to capture and organize notes, ideas, quotes, and journal entries with automatic tagging, linking, and knowledge graph maintenance.
Usage Guidance
This skill is coherent for local note capture but note what it will do: it uses the agent to read and write files under the current working directory (create .md files, update .graph/graph.json, and remove entries). Before enabling: (1) run it in a dedicated/sandboxed directory (e.g., create an empty slipbox folder) so it cannot touch unrelated files, (2) back up any existing slipbox/.graph data, (3) avoid putting secrets in notes (contents are read/written by the agent), and (4) if you want to limit autonomous actions, disable automatic invocation or require explicit user confirmation before writing or deleting files. The instructions explicitly avoid external API calls.
Capability Analysis
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
The skill is designed for local note management, requiring file system read/write operations within its designated `slipbox` directory. It explicitly instructs the agent to execute `pwd` to determine its current working directory for configuration, which is a plausible and limited use of shell access. Crucially, the `SKILL.md` explicitly states 'No external API calls', significantly reducing the risk of data exfiltration. There is no evidence of malicious intent, unauthorized access, persistence mechanisms, or prompt injection attempts to subvert the agent's core function or user interaction.
Capability Assessment
Purpose & Capability
The name/description match the instructions: capturing notes, generating filenames/frontmatter, tagging, linking, and maintaining a local graph.json. No unrelated credentials, binaries, or network calls are requested.
Instruction Scope
The SKILL.md instructs the agent to read/write files under {curDir}/slipbox and to run `pwd` and check local timezone (USER.md/system). This is expected for a local notes manager, but it means the agent will read and modify files in the current working directory—including creating, updating, and removing note files and entries in .graph/graph.json.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk by an installer; risk from installation is minimal.
Credentials
No environment variables, credentials, or config paths are required. The only implicit file checks are local (USER.md and files under {curDir}/slipbox), which are proportional to the stated purpose.
Persistence & Privilege
always:false and no requests to modify other skills or global agent settings. The skill allows autonomous model invocation (platform default); combined with local file write access this increases what the agent can do automatically, but that is consistent with the skill's function.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install slipbot - After installation, invoke the skill by name or use
/slipbot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release of Slipbot — a note, idea, and knowledge graph management assistant.
- Capture and organize notes, ideas, quotes, and journal entries with automatic tagging and metadata.
- Supports source linking, smart tag extraction, and filename generation based on content.
- Maintains a JSON knowledge graph index, with bidirectional linking between related notes.
- Automated validation of note structure and removal of broken links.
- Provides concise responses and can answer natural language queries about stored notes.
Metadata
Frequently Asked Questions
What is SlipBot?
Used to capture and organize notes, ideas, quotes, and journal entries with automatic tagging, linking, and knowledge graph maintenance. It is an AI Agent Skill for Claude Code / OpenClaw, with 1544 downloads so far.
How do I install SlipBot?
Run "/install slipbot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SlipBot free?
Yes, SlipBot is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SlipBot support?
SlipBot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SlipBot?
It is built and maintained by Jaron Swab (@jrswab); the current version is v1.0.0.
More Skills