← Back to Skills Marketplace
gu-yunyu

Bb Browser 0.6.0

by Gu-yunyu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
44
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bb-browser-0-6-0
Description
Turn any website into a CLI command. 36 platforms, 103 commands — Twitter, Reddit, GitHub, YouTube, Zhihu, Bilibili, Weibo, and more. Uses OpenClaw's browser...
README (SKILL.md)

bb-browser sites — The web as CLI

36 platforms, 103 commands. One-liner structured data from any website using your login state.

All commands use --openclaw to run through OpenClaw's browser. No Chrome extension or daemon needed.

Quick Start

# First time: pull community adapters
bb-browser site update

# See what's available
bb-browser site list

# See which adapters match your browsing habits
bb-browser site recommend

# Run any adapter via OpenClaw's browser
bb-browser site reddit/hot --openclaw
bb-browser site hackernews/top 5 --openclaw
bb-browser site v2ex/hot --openclaw

IMPORTANT: Always use --openclaw

Every bb-browser site command MUST include --openclaw to use OpenClaw's browser:

# Correct
bb-browser site twitter/search "AI agent" --openclaw
bb-browser site zhihu/hot 10 --openclaw --json
bb-browser site xueqiu/hot-stock 5 --openclaw --jq '.items[] | {name, changePercent}'

# Wrong (requires separate Chrome extension)
bb-browser site twitter/search "AI agent"

Data Extraction (most common use)

# Social media
bb-browser site twitter/search "OpenClaw" --openclaw
bb-browser site twitter/thread \x3Ctweet-url> --openclaw
bb-browser site reddit/thread \x3Cpost-url> --openclaw
bb-browser site weibo/hot --openclaw
bb-browser site xiaohongshu/search "query" --openclaw

# Developer
bb-browser site github/repo owner/repo --openclaw
bb-browser site github/issues owner/repo --openclaw
bb-browser site hackernews/top 10 --openclaw
bb-browser site stackoverflow/search "async await" --openclaw
bb-browser site arxiv/search "transformer" --openclaw

# Finance
bb-browser site xueqiu/stock SH600519 --openclaw
bb-browser site xueqiu/hot-stock 5 --openclaw
bb-browser site eastmoney/stock "茅台" --openclaw

# News & Knowledge
bb-browser site zhihu/hot --openclaw
bb-browser site 36kr/newsflash --openclaw
bb-browser site wikipedia/summary "Python" --openclaw

# Video
bb-browser site youtube/transcript VIDEO_ID --openclaw
bb-browser site bilibili/search "query" --openclaw

Filtering with --jq

Use --jq to extract specific fields (no need for --json, it's implied):

# Just stock names
bb-browser site xueqiu/hot-stock 5 --openclaw --jq '.items[].name'

# Specific fields as objects
bb-browser site xueqiu/hot-stock 5 --openclaw --jq '.items[] | {name, changePercent, heat}'

# Filter results
bb-browser site reddit/hot --openclaw --jq '.posts[] | {title, score}'

View adapter details

# Check what args an adapter takes
bb-browser site info xueqiu/stock

# Search adapters by keyword
bb-browser site search reddit

Login State

Adapters run inside OpenClaw's browser tabs. If a site requires login:

  1. The adapter will return an error like {"error": "HTTP 401", "hint": "Not logged in?"}
  2. Log in to the site in OpenClaw's browser:
    openclaw browser open https://twitter.com
    
  3. Complete login manually in the browser window
  4. Retry the command

Creating New Adapters

Turn any website into a CLI command:

# Read the guide
bb-browser guide

# Or just tell me: "turn notion.so into a bb-browser adapter"
# I'll reverse-engineer the API, write the adapter, test it, and submit a PR.

All 36 Platforms

Category Platforms
Search Google, Baidu, Bing, DuckDuckGo, Sogou WeChat
Social Twitter/X, Reddit, Weibo, Xiaohongshu, Jike, LinkedIn, Hupu
News BBC, Reuters, 36kr, Toutiao, Eastmoney
Dev GitHub, StackOverflow, HackerNews, CSDN, cnblogs, V2EX, Dev.to, npm, PyPI, arXiv
Video YouTube, Bilibili
Entertainment Douban, IMDb, Genius, Qidian
Finance Xueqiu, Eastmoney, Yahoo Finance
Jobs BOSS Zhipin, LinkedIn
Knowledge Wikipedia, Zhihu, Open Library
Shopping SMZDM
Tools Youdao, GSMArena, Product Hunt, Ctrip
Usage Guidance
Install only if you are comfortable with bb-browser commands reading pages available in your current OpenClaw browser session. Use care on sensitive logged-in services, review command output before sharing it, and consider a separate browser profile or account for private sites.
Capability Assessment
Purpose & Capability
The skill's purpose is to run bb-browser site adapters through OpenClaw's browser and extract structured data from many websites, including sites that may use the user's login state.
Instruction Scope
The allowed tool scope is broad within the bb-browser binary, but the instructions consistently show user-directed bb-browser site commands and do not contain hidden or unrelated command execution.
Install Mechanism
The artifact contains only a SKILL.md and metadata, requires the existing bb-browser binary, and has no bundled executable installer or automatic install script.
Credentials
Using OpenClaw's browser session and browsing habits is sensitive, but it is proportionate to the advertised goal of extracting site data and recommending matching adapters.
Persistence & Privilege
No background worker, persistence mechanism, privilege escalation, credential theft, or destructive behavior is present in the artifacts; adapter updates appear user-invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bb-browser-0-6-0
  3. After installation, invoke the skill by name or use /bb-browser-0-6-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of bb-browser-sites: Turn 36 websites into CLI commands via OpenClaw browser. - Supports 103 CLI commands across platforms like Twitter, Reddit, GitHub, YouTube, Zhihu, Bilibili, Weibo, and more. - No Chrome extension needed; all commands run via OpenClaw's browser with --openclaw. - Includes commands to list, search, and recommend adapters based on user habits. - Enables structured data extraction and filtering via --jq, using your own login state. - Provides instructions for login issues and creating new adapters for custom websites.
Metadata
Slug bb-browser-0-6-0
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bb Browser 0.6.0?

Turn any website into a CLI command. 36 platforms, 103 commands — Twitter, Reddit, GitHub, YouTube, Zhihu, Bilibili, Weibo, and more. Uses OpenClaw's browser... It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install Bb Browser 0.6.0?

Run "/install bb-browser-0-6-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bb Browser 0.6.0 free?

Yes, Bb Browser 0.6.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bb Browser 0.6.0 support?

Bb Browser 0.6.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bb Browser 0.6.0?

It is built and maintained by Gu-yunyu (@gu-yunyu); the current version is v1.0.0.

💬 Comments