π¦ ClawHub
Bilibili API
by @justoneapi
Analyze Bilibili workflows with JustOneAPI, including video Details, user Published Videos, and user Profile across 9 operations.
TERMINAL
clawhub install justoneapi-bilibiliπ About This Skill
name: Bilibili API description: Analyze Bilibili workflows with JustOneAPI, including video Details, user Published Videos, and user Profile across 9 operations. author: JustOneAPI homepage: https://api.justoneapi.com metadata: {"openclaw":{"homepage":"https://api.justoneapi.com","primaryEnv":"JUST_ONE_API_TOKEN","requires":{"bins":["node"],"env":["JUST_ONE_API_TOKEN"]},"skillKey":"justoneapi_bilibili"}}
Bilibili
This skill wraps 9 Bilibili operations exposed by JustOneAPI. It is strongest for video Details, user Published Videos, user Profile, and video Danmaku. Expect common inputs such as aid, bvid, cid, page, uid.
When To Use It
aid, bvid, cid, page.Representative Operations
getBilibiliVideoDetailV2: Video Details β Get Bilibili video Details data, including metadata (title, tags, and publishing time), for tracking video performance and engagement metrics and analyzing content metadata and uploader informationgetBilibiliUserVideoListV2: User Published Videos β Get Bilibili user Published Videos data, including titles, covers, and publish times, for creator monitoring and content performance analysisgetUserDetailV2: User Profile β Get Bilibili user Profile data, including account metadata, audience metrics, and verification-related fields, for analyzing creator's profile, level, and verification status and verifying user identity and social presence on bilibiligetVideoDanmuV2: Video Danmaku β Get Bilibili video Danmaku data, including timeline positions and comment text, for audience reaction analysis and subtitle-style comment reviewRequest Pattern
GET.aid, bvid, cid, page, uid.How To Work
1. Read generated/operations.md before choosing an endpoint.
2. Start with one of these operations when it matches the user's request: getBilibiliVideoDetailV2, getBilibiliUserVideoListV2, getUserDetailV2, getVideoDanmuV2.
3. Pick the smallest matching operation instead of guessing.
4. Ask the user for any missing required parameter. Do not invent values.
5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
JUST_ONE_API_TOKENJUST_ONE_API_TOKEN only for authenticated Just One API requests.JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.Output Rules
getBilibiliVideoDetailV2, explain why the returned fields answer the user's question.aid, bvid, cid, echo those back so the scope is explicit.