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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arkitek-relay - 安装完成后,直接呼叫该 Skill 的名称或使用
/arkitek-relay触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ArkiTek Relay 是什么?
Connect this agent to ArkiTek for secure remote chat via SSE. No tunnels, no open ports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。
如何安装 ArkiTek Relay?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arkitek-relay」即可一键安装,无需额外配置。
ArkiTek Relay 是免费的吗?
是的,ArkiTek Relay 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ArkiTek Relay 支持哪些平台?
ArkiTek Relay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ArkiTek Relay?
由 raleighgardner16-source(@raleighgardner16-source)开发并维护,当前版本 v1.0.5。