ArkiTek Relay

v1.0.5

Connect this agent to ArkiTek for secure remote chat via SSE. No tunnels, no open ports.

0· 255· 1 versions· 0 current· 0 all-time· Updated 23h ago· MIT-0

Install

openclaw skills 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

  1. Get your API key from arkitekai.com (Agents → Add Agent → Create)
  2. Set the environment variable or add it to your OpenClaw config:
ARKITEK_API_KEY=ak_your_key_here
  1. 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-skill in 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

Version tags

latestvk97acage5zy9wh6kb3a25y3jrx82v8p6

Runtime requirements

📡 Clawdis
Binsnode, npx
EnvARKITEK_API_KEY
Primary envARKITEK_API_KEY

Install

Install ArkiTek Relay (npm)
Bins: arkitek-relay-skill
npm i -g arkitek-relay-skill