bb-browser

Converts website functionalities into executable commands via a browser-based execution environment.

614|125|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/epiral/bb-sites --skill bb-browser-epiral
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bb-browser
Source: https://github.com/epiral/bb-sites/tree/main
Command: npx skills add https://github.com/epiral/bb-sites --skill bb-browser-epiral

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bb-browser, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill transforms popular websites into command-line interfaces, enabling efficient navigation and automation without a browser.

Core Features & Use Cases

  • Website Command-Line Interface: Access and interact with websites through simple CLI commands.
  • Integration with Browser: Utilizes the browser context for login, cookies, and access.
  • Use Case: Need to search Google, check your Twitter feed, or browse GitHub? Use the bb-browser Skill to achieve this directly from the command line.

Quick Start

To search Google, simply run: bb-browser site google/search "your query"

Frequently Asked Questions about bb-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn websites into CLI commands for automation?

To turn websites into CLI commands, you can use a browser integration tool that simulates website interactions directly from the command line. It converts website functionalities into executable commands without needing a graphical browser.

Can I automate website interactions using a logged-in browser context?

Yes, you can automate website interactions using a logged-in browser context. The tool utilizes your existing browser session to handle cookies and authentication for accessing restricted content.

How do I search Google from the command line?

To search Google from the command line, you execute a command specifying the target site and your query. This simulates the search interaction and returns the results directly in your terminal.

What websites are supported for command-line automation?

Supported websites for command-line automation include social media platforms, search engines, development platforms, news aggregators, and entertainment services. It interprets JavaScript responses from these sites to function.

Does website automation via CLI require handling JavaScript responses?

Yes, website automation via CLI requires handling JavaScript responses to operate effectively. The execution environment interprets these responses to simulate interactions and return the desired data.

What are the limitations of simulating website interactions from the command line?

A limitation of simulating website interactions from the command line is the dependency on a logged-in browser context for authentication. Without active cookies and browser access, automated commands cannot access restricted functionalities.