← ClaudeAtlas

manta-live-sessionlisted

Talk to a real manta box from an agent session — create a chat session, send a prompt, read the reply, and mint a pairing code for a phone or Simulator. Use whenever a task needs live box data rather than a unit test. Always runs on voska/default.
antoinedc/MantaUI · ★ 9 · AI & Automation · score 76
Install: claude install-skill antoinedc/MantaUI
# Live box access — `manta-probe` ## What this is for Some work cannot be verified by a unit test: a screen that only renders with a real transcript, a card that only appears when a real turn blocks, a Simulator that has to be paired to a real box. Before this skill existed, agents wrote their own `curl` calls against the box and quietly got them wrong — the RPC body shape, the auth header, the fact that the prompt endpoint is **asynchronous**, and the fact that the pairing endpoint is **loopback-only** are each easy to miss, and a half-working request looks exactly like a broken feature. **`manta-probe` is the one supported way in.** Do not hand-roll `curl` against the box; if this tool cannot do what you need, say so on the issue rather than improvising. ## The one rule you cannot break **Every prompt runs on `voska/default`.** There is no flag, no argument and no environment variable to change it — the model is a constant inside the tool. The other providers on this box are metered and are not yours to spend. If you find yourself wanting a different model, you are doing something this skill is not for. ## Where it runs The box is the Linux machine **`alphaclaw`** — the same machine the Linux agents already run on. | You are | Command form | |---|---| | a Linux agent (`manta-dev`, and anything on the box) | `~/.local/bin/manta-probe <cmd>` | | the **macos** agent | `ssh dev@alphaclaw '~/.local/bin/manta-probe <cmd>'` | **Always use the absolute path `~/.local/bin/m