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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tommygeoco/beanstalk-gatewayWhat 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
- "Check the current status of my remote Clawdbot via the Beanstalk Gateway and report any error logs."
- "Please configure the Beanstalk Gateway with my new session token to restore my remote connectivity."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-tommygeoco-beanstalk-gateway": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
ux-audit
AI skill for automated design audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.
ux-decisions
AI skill for the Making UX Decisions framework (uxdecisions.com) by Tommy Geoco. Use for UI/UX design decisions, design audits, pattern selection, visual hierarchy analysis, and reviewing designs for completeness. Enables rapid, intentional interface design with checklists for visual style, accessibility, social proof, navigation, and more.
ui-audit
AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.