← 返回 Skills 市场
yan5xu

Bb Browser Sites

作者 yan5xu · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
959
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install bb-browser-sites
功能描述
Turn any website into a CLI command. 36 platforms, 103 commands — Twitter, Reddit, GitHub, YouTube, Zhihu, Bilibili, Weibo, and more. Uses OpenClaw's browser...
使用说明 (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
安全使用建议
This skill looks like a legitimate bb-browser wrapper but has two things to confirm before installing: (1) Understand bb-browser provenance — ensure the bb-browser binary you have is from a trusted source because the skill will execute it and it drives the browsing/scraping. (2) Clarify how adapter creation and "submit a PR" are authenticated: the SKILL.md does not declare GitHub or git credentials, yet it promises to submit PRs — ask the maintainer how that flow works and whether the agent will prompt you for tokens or reuse local git config. Also be aware that running adapters with --openclaw uses your browser's login sessions, so it can access private data on sites where you are logged in; consider testing with throwaway accounts or in a sandbox, and avoid enabling autonomous invocation if you don't want the agent to perform broad, automated actions (create adapters, open pages, or push changes) without explicit approval.
功能分析
Type: OpenClaw Skill Name: bb-browser-sites Version: 0.1.0 The skill bundle provides a CLI interface (`bb-browser`) to extract data from 36+ platforms using the user's authenticated browser sessions. It is classified as suspicious primarily due to the `bb-browser site update` command, which fetches and installs external 'community adapters,' creating a potential supply-chain risk for remote code execution. Additionally, the instructions in SKILL.md encourage the agent to reverse-engineer APIs and automate PR submissions, which are high-risk activities that could lead to unauthorized data access or unintended side effects.
能力评估
Purpose & Capability
The name/description match the instructions: the skill is an instruction-only wrapper that runs bb-browser commands through OpenClaw's browser. Requiring the bb-browser binary is proportionate. However, the SKILL.md claims it will create and submit adapters (PRs) which implies additional capabilities (git/GitHub access) that are not declared.
Instruction Scope
The SKILL.md tells the agent to run bb-browser through OpenClaw's browser and to use the user's login state for sites that require authentication — that is expected for scraping. But it also instructs the agent to "reverse-engineer the API, write the adapter, test it, and submit a PR," a vague, high‑authority instruction that grants the agent broad discretion to browse, scrape, create code, and interact with third‑party services. There are no details on how PR submission/authentication is performed.
Install Mechanism
Instruction-only skill with no install spec or code files; lowest install risk. It assumes bb-browser is already installed on the host (declared in requires).
Credentials
The skill declares no required environment variables or credentials, which is reasonable for read-only scraping. But because the instructions mention submitting PRs, the skill may need Git/GitHub credentials or access to user git config — those are not declared. Also, using the OpenClaw browser means the skill will run with any logged-in sessions present, potentially exposing private account data while executing adapters.
Persistence & Privilege
always is false and there is no request to modify other skills or system-wide settings. The skill does not claim persistent installation or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bb-browser-sites
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bb-browser-sites 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Instantly turn 36 websites into CLI commands via OpenClaw, no Chrome extension needed. - 103 prebuilt commands covering social media, developer, news, finance, video, and more. - Uses OpenClaw’s browser for authentication and automation; works with your login state. - Filter and format output using --jq for structured data on the command line. - Includes commands for listing, recommending, and searching adapters. - Detailed guide for creating new adapters.
元数据
Slug bb-browser-sites
版本 0.1.0
许可证 MIT-0
累计安装 5
当前安装数 4
历史版本数 1
常见问题

Bb Browser Sites 是什么?

Turn any website into a CLI command. 36 platforms, 103 commands — Twitter, Reddit, GitHub, YouTube, Zhihu, Bilibili, Weibo, and more. Uses OpenClaw's browser... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 959 次。

如何安装 Bb Browser Sites?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bb-browser-sites」即可一键安装,无需额外配置。

Bb Browser Sites 是免费的吗?

是的,Bb Browser Sites 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bb Browser Sites 支持哪些平台?

Bb Browser Sites 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bb Browser Sites?

由 yan5xu(@yan5xu)开发并维护,当前版本 v0.1.0。

💬 留言讨论