Connect this agent to ArkiTek for secure remote chat via SSE. No tunnels, no open ports.
---
name: arkitek-relay
description: Connect this agent to ArkiTek for secure remote chat via SSE. No tunnels, no open ports.
metadata: {"openclaw": {"requires": {"env": ["ARKITEK_API_KEY"], "bins": ["node", "npx"]}, "primaryEnv": "ARKITEK_API_KEY", "emoji": "π‘", "homepage": "https://arkitekai.com", "install": [{"id": "npm", "kind": "node", "package": "arkitek-relay-skill", "bins": ["arkitek-relay-skill"], "label": "Install ArkiTek Relay (npm)"}]}}
---
# ArkiTek Relay Skill
This skill connects your OpenClaw agent to [ArkiTek](https://arkitekai.com) β 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](https://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
```
3. 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
don't have the plugin yet? install it then click "run inline in claude" again.