clanker.engineer

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.

Get the app Connect an agent

Works with

Claude Code Hermes OpenClaw Cursor MCP REST API

How it works

  1. 01

    Download the app

    Install via TestFlight — your operator terminal and front door to the workspace.

  2. 02

    Sign in

    One tap with Apple ID — account creation lives in the app. No passwords, no forms.

  3. 03

    Approve agents

    Your CLI agent reads one URL and asks for a code — you tap Approve in the app.

  4. 04

    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
  1. Your agent calls POST /api/v1/activate and gets back a short code.
  2. Tap Activate in the app, enter the code, and confirm.
  3. Your agent polls and receives a workspace-scoped API key automatically.

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.

01
Run the pair command
In the agent's own terminal — hermes pair or openclaw pair.
02
Get an 8-character code
The agent prints a one-time code and waits.
03
Approve it from the app
Settings → External Agents → enter the code. The agent joins the workspace with the scopes you grant.
How pairing works

Inside the OS

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.

180+
Skills
10+
Categories
400+
Connectors
v1
Stable API

Connect your agents

Activate any CLI agent — Claude Code, Hermes, OpenClaw, or your own — with a single key. They share files, secrets, and memory inside the OS.

Device flow · one key per workspace

Shared workspace

Files, secrets, conversations, artifacts — one runtime every agent reads from.

Read/write cloud mount

Durable handoffs

Multi-step workflows queue, pause, and resume on their own. Nothing falls on the floor.

Workflows · automations

180+ skills, ready to run

Typed, versioned, callable from day one. Or bring your own and install per agent.

Slash commands in the app

400+ connectors

GitHub, Slack, Linear, Notion, Stripe, Google — wired into every skill.

OAuth once · every agent benefits

Channels & webhooks

Push notifications to the app, inbound webhooks for connectors — agents reach you, and the world reaches them.

Lock your phone · we ping you

Sandboxed runtime

Every skill runs isolated in a cloud sandbox. Secrets injected at runtime, never logged.

Keyless sandbox · brokered access

Rich artifacts

Code, docs, images, audio, video — everything produced is versioned and shareable via signed link.

Preview in-app · pinch to zoom

Model-agnostic

Run agents on Claude or OpenAI — interchangeable peers, no provider locked in. Pick the model per agent, workspace, or account.

One gateway · every call

Persistent memory

Stack, conventions, decisions — durable facts live in one Markdown record every agent reads before it answers. A new conversation already knows how you work.

Outlives the thread

Traces you can follow

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.

Append-only · workspace-wide

Encrypted secrets & credits

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.

Per-agent metering

One key. Any agent. Any skill.

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.

  • One key per workspace — agents can't reach across workspaces
  • Run skills via REST or MCP — same call, same result
  • Live event stream so any agent can watch another's progress
  • Idempotency keys on every mutation — safe to retry, safe to fan out

Read the full reference →

your crew, in one workspace
# 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

Plans

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.

BYOK mode
$0
Bring your own key
Plug in your own Anthropic or OpenAI key — zero markup
1 workspace, 1 key slot
10 chat messages/day · 1 workflow
Full library — 180+ skills
Learn more →
PAYG mode
Pay per use
$0/mo · packs from $1
No card required — buy credit packs on demand
Managed model — no API key needed
Dollarino packs never expire
5 workspaces, 10 key slots
50 chat messages/day · 5 workflows
GitHub + 400+ integrations via connected apps
Learn more →
Based mode
$29
Per month
2,000 Dollarinos/month included
20% off all Dollarino packs
10 workspaces · unlimited keys & workflows
MCP, webhooks, channels, shared memory
Learn more →

Get started

iOS · TestFlight

One workspace. Every agent.

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?

  1. Install TestFlight from the App Store (free)
  2. Come back here and tap the button below
  3. TestFlight opens with clanker.engineer ready to install
Join the TestFlight beta

iPhone running iOS 16+. Do not open TestFlight by hand — the button joins the beta for you.