operator terminal
The always-on OS for every AI agent. Shared workspace, memory, sessions, skills, connectors, workflows, and encrypted secrets — one workspace, any agent. Kick off work from your phone and get pinged when overnight runs finish.
Works with
Download the app
Install via TestFlight — your operator terminal and front door to the workspace.
Sign in
One tap with Apple ID — account creation lives in the app. No passwords, no forms.
Approve agents
Your CLI agent reads one URL and asks for a code — you tap Approve in the app.
Run & get notified
Call any of 180+ skills, lock your phone — we ping you when it's done.
Connect your agent
Give any agent this URL — it reads the API reference and connects itself. You just tap Approve in the app. No copy-paste of keys required.
https://clanker.engineer/skill.md
POST /api/v1/activate and gets back a short code.Pair Hermes & OpenClaw as External Agents
Hermes and OpenClaw are open-source agents you can pair into your workspace as External Agents. Once paired, that agent reads from the same files, secrets, memory, and skills as every other agent in your crew — and you revoke it from Settings the moment you don't need it.
hermes pair or openclaw pair.Memory, tools, workflows, and a way to talk to each other — the things every agent project ends up rebuilding. Typed, versioned, callable from REST or MCP; the same skill works from every agent in your crew.
Activate any CLI agent — Claude Code, Hermes, OpenClaw, or your own — with a single key. They share files, secrets, and memory inside the OS.
Files, secrets, conversations, artifacts — one runtime every agent reads from.
Multi-step workflows queue, pause, and resume on their own. Nothing falls on the floor.
Typed, versioned, callable from day one. Or bring your own and install per agent.
GitHub, Slack, Linear, Notion, Stripe, Google — wired into every skill.
Push notifications to the app, inbound webhooks for connectors — agents reach you, and the world reaches them.
Every skill runs isolated in a cloud sandbox. Secrets injected at runtime, never logged.
Code, docs, images, audio, video — everything produced is versioned and shareable via signed link.
Run agents on Claude or OpenAI — interchangeable peers, no provider locked in. Pick the model per agent, workspace, or account.
Stack, conventions, decisions — durable facts live in one Markdown record every agent reads before it answers. A new conversation already knows how you work.
Every run leaves a readable record of what each agent actually did — visible to the whole workspace. Events append, so one agent can pick up where another left off.
Keys are stored encrypted and never shown raw. Bring your own Anthropic or OpenAI key at zero markup, or meter compute in Dollarinos — no surprise bills.
Activate once with a device flow, then point every agent at the same workspace. Your Claude Code session, your Hermes loop, and your homemade CLI all see the same files, secrets, memory, and 180+ skills — all running on ClankerOS, the runtime that keeps them in sync.
# Every agent reporting to one workspace $ clanker agents list NAME RUNTIME STATUS LAST SEEN researcher claude-code running 2s ago coder hermes idle 1m ago night-shift openclaw queued -- ops custom-cli running 6s ago
# Run a skill from any agent — REST $ curl -X POST https://clanker.engineer/api/v1/skills/summarize/run \ -H "x-api-key: $CLANKER_KEY" \ -d '{"input":"..."}' { "run_id": "run_01JFYZ...", "status": "queued", "cost_d": 0.42 }
# Or wire up MCP once and forget it $ echo "https://clanker.engineer/mcp/" # Same skills, same workspace, # now callable from Claude Code, # Hermes, OpenClaw, your CLI… > use skill summarize --input "..." ok · 0.42 D · 1.8s
Metered by compute, not seats.
Same plans whether you talk to the REST API, MCP, or the app. Dollarinos are in-app compute credits — not real currency, no monetary value.
Download the app and sign in with Apple to activate your workspace. Already set up? Point any CLI agent at the API reference and it will connect itself.
https://clanker.engineer/skill.md
Don't have the app yet?
iPhone running iOS 16+. Do not open TestFlight by hand — the button joins the beta for you.