UUMuse Brain

# UUMuse Brain

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "UUMuse Brain" with this command: npx skills add coding-today/uumuse-brain

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

ToolWhenCost
uumuse_statusCheck UT balance and remaining quota before askingFree
uumuse_workspacesDiscover available workspaces and their IDsFree
uumuse_filesSee what files are in a workspaceFree
uumuse_searchQuick semantic search across documentsFree
uumuse_askAI-generated answer with source citationsPer token

File Management

ToolWhenCost
uumuse_read_fileRead the full text content of a fileFree
uumuse_uploadCreate a new text file in a workspaceFree
uumuse_edit_fileOverwrite a file's content entirelyFree
uumuse_appendAppend text to an existing file (ideal for logs/journals)Free
uumuse_delete_filePermanently delete a file and its embeddingsFree

Long-Term Memory

ToolWhenCost
uumuse_rememberStore a piece of information for future recallFree
uumuse_recallSearch memory for relevant past informationFree
uumuse_forgetDelete a memory file and all its entriesFree

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Boof

Convert PDFs and documents to markdown, index them locally for RAG retrieval, and analyze them token-efficiently. Use when asked to: read/analyze/summarize a...

Registry SourceRecently Updated
1.1K0Profile unavailable
Research

LLM Knowledge Bases

Inspired by a public workflow shared by Andrej Karpathy (@karpathy). From raw research to a living Markdown knowledge base that compounds with every question...

Registry SourceRecently Updated
2810Profile unavailable
Research

Aura for OpenClaw

Compile multi-format documents into local queryable knowledge bases and manage persistent AI memory tiers using Aura Core with zero network requests.

Registry SourceRecently Updated
8493Profile unavailable
Research

McKinsey-style Decision Memo Writer

Turn long documents, reports, proposals, and email threads into decision-ready memos with key points, risks, open questions, and next steps.

Registry SourceRecently Updated
4040Profile unavailable