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/dsh-openbiliclaw --skill openbiliclaw-adaptergit clone --depth 1 https://github.com/whiteguo233/dsh-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/dsh-openbiliclaw/openbiliclaw-adapter)<a href="https://agentmods.dev/skills/whiteguo233/dsh-openbiliclaw/openbiliclaw-adapter"><img src="https://agentmods.dev/badge/skills/whiteguo233/dsh-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.
<a href="https://agentmods.dev/skills/whiteguo233/dsh-openbiliclaw/openbiliclaw-adapter"><img src="https://agentmods.dev/badge/skills/whiteguo233/dsh-openbiliclaw/openbiliclaw-adapter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00040 | $0.02303 |
| Opus 5 | $0.00020 | $0.01151 |
| Sonnet 5 | $0.00008 | $0.00461 |
| Haiku 4.5 | $0.00004 | $0.00230 |
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 12d 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.
This is a copy
100% identical to openbiliclaw-adapter — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
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:
- Docker available: prefer Docker
- 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— negotiateagent-bridge/v2and the complete capability list before caching toolssync-accountget-profilerecommend --limit 5 [--source-platform <platform>] [--exclude-item-id <id>] [--realtime]reshuffle/append— replace or append precomputed recommendation pagesget-delight/respond-delight— view, like, dislike, dismiss or chat about a surpriseactivity-feed/platform-availabilitynext-probe— get the next speculative-interest hypothesis to ask the user aboutrespond-interest-probe --domain "..." --response confirm|reject|defer|chat [--message "..."]next-avoidance-probe/respond-avoidance-probe --domain "..." --response confirm|reject|defer|chatchat --message "..." [--session openclaw]— durable Socratic dialogue turnchat-history [--session openclaw]profile-edit-state/edit-profile— read or update deterministic profile overlayssave-local,list-saved,remove-saved— local-first saved listssync-saved --allow-state-changing— explicitly authorized native-save synchronizationruntime-statussubmit-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)
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.
- 12d ago First seen · 221 lines · 40 tokens per session scan A 11bfeaa84631
openbiliclaw-adapter is a skill published in the GitHub repository whiteguo233/dsh-openbiliclaw (59 stars, last pushed 3d ago), licensed BSD-3-Clause. 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. It is 100% identical to openbiliclaw-adapter, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
dsh-web-skin-developer
Build a new skin for the dsh-web skin collection (DSH Web GUI) and publish it into the Skin Center — the first-level settings section — scaffold with scripts/dsh-skin-new, author the v2 skin.json manifest plus skin.css token remap (pure asset directory, no package.json, no build step), validate with scripts/dsh-skin…
dsh-web-pet-developer
Create a pet for the dsh-pet plugin and integrate it into the dsh web GUI — author a v2 pet.json manifest plus an 8-column x 9-row atlas per the Codex/hatch-pet contract (live2d pets, voice packs and status decorations included), drop it into the pet-center user directory or contribute it as a built-in asset under…
manage-taskboard
Manage work in the native DeepSeek Harness Taskboard with exact task ids and optimistic versions. Use when an Agent must inspect project work, claim an eligible todo, record progress or blockers, verify an implementation, submit it for human review, or release its own claim; also use when a human asks how to accept…
company-research-method
A documented process for researching a company using supplied files and selected public sources. It produces a company overview with business details, sourced financial figures, and stated risks.
dsh-plugin-guide
Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…
living-docs-governance
Keep a long-lived project's documentation from rotting by assigning existing project docs clear constitution, map, status, and history roles, then wiring the active agent harness to those canonical sources. Use in the maintain phase when docs drift from code, agents lose context between sessions, or intentional…