# Beanstalk Gateway

> Beanstalk Gateway

- Skill: `demerzels-lab/beanstalk-gateway` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add demerzels-lab/beanstalk-gateway`
- Raw SKILL.md: https://api.skillmd.com/api/skills/demerzels-lab/beanstalk-gateway/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Demerzels-lab (https://skillmd.com/u/demerzels-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/demerzels-lab/beanstalk-gateway

---

# Beanstalk Gateway

Connect your local Clawdbot to [beans.talk](https://beans.talk) for remote monitoring and control.

## Install

```bash
npm install -g beanstalk-gateway
```

## Setup

1. Go to [beans.talk](https://beans.talk) and click "Connect Gateway"
2. Copy the setup command
3. Run it on your machine
4. Done!

## Manual Usage

```bash
# Configure
beanstalk-gateway configure --url wss://... --token gt_...

# Start
beanstalk-gateway start

# Check local Clawdbot status  
beanstalk-gateway status
```

## More Info

- [npm package](https://www.npmjs.com/package/beanstalk-gateway)
- [GitHub](https://github.com/tommygeoco/beanstalk-gateway)

