Browser-BC: A Local Tool for Recording Browser Tasks and Distilling Reusable Skills for Claude
Summary
Browser-BC is a local, single-user tool that records browser tasks and transforms them into reusable skills for use with Claude Desktop and Claude Code. Each website acts as a folder of "capability buckets" (e.g., login-with-credentials, signup-with-email). Recordings are atomized into segments, classified into capabilities, and pooled into buckets that distill into reusable skills. It's a pure Python runtime tool (no Node needed) that requires the user to bring their own LLM API key. It is explicitly not a benchmark.
Source
Key quotes
· 3 pulledRecord your own browser tasks → each website accumulates a bucket of capabilities, and every capability distills into one reusable skill
A single-user, local product. You bring your own LLM API key. Pure Python at runtime (no Node needed). Not a benchmark.
a new recording is atomized into segments, each segment classified into a capability, and segments of the same capability pooled into one bucket that distills
You might also wanna read
Bench: Tool for Storing and Reviewing Claude Code Sessions
Bench is a tool that automatically stores and tracks Claude Code sessions, allowing users to review tool calls, file changes, and share comp
claude-replay: Convert AI Coding Agent Sessions into Interactive HTML Replays
claude-replay is an open-source tool that converts AI coding agent session logs (from Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCo
Claude Pulse: A local zero-dependency dashboard for monitoring Claude Code sessions and approving tool calls remotely
Claude Pulse is a local, zero-dependency dashboard for Claude Code that provides live monitoring of token usage, context fill, full-text sea
Claude Brain Plugin: Single-File Memory System for Claude Code with Persistent Storage
Claude Brain is a plugin for Claude Code that provides persistent memory storage in a single portable .mv2 file, eliminating the need for da
CC-Wiki: A tool to convert Claude Code session history into a shareable knowledge base
CC-Wiki is a tool that converts Claude Code's local session history (~/.claude) into a shareable, Quartz-based knowledge base. It packages r
Claudebin: Export and Share Claude Code Sessions as Resumable URLs
Claudebin is a tool that allows users to export Claude Code terminal sessions into shareable, resumable URLs. It captures the full session d

Comments
Sign in to join the conversation.
No comments yet. Be the first.