← Back to Skills Marketplace
coding-today

UUMuse Brain

by 二锅头不上头 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
24
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install uumuse-brain
Description
Access, search, manage, and retrieve information from your UUMuse uploaded documents, knowledge bases, and long-term memory across sessions.
README (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

  1. Call uumuse_status first if unsure about remaining quota
  2. If no workspace is specified, call uumuse_workspaces to list options
  3. For quick lookups, prefer uumuse_search (free, returns raw chunks)
  4. For complex questions needing synthesis, use uumuse_ask (costs UT)
  5. Always cite sources — include file names from the response
  6. If the workspace is empty, suggest the user upload documents at uumuse.ai

File Operations

  • Use uumuse_upload to create new files (notes, logs, summaries)
  • Use uumuse_append to add content to existing files without overwriting
  • Use uumuse_read_file to view current file content before editing
  • Use uumuse_edit_file only for full rewrites — prefer uumuse_append for additions

Memory (Cross-Session Persistence)

  • Use uumuse_remember to 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}.md files and automatically vectorized
  • Use uumuse_recall to search memories — it prioritizes memory files over regular documents
  • Use uumuse_forget to 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_search over uumuse_ask when 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 write scope
  • Memory files are regular files — they appear in uumuse_files listings
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install uumuse-brain
  3. After installation, invoke the skill by name or use /uumuse-brain
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug uumuse-brain
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is UUMuse Brain?

Access, search, manage, and retrieve information from your UUMuse uploaded documents, knowledge bases, and long-term memory across sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 24 downloads so far.

How do I install UUMuse Brain?

Run "/install uumuse-brain" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is UUMuse Brain free?

Yes, UUMuse Brain is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does UUMuse Brain support?

UUMuse Brain is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created UUMuse Brain?

It is built and maintained by 二锅头不上头 (@coding-today); the current version is v1.0.0.

💬 Comments