Install
openclaw skills install arkitek-relayConnect this agent to ArkiTek for secure remote chat via SSE. No tunnels, no open ports.
openclaw skills install arkitek-relayThis skill connects your OpenClaw agent to ArkiTek — a web UI for chatting with AI agents remotely. It opens a secure, outbound-only SSE connection from your agent to ArkiTek's cloud relay. No tunnels, public URLs, or open ports required.
ARKITEK_API_KEY=ak_your_key_here
npx arkitek-relay-skill
The skill will connect to ArkiTek and listen for messages. When a user sends a message from the ArkiTek UI, it arrives here. Your response is sent back to ArkiTek automatically.
npx arkitek-relay-skill in the background to maintain the connectionArkiTek Web UI ←→ ArkiTek Cloud ←——SSE—— Your Agent (this skill)
(user) (relay) ——POST→
All connections are outbound from the agent. Nothing is exposed on the agent's network.
npm i -g arkitek-relay-skill