cli-anything-mubu

Automate Mubu live bridge tasks via CLI command groups with dry-run safety.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill cli-anything-mubu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-mubu
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/cli-anything/mubu/agent-harness/cli_anything/mubu/skills
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill cli-anything-mubu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Canonical packaged entrypoint for the Mubu live bridge, enabling AI agents and developers to orchestrate Mubu workflows from a single CLI harness.

Core Features & Use Cases

  • Provides a packaged CLI entrypoint (cli-anything-mubu) and an interactive REPL to manage Mubu documents, folders, and nodes locally.
  • Supports command groups Discover, Inspect, Mutate, and Session for structured, safe operations with clear prompts and dry-run capabilities.
  • Enables rapid prototyping and automation for AI agents to orchestrate Mubu-based tasks without manual context switching.

Quick Start

Install the package with pip install -e . and start the interactive REPL by running cli-anything-mubu.

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 workflows from the command line?

You can automate Mubu document workflows using a packaged CLI harness that exposes subcommands to discover, inspect, mutate, and manage session state for live documents locally without manual context switching.

What is a CLI-based Mubu live bridge and when do I need it?

A CLI-based Mubu live bridge provides a canonical entrypoint for AI agents and developers to orchestrate Mubu tasks. You need it when automating daily note discovery, inspecting document nodes, or mutating content locally.

Do I need Python to run the Mubu live bridge CLI?

Yes, you need Python 3.10 or higher to install and run the Mubu live bridge CLI. You install the package locally with pip and can start an interactive REPL to manage your workspace.

How do I safely mutate Mubu document nodes via CLI?

To safely mutate Mubu document nodes, use the Mutate command group which includes safety guards like dry-run by default, ensuring structured operations with clear prompts before any actual content changes occur.

Can I use an interactive REPL for Mubu workspace automation?

Yes, you can use an interactive REPL for Mubu workspace automation by installing the package and running the cli-anything-mubu command, which allows local management of documents, folders, and nodes.

What are the limitations of using a CLI harness for Mubu orchestration?

The CLI harness for Mubu orchestration operates locally and requires Python 3.10+, meaning it is bound to local workspace environments and depends on explicit dry-run guards to prevent accidental content mutation.