multica-cli
Installation
SKILL.md
Multica CLI
Use this skill to operate Multica from the local multica CLI. Multica connects this machine to a Multica workspace and authenticates with a local PAT. It runs a daemon that executes AI agent tasks locally through installed CLIs such as codex, claude, opencode, hermes, gemini, and others.
Core Workflow
- Check the installed CLI before assuming syntax:
multica versionmultica --helpmultica <command> --help
- If the command is missing, read
references/cli.mdand follow the install flow for the current OS. On Windows, use PowerShell. - Verify authentication and target workspace before state-changing commands:
multica auth statusmultica workspace listmultica workspace get
- Prefer
--output jsonfor parsing, scripting, and summaries. Use table output when the user just wants a readable view. - Prefer names/slugs for interactive work, but use canonical IDs from
--output jsonor--full-idfor automation when names might collide. - For installed-version differences, trust local
--helpover cached docs or examples. - Treat PowerShell examples as Windows-oriented; translate quoting and line continuation for Bash or other shells when needed.