OpenBiliClaw is a local, open-source AI agent that learns a person's interests and discovers content across multiple social platforms and the open web. It is for people who want personalized content recommendations with their usage data kept on their own machine.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add whiteguo233/OpenBiliClaw --skill browsegit clone --depth 1 https://github.com/whiteguo233/OpenBiliClawWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/whiteguo233/openbiliclaw/browse)<a href="https://agentmods.dev/skills/whiteguo233/openbiliclaw/browse"><img src="https://agentmods.dev/badge/skills/whiteguo233/openbiliclaw/browse/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/whiteguo233/openbiliclaw/browse"><img src="https://agentmods.dev/badge/skills/whiteguo233/openbiliclaw/browse.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00021 | $0.00222 |
| Opus 5 | $0.00010 | $0.00111 |
| Sonnet 5 | $0.00004 | $0.00044 |
| Haiku 4.5 | $0.00002 | $0.00022 |
Grade A, and why
bilibili_browse scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Bilibili Browse Skill
Use agent-browser to visually browse and interact with Bilibili pages.
When to Use
- When API access is insufficient for the needed operation
- When DOM/visual context is needed for content evaluation
- When exploring pages that require JavaScript rendering (e.g., comment sections)
How It Works
- Uses agent-browser CLI to navigate to Bilibili pages
- Captures page content, screenshots, or DOM snapshots
- Extracts relevant information for content discovery
Parameters
url(str): Bilibili URL to browseaction(str): Action to perform — "read", "screenshot", "interact"selectors(list[str], optional): CSS selectors to target
Output
Page content, screenshots, or extracted DOM data.
Requirements
- agent-browser must be installed:
npm install -g @anthropic/agent-browser
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 35 lines · 21 tokens per session scan A e0875f9141b8
bilibili_browse is a skill published in the GitHub repository whiteguo233/OpenBiliClaw (3,278 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 222 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
x402
Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…
har-derived-api-client
Record a site's XHR into a HAR, derive an HTTP client.
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
blocked-page-recovery
Use when a fetch fails: 403/429, paywall, WAF, bot wall.
remote-browser
Controls an isolated Browser Use Cloud browser from a sandboxed machine with the current Browser Use CLI.
playwright
Use when the task requires capturing or automating a real browser from the terminal.