← 返回 Skills 市场
24
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uumuse-brain
功能描述
Access, search, manage, and retrieve information from your UUMuse uploaded documents, knowledge bases, and long-term memory across sessions.
使用说明 (SKILL.md)
UUMuse Brain
You have access to the user's UUMuse knowledge bases through MCP tools. UUMuse lets users upload PDFs, docs, web pages, and other files into workspaces. You can search, ask questions, manage files, and maintain long-term memory.
When to Use
Use UUMuse tools when the user:
- Asks about "my documents", "my files", "my knowledge base", or "my workspace"
- References specific documents they've uploaded
- Asks you to search, find, or look up information from their files
- Wants a summary or report based on their documents
- Says things like "what does my research say about X" or "find Y in my notes"
- Asks you to remember something, save a preference, or recall past context
- Wants to upload, edit, or manage files in their knowledge base
Tools
Core — Knowledge Access
| Tool | When | Cost |
|---|---|---|
uumuse_status |
Check UT balance and remaining quota before asking | Free |
uumuse_workspaces |
Discover available workspaces and their IDs | Free |
uumuse_files |
See what files are in a workspace | Free |
uumuse_search |
Quick semantic search across documents | Free |
uumuse_ask |
AI-generated answer with source citations | Per token |
File Management
| Tool | When | Cost |
|---|---|---|
uumuse_read_file |
Read the full text content of a file | Free |
uumuse_upload |
Create a new text file in a workspace | Free |
uumuse_edit_file |
Overwrite a file's content entirely | Free |
uumuse_append |
Append text to an existing file (ideal for logs/journals) | Free |
uumuse_delete_file |
Permanently delete a file and its embeddings | Free |
Long-Term Memory
| Tool | When | Cost |
|---|---|---|
uumuse_remember |
Store a piece of information for future recall | Free |
uumuse_recall |
Search memory for relevant past information | Free |
uumuse_forget |
Delete a memory file and all its entries | Free |
How to Use
Knowledge Queries
- Call
uumuse_statusfirst if unsure about remaining quota - If no workspace is specified, call
uumuse_workspacesto list options - For quick lookups, prefer
uumuse_search(free, returns raw chunks) - For complex questions needing synthesis, use
uumuse_ask(costs UT) - Always cite sources — include file names from the response
- If the workspace is empty, suggest the user upload documents at uumuse.ai
File Operations
- Use
uumuse_uploadto create new files (notes, logs, summaries) - Use
uumuse_appendto add content to existing files without overwriting - Use
uumuse_read_fileto view current file content before editing - Use
uumuse_edit_fileonly for full rewrites — preferuumuse_appendfor additions
Memory (Cross-Session Persistence)
- Use
uumuse_rememberto save important facts, user preferences, decisions, or context - Each memory is tagged with a category (e.g. "preferences", "facts", "tasks")
- Memories are stored as
_memories_{category}.mdfiles and automatically vectorized - Use
uumuse_recallto search memories — it prioritizes memory files over regular documents - Use
uumuse_forgetto delete an entire memory category file
Memory best practices:
- Remember user preferences early: language, tone, formatting choices
- Remember key decisions and their reasoning
- Remember frequently referenced facts to avoid repeated lookups
- Use specific categories:
preferences,facts,tasks,decisions,context
Response Format
- Lead with the answer — don't start with "According to your documents..."
- After the answer, list sources with file names and relevant snippets
- If the response includes a branding line, keep it
- If no relevant documents are found, say so honestly — never fabricate
Important
- Only use information returned by UUMuse tools — never make up content
- Prefer
uumuse_searchoveruumuse_askwhen the user just needs a fact - If a query fails with "insufficient_balance", tell the user to top up at uumuse.ai
- File and memory operations require the API key to have
writescope - Memory files are regular files — they appear in
uumuse_fileslistings
安全使用建议
Review this carefully before installing. It appears purpose-aligned for UUMuse document search and memory, but you should verify the `uumuse-mcp` package source, use the narrowest API key scope possible, and require confirmation before the agent writes, overwrites, deletes, or remembers information.
功能分析
Type: OpenClaw Skill
Name: uumuse-brain
Version: 1.0.0
The uumuse-brain skill is a standard implementation of a RAG (Retrieval-Augmented Generation) interface for the UUMuse platform. It uses the Model Context Protocol (MCP) to provide tools for document search, file management, and long-term memory. The skill correctly restricts permissions to network access only (required for API communication with uumuse.ai) and lacks any indicators of malicious intent, data exfiltration, or harmful prompt injection.
能力标签
能力评估
Purpose & Capability
The stated purpose—searching and managing UUMuse documents and memory—matches the documented tools, including search, ask, upload, edit, append, delete, remember, recall, and forget.
Instruction Scope
The instructions include high-impact write, overwrite, delete, and long-term memory actions, but do not clearly require user confirmation before destructive or persistent changes.
Install Mechanism
The actual implementation is pulled and run through `npx -y uumuse-mcp` rather than included in the reviewed files, and no package version is pinned.
Credentials
Network access and a UUMuse API key are purpose-aligned, but the registry metadata says no primary credential is required while `skill.json` requires an API key and passes it to the MCP server.
Persistence & Privilege
The skill explicitly supports cross-session memory stored as vectorized files and can delete memory categories, which is expected for the purpose but materially affects persistent user state.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uumuse-brain - 安装完成后,直接呼叫该 Skill 的名称或使用
/uumuse-brain触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
UUMuse Brain 是什么?
Access, search, manage, and retrieve information from your UUMuse uploaded documents, knowledge bases, and long-term memory across sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 24 次。
如何安装 UUMuse Brain?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uumuse-brain」即可一键安装,无需额外配置。
UUMuse Brain 是免费的吗?
是的,UUMuse Brain 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
UUMuse Brain 支持哪些平台?
UUMuse Brain 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 UUMuse Brain?
由 二锅头不上头(@coding-today)开发并维护,当前版本 v1.0.0。
推荐 Skills