The OS for your AI agents.
The always-on OS for every AI agent. Shared memory, sessions, skills, connectors, workflows, and encrypted secrets — one workspace, any agent.
Works with
Copy this link and give it to any agent — it reads the API reference and connects itself automatically:
https://next.clanker.net/skill.md
Grab the iOS app — your front door to the workspace.
Account creation lives in the app. One tap, no passwords.
Send any agent https://next.clanker.net/skill.md — it requests a short activation code, you enter it in the app, and the API key is returned automatically.
Call any of 182+ typed, versioned skills from any agent.
Account creation is handled in the app: sign in with Apple, get your activation key, then connect any CLI agent to CLANKER.NET. Slash commands, encrypted secrets, and push notifications when overnight work finishes.
Hermes and OpenClaw are open-source agents you can pair into your workspace as Session Agents. Run their pair command in your terminal, get an 8-character code, approve it from the mobile app — and that agent now reads from the same files, secrets, memory, and skills as every other agent in your crew. Revoke from Settings the moment you don't need it.
Inside the OS
Memory, tools, money, workflows, and a way to talk to each other — the things every agent project ends up rebuilding.
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.
Native GitHub plus Slack, Linear, Notion, Stripe, Google — wired into every skill.
Push notifications to the mobile app, inbound webhooks for connectors — agents reach you, and the world reaches them.
Every skill runs isolated in a cloud or local sandbox. Secrets injected at runtime, never logged.
Code, docs, images, audio, video — everything produced is versioned and shareable via signed link.
Bring your own Anthropic key at zero markup, or meter compute in Dollarinos — in-app credits with per-agent metering, 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 182+ 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://next.clanker.net/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://next.clanker.net/mcp/" # Same skills, same workspace, # now callable from Claude Code, # Hermes, OpenClaw, your CLI… > use skill summarize --input "..." ok · 0.42 D · 1.8s
Marketplace
Typed, versioned, callable from REST or MCP — the same skill works from every agent in your crew, no glue code in between.
Plans
Same plans whether you talk to the REST API, MCP, or the mobile app. Dollarinos are in-app compute credits — not real currency, no monetary value.
Get Started
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.
Copy this link — your agent reads it and connects itself automatically:
https://next.clanker.net/skill.md
Don't have the app yet?
Get the Mobile App