← 返回 Skills 市场
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sumo-notebook-rag
功能描述
搜尋並返回 SumoNoteBook 知識庫中與查詢相關的前三條文字內容預覽作為參考依據。
安全使用建议
This skill appears to be a local knowledge-base searcher, but the SKILL.md assumes you already have: a running Ollama daemon (http://localhost:11434), LanceDB with a sumo_notebook table, Node.js, and the two Windows scripts under C:\butler_sumo\... — none of which are declared in the metadata. Before installing or enabling: 1) Verify those paths and scripts exist on the host and inspect the script contents (ingest_notebook.mjs, query_notebook.mjs) so you know what they read/transmit. 2) Confirm you are comfortable the agent will read the specified local markdown files (these may contain sensitive data). 3) Ensure Ollama and LanceDB are trusted and correctly configured (they run locally but may expose data if misconfigured). 4) If you expect this to run on a non-Windows host or in a sandbox, update the skill metadata to list required binaries (node, Ollama), paths, and any network endpoints; ask the publisher to correct the missing dependency declarations. If the author can provide an install spec or explicit list of required components and an explanation of why those specific local paths are needed, that would reduce the ambiguity and could change this assessment.
功能分析
Type: OpenClaw Skill
Name: sumo-notebook-rag
Version: 1.0.0
The skill bundle describes a standard Retrieval-Augmented Generation (RAG) system designed to query a local knowledge base using Ollama and LanceDB. The documentation in SKILL.md provides clear instructions for the agent to perform vector searches on local markdown files and includes diagnostic commands for maintenance. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found, and the hardcoded file paths (e.g., in C:\butler_sumo) are consistent with the stated purpose of accessing a specific local library.
能力评估
Purpose & Capability
Stated purpose (search SumoNoteBook .md files and return top-3 results) matches the steps in SKILL.md. However, the skill implicitly requires local components (Ollama embedding endpoint, LanceDB vector DB, Node scripts, and a specific Windows directory) that are not declared in the registry metadata. The declared 'no required binaries/envs' is therefore incomplete.
Instruction Scope
Runtime instructions explicitly direct the agent to read local file-based knowledge (SumoNoteBook .md files), call a local Ollama endpoint (http://localhost:11434), and use LanceDB located under the agent's memory path (and a Windows path is referenced). These file and service accesses are within the described search purpose but are sensitive (reading many local files) and the instructions assume availability of specific scripts and paths on the host system.
Install Mechanism
No install spec and no code files are included, which limits disk writes by the skill itself. That lowers risk compared with an installer that downloads and executes arbitrary code. However, the skill assumes external components are already installed (Ollama, Node, LanceDB) but does not declare them.
Credentials
The skill declares no required environment variables or credentials, which aligns with a local-only knowledge retrieval tool. But it expects access to local directories and services (localhost Ollama, C:\butler_sumo, ~/.openclaw/lancedb-pro). Access to these paths and services can expose sensitive local data; the lack of explicit dependency declarations is misleading and hinders a correct risk assessment.
Persistence & Privilege
always:false (not force-included) and no indications the skill modifies other skills or global agent config. Autonomous invocation is allowed (platform default), which is expected for skills of this type but increases blast radius if the skill is granted broad local file access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sumo-notebook-rag - 安装完成后,直接呼叫该 Skill 的名称或使用
/sumo-notebook-rag触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Sumo Notebook RAG 是什么?
搜尋並返回 SumoNoteBook 知識庫中與查詢相關的前三條文字內容預覽作為參考依據。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 Sumo Notebook RAG?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sumo-notebook-rag」即可一键安装,无需额外配置。
Sumo Notebook RAG 是免费的吗?
是的,Sumo Notebook RAG 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sumo Notebook RAG 支持哪些平台?
Sumo Notebook RAG 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sumo Notebook RAG?
由 Sumo0221(@sumo0221)开发并维护,当前版本 v1.0.0。
推荐 Skills