Bilibili Video Details API

v1.0.0

Call GET /api/bilibili/get-video-detail/v2 for Bilibili Video Details through JustOneAPI with bvid.

0· 71·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for justoneapi/justoneapi-bilibili-get-video-detail.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Bilibili Video Details API" (justoneapi/justoneapi-bilibili-get-video-detail) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-bilibili-get-video-detail
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_ONE_API_TOKEN
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install justoneapi-bilibili-get-video-detail

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-bilibili-get-video-detail
Security Scan
Capability signals
Requires OAuth tokenRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual behavior. The skill needs JUST_ONE_API_TOKEN to call JustOneAPI and requires node to run the provided runner script — both are expected and proportionate to the stated purpose.
Instruction Scope
SKILL.md confines actions to calling GET /api/bilibili/get-video-detail/v2 with the bvid query and the token. The provided bin/run.mjs implements only that network request and does not read other files or env vars. Minor functional mismatch: SKILL.md asks the agent to produce a short summary before raw JSON, but the runner prints only the JSON payload (behavioral, not security-impacting).
Install Mechanism
No install spec or remote downloads; the skill is instruction-only with a small bundled Node script. Nothing is fetched from arbitrary URLs or written to system-wide locations.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential, which is appropriate for an API wrapper. No other secrets, config paths, or unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configuration, and does not request persistent elevated privileges. Autonomous invocation (disable-model-invocation=false) is the platform default and not by itself a concern.
Assessment
This skill is internally consistent for calling JustOneAPI's Bilibili endpoint. Before installing: (1) only provide JUST_ONE_API_TOKEN from a trusted JustOneAPI account and never paste it into chat or public logs; the runner expects the token as --token or via the env var. (2) Be aware the script will make network requests to https://api.justoneapi.com and will output the API JSON response. (3) If you need the SKILL.md behavior (a short summary before raw JSON), either have the agent format the output or modify the runner — currently it prints JSON only. (4) If you require higher assurance, verify the token scope on JustOneAPI and review the bundled bin/run.mjs locally before use.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN
latestvk975bcn4gdyahj0j7ssczy2rwn85cvmy
71downloads
0stars
1versions
Updated 4d ago
v1.0.0
MIT-0

Bilibili Video Details

Use this focused JustOneAPI skill for video Details in Bilibili. It targets GET /api/bilibili/get-video-detail/v2. Required non-token inputs are bvid. OpenAPI describes it as: 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 information.

Endpoint Scope

  • Platform key: bilibili
  • Endpoint key: get-video-detail
  • Platform family: Bilibili
  • Skill slug: justoneapi-bilibili-get-video-detail
OperationVersionMethodPathOpenAPI summary
getBilibiliVideoDetailV2v2GET/api/bilibili/get-video-detail/v2Video Details

Inputs

ParameterInRequired byOptional byTypeNotes
bvidqueryalln/astringBilibili Video ID (BVID)

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use getBilibiliVideoDetailV2 for the documented v2 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getBilibiliVideoDetailV2.

node {baseDir}/bin/run.mjs --operation "getBilibiliVideoDetailV2" --token "$JUST_ONE_API_TOKEN" --params-json '{"bvid":"<bvid>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example getBilibiliVideoDetailV2 on /api/bilibili/get-video-detail/v2.
  • Echo the required lookup scope (bvid) before summarizing results.
  • Prioritize fields that support this endpoint purpose: 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 information.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Comments

Loading comments...