openbiliclaw-adapter

openbiliclaw-adapter is a skill for Claude Code from whiteguo233/OpenBiliClaw. It costs 40 tokens per session (2,303 once invoked), scanned A, original, MIT.

A bridge to OpenBiliClaw, a system that stores recommendations, user profiles, conversations, saved lists, and feedback. It provides a shared command-line interface for connecting agent applications to that system.

In plain words
What is it for?
Use it to install and initialize the bridge, check its health, read recommendations or profile data, inspect dialogue and saved lists, and submit explicit feedback.
Why use it?
It gives different agent tools one consistent way to read current state and send feedback. It also documents setup choices for machines with or without Docker.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: built for openclaw.

Good fit Use it to install and initialize the bridge, check its health, read recommendations or profile data, inspect dialogue and saved lists, and submit explicit feedback.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/whiteguo233/openbiliclaw/openbiliclaw-adapter
About the project

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.

whiteguo233/OpenBiliClaw · 3,278 stars · on GitHub · whiteguo233.github.io

Install

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.

Any agent
npx skills add whiteguo233/OpenBiliClaw --skill openbiliclaw-adapter
Clone the repo
git clone --depth 1 https://github.com/whiteguo233/OpenBiliClaw

Made for: Claude Code.

Wrote 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.

agentmods badge for openbiliclaw-adapter

README.md
[![agentmods](https://agentmods.dev/badge/skills/whiteguo233/openbiliclaw/openbiliclaw-adapter/github.svg)](https://agentmods.dev/skills/whiteguo233/openbiliclaw/openbiliclaw-adapter)
Your own site
<a href="https://agentmods.dev/skills/whiteguo233/openbiliclaw/openbiliclaw-adapter"><img src="https://agentmods.dev/badge/skills/whiteguo233/openbiliclaw/openbiliclaw-adapter/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.

agentmods 80×15 button for openbiliclaw-adapter

Your own site · 80×15
<a href="https://agentmods.dev/skills/whiteguo233/openbiliclaw/openbiliclaw-adapter"><img src="https://agentmods.dev/badge/skills/whiteguo233/openbiliclaw/openbiliclaw-adapter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,303 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.02303
Opus 5 $0.00020 $0.01151
Sonnet 5 $0.00008 $0.00461
Haiku 4.5 $0.00004 $0.00230

Measured 11d ago against content hash 11bfeaa84631, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

openbiliclaw-adapter 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/openbiliclaw-adapter/SKILL.md · 221 lines

How it starts

The opening of the file, as written. The whole thing — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenBiliClaw Agent Bridge Skill

Use this skill when you are inside the OpenBiliClaw workspace and need current state or want to push feedback back into the learning loop. The bridge is host-neutral: OpenClaw, Hermes and WorkBuddy use the same JSON contract.

Deployment Choice

Choose deployment by target machine capability:

  1. Docker available: prefer Docker
  2. No Docker: use local Python deployment

Bootstrap

Docker-first

Run:

docker compose up -d --build
docker exec -it openbiliclaw-backend openbiliclaw init

Keep the repository checkout available so the host can discover this workspace skill.

Local fallback

If Docker is unavailable, bootstrap locally:

python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
cp config.example.toml config.toml

Then initialize OpenBiliClaw once:

openbiliclaw init

If config.toml is still missing API Key or B 站 Cookie and the terminal is interactive, openbiliclaw init will guide the operator through setup. After init, verify the adapter bridge:

uv run python -m openbiliclaw.integrations.openclaw.cli doctor

For a longer setup guide, read docs/openclaw-quickstart.md and docs/agent-integration.md.

Command Bridge

Always call the adapter through the JSON CLI bridge:

uv run python -m openbiliclaw.integrations.openclaw.cli <command> [flags]

Supported commands:

  • capabilities — negotiate agent-bridge/v2 and the complete capability list before caching tools
  • sync-account
  • get-profile
  • recommend --limit 5 [--source-platform <platform>] [--exclude-item-id <id>] [--realtime]
  • reshuffle / append — replace or append precomputed recommendation pages
  • get-delight / respond-delight — view, like, dislike, dismiss or chat about a surprise
  • activity-feed / platform-availability
  • next-probe — get the next speculative-interest hypothesis to ask the user about
  • respond-interest-probe --domain "..." --response confirm|reject|defer|chat [--message "..."]
  • next-avoidance-probe / respond-avoidance-probe --domain "..." --response confirm|reject|defer|chat
  • chat --message "..." [--session openclaw] — durable Socratic dialogue turn
  • chat-history [--session openclaw]
  • profile-edit-state / edit-profile — read or update deterministic profile overlays
  • save-local, list-saved, remove-saved — local-first saved lists
  • sync-saved --allow-state-changing — explicitly authorized native-save synchronization
  • runtime-status
  • submit-feedback --recommendation-id 7 --feedback-type like --request-id feedback-7-like-1 --note "很对胃口"
  • listen — long-running WebSocket stream for real-time push events (see below)

Read the full file on GitHub · 221 lines

Changes

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.

  1. 11d ago First seen · 221 lines · 40 tokens per session scan A 11bfeaa84631

Subscribe to this mod's changes

openbiliclaw-adapter is a skill published in the GitHub repository whiteguo233/OpenBiliClaw (3,278 stars, last pushed today), licensed MIT. It adds 40 tokens to every session and 2,303 once invoked, about $0.0002 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.