Skip to content
OpenSmartRoute
Skillv1.0.0

gateway-setup

Set up a persistent AI agent gateway on macOS with Redis event bridge, heartbeat monitoring, and multi-session routing. Interactive Q&A to match your intent — from minimal (Redis + extension) to full

by joelhooks(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from joelhooks/joelclaw (skills/gateway-setup/SKILL.md). Install upstream with npx skills add joelhooks/joelclaw --skill gateway-setup. Copyright stays with the author.

Gateway setup

Start with the requested environment and current source. Read gateway and the existing service ownership configuration before installing anything. A fleet with an existing gateway needs repair or configuration of that owner, not another gateway.

Infer supplied scope choices from the request. Ask only for missing decisions that change the intended transport, host, or authority. A plan request produces a plan; an explicit setup request authorizes its scoped implementation.

Use the current repository installer and live help. Keep the gateway policy, durable inbound queue, and channel adapters behind their established contracts. Never create a second poller, socket listener, gateway session, standalone adapter process, or monitoring daemon to work around an unhealthy owner.

Discover current endpoint and model configuration. Do not install historical hostnames, tmux recipes, embedded agents, or model pins from an old example. Verify credentials through the owning secret mechanism without reading them into logs or source files.

Verify readiness, event correlation, and supported health checks. Use synthetic or task-owned fixtures for fault tests. Do not interrupt shared transport or heartbeat processes as routine setup verification. A real outbound canary needs authorization for its destination and content.

Report what was installed or changed, the actual owner and readiness evidence, and unresolved failures. Preserve existing configuration and unrelated work.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/joelhooks-joelclaw-gateway-setup/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

joelhooks-joelclaw-gateway-setup.ocm.jsonjson
{
  "ocm": "1",
  "id": "joelhooks-joelclaw-gateway-setup",
  "kind": "skill",
  "name": "gateway-setup",
  "description": "Set up a persistent AI agent gateway on macOS with Redis event bridge, heartbeat monitoring, and multi-session routing. Interactive Q&A to match your intent — from minimal (Redis + extension) to full (embedded daemon + Telegram + watchdog). Use when: 'set up a gateway', 'I want my agent always on', 'event bridge', 'heartbeat monitoring', 'agent notifications', or any request to make an AI agent persistent and reachable.",
  "publisher": "joelhooks",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "joelclaw",
      "gateway",
      "setup",
      "redis",
      "telegram",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Set up a persistent AI agent gateway on macOS with Redis event bridge, heartbeat monitoring, and multi-session routing. Interactive Q&A to match your intent — from minimal (Redis + extension) to full (embedded daemon + Telegram + watchdog). Use when: 'set up a gateway', 'I want my agent always on', 'event bridge', 'heartbeat monitoring', 'agent notifications', or any request to make an AI agent persistent and reachable."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/joelhooks/joelclaw",
      "path": "skills/gateway-setup/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/joelhooks/joelclaw/blob/HEAD/skills/gateway-setup/SKILL.md",
      "key": "joelhooks/joelclaw/skills/gateway-setup/SKILL.md"
    }
  },
  "instructions": "# Gateway setup\n\nStart with the requested environment and current source. Read `gateway` and the existing service ownership configuration before installing anything. A fleet with an existing gateway needs repair or configuration of that owner, not another gateway.\n\nInfer supplied scope choices from the request. Ask only for missing decisions that change the intended transport, host, or authority. A plan request produces a plan; an explicit setup request authorizes its scoped implementation.\n\nUse the current repository installer and live help. Keep the gateway policy, durable inbound queue, and",
  "cost": {
    "context_tokens": 375
  }
}

Fetch it by URL: GET /api/v1/registry/joelhooks-joelclaw-gateway-setup/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.