Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bb plugins

This repository contains independently maintained plugins for bb. Each plugin is a self-contained package that can contribute server behavior, UI, commands, and agent skills.

Plugins

Browser

plugin-browser adds a per-thread Chrome browser to bb. Users and agents share the same session through the side panel, the bb browser command, or Chrome DevTools Protocol.

Browser documentation

Codex Environments

plugin-codex-environments lets bb use Codex-compatible .codex/environments/*.toml files for worktree setup, cleanup, and services. It also contributes a provider-neutral skill that teaches agents to maintain those files.

Codex Environments documentation

Stay Awake

plugin-stay-awake blocks macOS idle sleep while bb runs, so agents keep working and bb connect stays reachable. The display still sleeps on its own schedule, and closing the lid still sleeps the machine.

Stay Awake documentation

Install a plugin

Clone the repository, install the selected package's dependencies, then install that directory into bb:

git clone https://github.com/jssblck/bb-plugins.git
cd bb-plugins/plugin-codex-environments
npm install
bb plugin install . --yes

Use plugin-browser instead to install the browser plugin.

Development

Run checks from the plugin directory. Each package documents its own commands and runtime behavior in its README.

Public repository policy

Everything committed here is public. Do not commit credentials, private data, private code, internal URLs, local machine details, or content copied from a private source. See AGENTS.md for the required pre-push checks.

About

BB plugins for browser automation and Codex-compatible worktree environments

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages