bridle
Unified configuration manager for AI coding assistants. Manage profiles, install skills/agents/commands, and switch configurations across Claude Code, OpenCode, Goose, and Amp.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bjesuiter/bridleWhat This Skill Does
Bridle is the definitive unified configuration manager designed for modern AI coding assistants. It abstracts away the fragmented configuration structures of popular tools like Claude Code, OpenCode, Goose, and Amp. By acting as a central control plane, Bridle allows you to define, manage, and switch between complex environment profiles seamlessly. Instead of manually editing various hidden dotfiles across your home directory, Bridle provides a standardized CLI and TUI interface to manage your assistant's identity, plugins, and MCP (Model Context Protocol) integrations. It ensures that your development environment remains consistent whether you are working on a personal project or a corporate codebase.
Installation
To get started with Bridle, you can choose from several installation methods depending on your system:
- Homebrew (macOS/Linux):
brew install neiii/bridle/bridle - Cargo (Rust):
cargo install bridle - From Source: Clone the repository at https://github.com/neiii/bridle and run
cargo install --path .Once installed, runbridle initto initialize the directory structure and prepare your system for profile management.
Use Cases
Bridle is perfect for developers who use multiple AI agents simultaneously or switch between different coding contexts frequently. It excels in environments where you need to toggle between "Research Mode" (using heavy MCPs and deep context) and "Implementation Mode" (using faster, specialized plugins). It is also invaluable for teams who share agent configurations, allowing for the propagation of standard project-specific assistant setups. By using bridle install, you can standardize your tooling across your organization without dealing with manual path translation or config compatibility issues.
Example Prompts
- "Bridle, please create a new profile for my React work in Claude Code that includes the latest testing suite plugins and set it to active."
- "Show me the differences between my current personal configuration and my work configuration for OpenCode using the bridle CLI."
- "Install the latest toolset from openclaw/skills/bjesuiter/bridle and ensure it is compatible with my current Goose setup."
Tips & Limitations
To get the most out of Bridle, always use the --from-current flag when creating new profiles to ensure your existing settings are captured accurately. Remember that while Claude Code, OpenCode, and Goose have full support, Amp support is still considered experimental. Use the -o json flag if you are piping Bridle output into other automation scripts. Be careful when running bridle install --force, as it will overwrite existing configurations. Always maintain a version-controlled backup of your ~/.config/bridle/config.toml file to ensure you can recover your setups if a local configuration becomes corrupted.
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-bjesuiter-bridle": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
Prd
Skill by bjesuiter
nb
Manage notes, bookmarks, and notebooks using the nb CLI. Create, list, search, and organize notes across multiple notebooks with Git-backed versioning.
opencode-acp-control
Control OpenCode directly via the Agent Client Protocol (ACP). Start sessions, send prompts, resume conversations, and manage OpenCode updates.
exe-dev
Manage persistent VMs on exe.dev. Create VMs, configure HTTP proxies, share access, and set up custom domains. Use when working with exe.dev VMs for hosting, development, or running persistent services.
mole-mac-cleanup
Mac cleanup & optimization tool combining CleanMyMac, AppCleaner, DaisyDisk features. Deep cleaning, smart uninstaller, disk insights, and project artifact purge.