openbiliclaw-adapter

openbiliclaw-adapter is a skill for Claude Code from whiteguo233/dsh-openbiliclaw. It costs 40 tokens per session (2,303 once invoked), scanned A, a copy of openbiliclaw-adapter, BSD-3-Clause.

A command-line bridge for connecting an agent to OpenBiliClaw, a workspace that provides recommendations and learns from user feedback. It uses one JSON-based interface across supported agent hosts.

In plain words
What is it for?
Use it to set up the OpenBiliClaw connection with Docker or Python, check its installation, read recommendations and workspace state, inspect saved lists and probes, and submit explicit feedback.
Why use it?
It gives an agent a defined way to read current recommendation and profile data, inspect saved items and conversations, and send feedback back to the system.

Skill for Claude Code

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

Good fit Use it to set up the OpenBiliClaw connection with Docker or Python, check its installation, read recommendations and workspace state, inspect saved lists and probes, and submit explicit feedback.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/whiteguo233/dsh-openbiliclaw/openbiliclaw-adapter
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/dsh-openbiliclaw --skill openbiliclaw-adapter
Clone the repo
git clone --depth 1 https://github.com/whiteguo233/dsh-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/dsh-openbiliclaw/openbiliclaw-adapter/github.svg)](https://agentmods.dev/skills/whiteguo233/dsh-openbiliclaw/openbiliclaw-adapter)
Your own site
<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.

agentmods 80×15 button for openbiliclaw-adapter

Your own site · 80×15
<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>
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.
Origin 100% copy Near-identical to another mod 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 12d 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 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.

Origin

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.

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. 12d 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/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.

Related

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…

zhu1090093659/dsh-web · 120 tokens

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…

zhu1090093659/dsh-web · 162 tokens

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…

shengsheng90/DSH-taskboard · 88 tokens

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.

PerryLink/dsh-industry-research · 83 tokens

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…

PerryLink/dsh-plugin-guide · 76 tokens

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…

gongyijie85/dsh-ecc · 118 tokens