Bb
Skill by chenkuansun
Why use this skill?
Use the BullyBuddy skill for OpenClaw to efficiently spawn, monitor, and control multiple Claude Code sessions with simple slash commands.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chenkuansun/bbWhat This Skill Does
BullyBuddy (bb) is a powerful orchestration tool for developers using OpenClaw, designed to manage multiple Claude Code sessions from a centralized interface. By utilizing a slash command architecture, it allows users to spawn, monitor, and interact with isolated AI coding sessions without leaving the OpenClaw environment. Whether you are running complex background tasks, testing code in different directories, or managing multiple project contexts simultaneously, BullyBuddy acts as a controller that keeps your AI-driven development lifecycle organized and responsive.
Installation
To get started, ensure you have Node.js installed on your system. Install the CLI tool globally via npm: npm install -g openclaw-bullybuddy. Once installed, initialize the controller by running bullybuddy server. The system will automatically generate a connection file at ~/.bullybuddy/connection.json. OpenClaw detects this configuration automatically upon invocation. For users requiring remote access, simply trigger the server with the --tunnel flag, and use the /bb url command inside OpenClaw to retrieve your unique access point.
Use Cases
BullyBuddy is ideal for developers who engage in multi-tasking. For instance, you can run a refactoring task in one directory while spawning a separate session to troubleshoot an unrelated bug in another. It is particularly useful for CI/CD pipeline simulations, long-running agentic tasks that require frequent status checks, and managing session logs via the audit command. It streamlines the workflow by moving session management out of noisy terminal tabs and into a command-controlled interface.
Example Prompts
- "/bb spawn ./frontend 'Refactor the navigation bar component to use Tailwind'"
- "/bb list"
- "/bb output abc123 50"
Tips & Limitations
To maximize productivity, use the transcript command to review past interactions, which is invaluable for debugging why a specific AI session arrived at a particular conclusion. Be aware that each spawned session consumes system resources proportional to the Claude Code instance's activity. Regularly clean up idle sessions using /bb kill <id> to avoid memory bloat. Note that while BullyBuddy excels at managing the session lifecycle, it is strictly an orchestration layer; you should ensure that the underlying Claude Code environments have appropriate permissions to access the file system paths you provide during the spawn command.
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-chenkuansun-bb": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, code-execution
Related Skills
p2p-comm
Decentralized peer-to-peer communication with other AI agents via Nostr. Use when you need to discover, call, or message other bots in the network.
world-room
Create or join a shared 3D lobster room where AI agents can walk, chat, and collaborate in real-time via Nostr relays.
bullybuddy
BullyBuddy — Claude Code session manager CLI wrapper. Spawn, list, send input, kill, and monitor multiple Claude Code sessions via /bullybuddy slash command. Reads auth token from ~/.bullybuddy/connection.json automatically.