ArkiTek Relay
/install arkitek-relay
ArkiTek Relay Skill
This 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.
Setup
- Get your API key from arkitekai.com (Agents → Add Agent → Create)
- Set the environment variable or add it to your OpenClaw config:
ARKITEK_API_KEY=ak_your_key_here
- Start the relay by running:
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.
When to use this skill
- Use this skill when you want to connect to ArkiTek so users can chat with you remotely
- Run
npx arkitek-relay-skillin the background to maintain the connection - The connection auto-reconnects if it drops
How it works
ArkiTek 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.
Security
- Outbound-only HTTPS connections — no open ports or public URLs
- TLS enforced — refuses to run if TLS verification is disabled
- API key validated before any network request
- API keys are never logged
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install arkitek-relay - After installation, invoke the skill by name or use
/arkitek-relay - Provide required inputs per the skill's parameter spec and get structured output
What is ArkiTek Relay?
Connect this agent to ArkiTek for secure remote chat via SSE. No tunnels, no open ports. It is an AI Agent Skill for Claude Code / OpenClaw, with 241 downloads so far.
How do I install ArkiTek Relay?
Run "/install arkitek-relay" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ArkiTek Relay free?
Yes, ArkiTek Relay is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ArkiTek Relay support?
ArkiTek Relay is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ArkiTek Relay?
It is built and maintained by raleighgardner16-source (@raleighgardner16-source); the current version is v1.0.5.