Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
let-him-cook logo

let-him-cook

let-him-cook

productivityClaude Codeby xinyucao

Summary

Plays cooking sounds while Claude is working. Random sample on each turn — sizzle, kettle whistle, microwave with bell, chopping, etc.

Install to Claude Code

/plugin install let-him-cook@let-him-cook

Run in Claude Code. Add the marketplace first with /plugin marketplace add xinyucaoo/let-him-cook if you haven't already.

README.md

let-him-cook

!let-him-cook

Plays cooking sounds while Claude is working. Random sample on each turn — pan-frying, kettle whistling, microwave (with start beep + running loop + end beeps), chopping, and more.

Install

In Claude Code, register the marketplace and install the plugin:

/plugin marketplace add xinyucaoo/let-him-cook
/plugin install let-him-cook@let-him-cook

(Both commands are needed — the first tells your Claude Code where to find the plugin, the second actually installs it.)

On first activation the plugin auto-creates a local Python venv and installs three deps (numpy, sounddevice, soundfile). The first run takes ~10s; subsequent activations are instant.

Requires local audio hardware. This plugin plays sound through the host machine's speakers/headphones — it has to run somewhere with an actual audio output device. It will not produce sound in:

  • Cloud/remote Claude Code sandboxes (the audio would play on the server, not your laptop)
  • Headless Linux containers, CI runners, or SSH-into-server setups with no /dev/snd
  • Any environment without a PortAudio-compatible output device

On Linux, sounddevice's wheels do not bundle PortAudio — you'll need sudo apt install libportaudio2 (or your distro's equivalent) before the bridge can open an output stream. macOS and Windows wheels bundle PortAudio, so no extra system install is needed there.

How it works

When the plugin is active:

  • Every prompt you submit triggers a random cooking sound from the pool to play during Claude's response.
  • The sound stops when Claude finishes (or when you interrupt).
  • Some samples have associated intro/outro one-shots (e.g. the microwave plays start beep → running loop → end beep).

Slash commands

| Command | Effect | |---|---| | /let-him-cook:samples | List the available samples | | /let-him-cook:random | Each turn picks a random sample (default) | | /let-him-cook:fixed <name> | Lock to one sample, e.g. frying_pan_2.mp3 | | /let-him-cook:reset | Silence the bed and rewind to frame 0 |

Adding your own sounds

Drop any .mp3 / .wav / .aiff / .flac / .ogg into the plugin's samples/ directory and reactivate. To pair an intro and outro one-shot to a bed (like the microwave), add an entry to samples/chimes.json:

{
  "my_sample.mp3": {
    "intro": "intros/my_intro.wav",
    "outro": "chimes/my_outro.wav"
  }
}

Known limitations

The bridge listens on a fixed port (127.0.0.1:8766). Running two Claude Code sessions on the same machine will currently collide on that port — only the first session's bridge will start.

Sample credits

Cooking samples sourced from BigSoundBank (CC0) and Pixabay (Pixabay license).

License

MIT. Sample audio is licensed separately — see "Sample credits" above.

Related plugins

Browse all →