← 返回 Skills 市场
jrswab

SlipBot

作者 Jaron Swab · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1544
总下载
3
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install slipbot
功能描述
Used to capture and organize notes, ideas, quotes, and journal entries with automatic tagging, linking, and knowledge graph maintenance.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install slipbot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /slipbot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug slipbot
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SlipBot 是什么?

Used to capture and organize notes, ideas, quotes, and journal entries with automatic tagging, linking, and knowledge graph maintenance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1544 次。

如何安装 SlipBot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install slipbot」即可一键安装,无需额外配置。

SlipBot 是免费的吗?

是的,SlipBot 完全免费(开源免费),可自由下载、安装和使用。

SlipBot 支持哪些平台?

SlipBot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SlipBot?

由 Jaron Swab(@jrswab)开发并维护,当前版本 v1.0.0。

💬 留言讨论