ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

Beanstalk Gateway

Skill by tommygeoco

Why use this skill?

Connect your local Clawdbot to beans.talk with the Beanstalk Gateway. Monitor, manage, and control your automation agents securely from any location.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/tommygeoco/beanstalk-gateway
Or

What This Skill Does

The Beanstalk Gateway skill provides a secure, reliable tunnel between your local Clawdbot instance and the beans.talk platform. By installing this gateway, you effectively bridge the gap between your physical machine and a cloud-based dashboard, allowing for remote monitoring and administrative control of your automation workflows. It acts as a lightweight middleware that pushes telemetry and status updates to your personal gateway dashboard, ensuring you can manage your robotics or automation agents from anywhere in the world without exposing your local machine directly to the public internet.

Installation

To integrate this skill, ensure you have the OpenClaw environment active. Run the following command in your terminal:

clawhub install openclaw/skills/skills/tommygeoco/beanstalk-gateway

Additionally, you must ensure the node package is available on your machine:

npm install -g beanstalk-gateway

After installation, log into your account at beans.talk, select "Connect Gateway," and execute the generated setup command in your terminal. This will link your local instance to the remote monitoring portal.

Use Cases

This skill is ideal for users who manage multiple headless Clawdbot deployments across different physical locations. It is perfect for developers needing to monitor log streams or system health metrics while away from their primary workstation. It is also highly effective for long-running automation tasks where an agent might hang; using the gateway, you can inspect the process status and intervene via the remote portal without needing physical access to the device or a local VPN session.

Example Prompts

  1. "Check the current status of my remote Clawdbot via the Beanstalk Gateway and report any error logs."
  2. "Please configure the Beanstalk Gateway with my new session token to restore my remote connectivity."
  3. "Is the Beanstalk gateway service currently running? If not, restart it for me so I can see my dashboard data."

Tips & Limitations

Always ensure your connection string is secure and never share your gateway tokens. Note that this skill requires an active internet connection to function; if your local network blocks outgoing web socket traffic, the gateway will show as offline in the beans.talk portal. Because this tool handles remote execution capabilities, ensure your firewall is configured correctly to allow outbound traffic to the beans.talk domain. Periodically update the gateway package using npm to ensure you have the latest security patches and features.

Metadata

Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-tommygeoco-beanstalk-gateway": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#iot#remote-monitoring#gateway#automation#devops
Safety Score: 3/5

Flags: network-access, external-api