cli-anything-mubu
Command-line interface for Mubu - Canonical packaged entrypoint for the Mubu live bridge....
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Command-line interface for Mubu - Canonical packaged entrypoint for the Mubu live bridge....
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Command-line interface for MiniMax AI — chat (MiniMax-M3) and TTS (speech-2.8-hd) via the MiniMax API.
Capability-based multi-tool matrix for 3D modeling, CAD, point clouds, rendering, GPU debugging, and fabrication. Covers mesh/parametric/photogrammetry and the path from idea to printed part or game-ready asset.
Capability-based multi-tool matrix for game development: engine, 3D/2D/audio assets, AI-generated assets, agent playtesting, packaging, store publishing, and telemetry.
Capability-based multi-tool matrix for image and graphic design: AI generation, raster/vector editing, UI mockups, diagrams, upscaling, photo library, and publishing.
Capability-based multi-tool matrix for research, note-taking, document authoring, and publishing. Agents compose providers (CLI-Anything harnesses, public CLIs, Python libs, native binaries, cloud APIs) per capability.
Capability-based multi-tool matrix for video production. Agents pick providers (CLI-Anything harnesses, public CLIs, Python libs, native binaries, cloud APIs) per capability rather than marching through fixed stages, including storyboard planning, story/audio direction, source triage, internet video/music search/download, capture/generation, analysis, sound design, high-end caption design, NLE/render doctor investigation, review, and packaging.
| name | cli-anything-mubu |
| description | Command-line interface for Mubu - Canonical packaged entrypoint for the Mubu live bridge.... |
Canonical packaged entrypoint for the Mubu live bridge.
This CLI is packaged from the canonical agent-harness source tree:
pip install -e .
Prerequisites:
MUBU_DAILY_FOLDER if you want no-argument daily helperscli-anything-mubu
python -m cli_anything.mubu
When invoked without a subcommand, the CLI enters an interactive REPL session.
Discovery commands for folders, documents, recency, and daily-document resolution.
| Command | Description |
|---|
| docs | List latest known document snapshots from local backups. |
| folders | List folder metadata from local RxDB storage. |
| folder-docs | List document metadata for one folder. |
| path-docs | List documents for one folder path or folder id. |
| recent | List recently active documents using backups, metadata, and sync logs. |
| daily | Find Daily-style folders and list the documents inside them. |
| daily-current | Resolve the current daily document from one Daily-style folder. |
Inspection commands for tree views, search, links, sync events, and live node targeting.
| Command | Description |
|---|
| show | Show the latest backup tree for one document. |
| search | Search latest backups for matching node text or note content. |
| changes | Parse recent client-sync change events from local logs. |
| links | Extract outbound Mubu document links from one document backup. |
| open-path | Open one document by full path, suffix path, title, or doc id. |
| doc-nodes | List live document nodes with node ids and update-target paths. |
| daily-nodes | List live nodes from the current daily document in one step. |
Mutation commands for dry-run-first atomic live edits against the Mubu API.
| Command | Description |
|---|
| create-child | Build or execute one child-node creation against the live Mubu API. |
| delete-node | Build or execute one node deletion against the live Mubu API. |
| update-text | Build or execute one text update against the live Mubu API. |
Session and state commands for current document/node context and local command history.
| Command | Description |
|---|
| status | Show the current session state. |
| state-path | Show the session state file path. |
| use-doc | Persist the current document reference. |
| use-node | Persist the current node reference. |
| use-daily | Resolve and persist the current daily document reference. |
| clear-doc | Clear the current document reference. |
| clear-node | Clear the current node reference. |
| history | Show recent command history stored in session state. |
discover daily-current '<daily-folder-ref>' --json
->
inspect daily-nodes '<daily-folder-ref>' --query '<anchor>' --json
->
session use-doc '<doc_path>'
->
mutate update-text / create-child / delete-node --json
->
--execute only after payload inspection
--json whenever an agent will parse the output.discover or inspect commands before any mutate command.--execute.--node-id and --parent-node-id over text matching.delete-node removes the full targeted subtree.MUBU_DAILY_FOLDER before using no-arg daily helpers.Start an interactive session with persistent document and node context.
cli-anything-mubu
# Enter commands interactively
# Use 'help' to see builtins
# Use session commands to persist current-doc/current-node
Resolve the current daily note from an explicit folder reference.
cli-anything-mubu --json discover daily-current '<daily-folder-ref>'
Inspect the exact outgoing payload before a live mutation.
cli-anything-mubu mutate update-text '<doc-ref>' --node-id <node-id> --text 'new text' --json
The CLI maintains lightweight session state in JSON:
current_doccurrent_nodeUse the session command group to inspect or update this state.
discover or inspect, not mutate.session status --json to recover persisted context.TEST.md and README.md when stricter operational detail is needed.0.1.1