bifrost
HTTP proxy debugging, traffic inspection, and rule-based request rewriting
All Skills in This Repository (8)
Pure Emerald Level Indicatorsskill-creator
Create custom SKILLs for Bifrost agents with predefined structures.
e2e-verify
Validate Bifrost management interface UI elements and API responses.
design-md
Validate Bifrost UI changes against DESIGN.md design tokens.
rust-project-validate
Automate Rust project validation with cargo fmt, clippy, and tests.
site-cookie-login
Automate website logins with Puppeteer and save cookies to an environment variable file.
codex-task-inspector
Inspect Codex asynchronous task progress via session, rollout, and CI polling logs.
github-actions-pat
Analyze GitHub Actions CI runs and PR code reviews via GitHub API.
e2e-test
Automate end-to-end testing for the Bifrost proxy server.
Frequently Asked Questions
FAQPage SchemaHow to install Bifrost?โผ
Run `npx skills add bifrost-proxy/bifrost --all -g -y` in your terminal to install all skills in this suite globally.
What does Bifrost do?โผ
Bifrost is a high-performance HTTP/HTTPS/SOCKS5 proxy that intercepts traffic, rewrites requests with rules, and provides a web UI for traffic viewing, breakpoints, and request replay.
How to inspect HTTPS traffic with Bifrost?โผ
Generate and install the Bifrost CA certificate, then enable TLS interception for specific domains or apps using whitelist flags like --intercept-include.
Can Bifrost replay or mock API requests?โผ
Yes. You can search captured traffic, export requests as curl or fetch commands, replay them with JSON patches, and mock responses through rules or QuickJS scripts.
Does Bifrost work without command-line experience?โผ
Yes. It offers a desktop app for macOS and Windows with a visual interface for capturing traffic, editing rules, and managing certificates.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core