Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Nex Wobble Bridge Architecture

    6

    Canonical Next.js bridge for secure, real-time communication between browser UIs and local agent gateways.

    $7

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned
    nex-wobble-bridge-architecture

    nex-wobble-bridge-architecture

    Example session with this skill installed

    I need to connect my Next.js admin dashboard to my local agent gateway so I can restart agents and see their logs in real-time.

    • Read your context and instructions
    • Compiled the nex-wobble-bridge-architecture

    Generating Nex Bridge Architecture

    • src/app/api/bridge/action/route.ts (with agent whitelist)
    • src/app/api/bridge/logs/route.ts (with AbortSignal timeouts)
    • server/index.js (WebSocket proxy shim)
    • src/lib/useBridge.ts (React hook with auto-reconnect)
    • .env.example (Gateway config)

    Connects securely to your tools. The creator never sees your data.

    What you get

    Securely proxy local agent logs to a remote Next.js dashboardImplement a 'fail-closed' whitelist for agent control commandsBuild a persistent two-hop WebSocket connection that beats Cloudflare timeoutsRoute Telegram bot commands through a Next.js server to private agent backends

    About this skill

    Architectural Bridge for Local Agent Gateways

    Modern browser-based agent UIs face a common networking hurdle: connecting a public-facing Next.js frontend to a local, private agent gateway (like OpenClaw) without exposing your backend to the public internet or hitting frustrating Cloudflare WebSocket timeouts.

    This skill implements the Two-Hop WebSocket Proxy architecture. It provides a robust communication layer that sits between your Next.js App Router and your local agent services. By mediating the connection through a Node.js shim, it enables real-time service status, log streaming, and action whitelisting while ensuring your Gateway remains securely on your private network.

    What it does

    • Two-Hop WebSocket Proxy: Proxies real-time messages from Browser to Next.js Server to Local Gateway, surviving restarts and timeouts.
    • Secure Action Whitelisting: Provides API routes with hardcoded agent/action whitelists to prevent unauthorized command execution.
    • Resilient Client Hook: Includes a React useBridge hook with automated exponential backoff and connection state management.
    • Unified Agent API: Standardized routes for service status, log tailing, and Telegram bot passthrough with signed timeouts.

    Why use this skill?

    While you could try to prompt an AI to "proxy a websocket," this skill delivers a production-hardened pattern used in real agent-orchestration stacks. It handles the edge cases developers often miss: graceful degradation when the bridge is offline, explicit timeout signaling to prevent hung fetches, and a "fail-closed" security model that avoids environment variable leakage.

    Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 29 days ago

    • Passed all security checks, Safe to install

    Listed3 months ago
    Updated29 days ago

    Frequently Asked Questions