cli-anything-mubu

Discover, inspect, and mutate Mubu document backups via CLI commands.

Updated May 7, 2026
One-click install
npx skills add https://github.com/dawsonblock/JUDGE_ATLAS --skill cli-anything-mubu-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-mubu
Source: https://github.com/dawsonblock/JUDGE_ATLAS/tree/main/external/CLI-Anything-main/mubu/agent-harness/cli_anything/mubu/skills
Command: npx skills add https://github.com/dawsonblock/JUDGE_ATLAS --skill cli-anything-mubu-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you discover, inspect, and safely modify your local Mubu document backups and optionally live Mubu document nodes without manually navigating the desktop UI.

Core Features & Use Cases

  • Discover: List latest document snapshots, folders, recency, daily documents, and resolve the current daily document from a daily-style folder.
  • Inspect: View backup trees, search for text, extract outbound links, and target live nodes for a specific document or daily context.
  • Mutate safely: Build atomic edit payloads with dry-run-first behavior for create, delete, and text updates against the live Mubu API, with explicit execution control.
  • Session context: Persist current document/node references and command history so agent workflows can be resumed reliably.

Quick Start

Run a daily resolution so you can immediately see what the current daily document contains by issuing the command: cli-anything-mubu discover daily-current '<daily-folder-ref>' --json

Frequently Asked Questions about cli-anything-mubu

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Mubu document edits from the command line?

You can automate Mubu document edits from the command line by building atomic edit payloads with dry-run-first behavior. The CLI requires explicit --execute flags for live API mutations, ensuring safe modifications during scripted agent runs.

Can I extract outbound links and search text in Mubu backups via CLI?

Yes, you can extract outbound links and search text in Mubu backups via CLI. The inspect commands allow you to view backup trees, search for specific text, and target live nodes for a specific document or daily context.

What is the best way to resolve the current daily Mubu document for an agent workflow?

The best way to resolve the current daily Mubu document is by using the discover daily-current command with your daily-folder-ref. This resolves the active document from a daily-style folder and outputs JSON for seamless agent parsing.

How does dry-run payload behavior protect live Mubu nodes during mutation?

Dry-run payload behavior protects live Mubu nodes by defaulting to simulation mode without applying changes. You must pass an explicit --execute flag to trigger live mutations against the Mubu API, preventing accidental document corruption.

Do I need a specific environment to run CLI commands for Mubu document automation?

You need a terminal environment with a CLI entrypoint supporting grouped discover, inspect, mutate, and session commands. The system uses JSON output for agent parsing and persists document references to resume agent workflows reliably.

Why use command-line discovery for Mubu documents instead of the desktop UI?

Command-line discovery for Mubu documents bypasses manual desktop UI navigation, enabling automated daily document resolution and node targeting. It outputs structured JSON, making it ideal for interactive or scripted agent runs.