← Back to Skills Marketplace
80
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sumo-notebook-rag
Description
搜尋並返回 SumoNoteBook 知識庫中與查詢相關的前三條文字內容預覽作為參考依據。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sumo-notebook-rag - After installation, invoke the skill by name or use
/sumo-notebook-rag - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Sumo Notebook RAG?
搜尋並返回 SumoNoteBook 知識庫中與查詢相關的前三條文字內容預覽作為參考依據。 It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.
How do I install Sumo Notebook RAG?
Run "/install sumo-notebook-rag" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sumo Notebook RAG free?
Yes, Sumo Notebook RAG is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sumo Notebook RAG support?
Sumo Notebook RAG is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sumo Notebook RAG?
It is built and maintained by Sumo0221 (@sumo0221); the current version is v1.0.0.
More Skills