Install
openclaw skills install uumuse-brainAccess, search, manage, and retrieve information from your UUMuse uploaded documents, knowledge bases, and long-term memory across sessions.
openclaw skills install uumuse-brainYou 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.
uumuse_status, uumuse_workspaces, uumuse_files, uumuse_search, uumuse_ask, uumuse_read_file, uumuse_upload, uumuse_edit_file, uumuse_delete_file, uumuse_append, uumuse_remember, uumuse_recall, and uumuse_forget.uumuse-lan__uumuse_workspaces, uumuse-lan__uumuse_search, and uumuse-lan__uumuse_ask. If both prefixed and unprefixed names are visible, prefer the prefixed uumuse-lan__... tool.uumuse-lan__uumuse_workspaces if available; otherwise call uumuse_workspaces directly.npx, npm, uumuse-mcp, @openclaw/mcp-uumuse, local source-code search, or local filesystem search as a substitute for UUMuse MCP tools.nodes, sessions_spawn, paired-device commands, or subagents to call UUMuse. UUMuse is a configured local stdio/HTTP MCP server, not a paired mobile node.UUMUSE_API_KEY unless the injected UUMuse MCP tools are unavailable.Use UUMuse tools proactively whenever the user asks about information that may live in their UUMuse workspaces, knowledge base, uploaded files, notes, documents, or long-term memory.
Do not answer from general knowledge when the request is about the user's own documents. First call the appropriate UUMuse tool.
Trigger on requests like:
UUMuse, UUMuse MCP, "my documents", "my files", "my knowledge base", "my workspace", "my notes", or "my uploaded files"If the user asks a broad question that could involve their knowledge base, call uumuse_workspaces or uumuse_search first instead of asking the user to manually pick a tool.
| 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 |
| 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 |
| 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 |
uumuse_status first if unsure about remaining quotauumuse_workspaces to list optionsuumuse_search (free, returns raw chunks)uumuse_ask (costs UT)uumuse_upload to create new files (notes, logs, summaries)uumuse_append to add content to existing files without overwritinguumuse_read_file to view current file content before editinguumuse_edit_file only for full rewrites — prefer uumuse_append for additionsuumuse_remember to save important facts, user preferences, decisions, or context_memories_{category}.md files and automatically vectorizeduumuse_recall to search memories — it prioritizes memory files over regular documentsuumuse_forget to delete an entire memory category fileMemory best practices:
preferences, facts, tasks, decisions, contextuumuse_search over uumuse_ask when the user just needs a factwrite scopeuumuse_files listings