🧪 Skills
ArkiTek Relay
--- 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": [
v1.0.5
Description
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 — 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
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!