Bilibili Video Comments API

v1.0.0

Call GET /api/bilibili/get-video-comment/v2 for Bilibili Video Comments through JustOneAPI with aid.

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

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Bilibili Video Comments API" (justoneapi/justoneapi-bilibili-get-video-comment) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-bilibili-get-video-comment
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-comment

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-bilibili-get-video-comment
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, required binary (node), and required env var (JUST_ONE_API_TOKEN) all align with calling JustOneAPI's Bilibili comments endpoint. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md and bin/run.mjs restrict actions to building the request, validating required params, and fetching JSON from https://api.justoneapi.com. They do instruct passing the token as a query parameter (via --token), which matches the manifest but can increase token exposure risk (query params may be logged or leaked via Referer). The skill does not read other files, env vars, or external endpoints beyond JustOneAPI.
Install Mechanism
There is no install spec (instruction-only skill) and included code (bin/run.mjs) is a small, self-contained Node script. Nothing is downloaded from arbitrary URLs and no archives are extracted.
Credentials
Only JUST_ONE_API_TOKEN is required and is listed as the primary credential. The token is justified by the API call and no unrelated secrets or numerous environment variables are requested.
Persistence & Privilege
The skill is not always-enabled and does not request persistent/platform-wide privileges or modify other skills. Autonomous invocation is allowed but that's the platform default and not combined with other red flags.
Assessment
This skill appears to do only what it claims: call JustOneAPI's Bilibili comments endpoint. Before installing, consider: (1) Protect your JUST_ONE_API_TOKEN — provide it via an environment variable and avoid pasting it in chat; (2) the token is sent as a query parameter by the script, which can be logged by proxies or servers — if you need stronger secrecy, prefer an API that accepts tokens in headers or ask the provider for a header-based usage; (3) returned comment data may include user profile info or other sensitive fields — confirm this is acceptable for your use case and complies with privacy policies; and (4) verify JustOneAPI's trustworthiness, rate limits, and billing because the skill will cause network requests to that service.

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
latestvk978cwvzetd0xd9fphj2jw5skd85c3e7
71downloads
0stars
1versions
Updated 4d ago
v1.0.0
MIT-0

Bilibili Video Comments

Use this focused JustOneAPI skill for video Comments in Bilibili. It targets GET /api/bilibili/get-video-comment/v2. Required non-token inputs are aid. OpenAPI describes it as: Get Bilibili video Comments data, including commenter profiles, text, and likes, for sentiment analysis and comment moderation workflows.

Endpoint Scope

  • Platform key: bilibili
  • Endpoint key: get-video-comment
  • Platform family: Bilibili
  • Skill slug: justoneapi-bilibili-get-video-comment
OperationVersionMethodPathOpenAPI summary
getVideoCommentV2v2GET/api/bilibili/get-video-comment/v2Video Comments

Inputs

ParameterInRequired byOptional byTypeNotes
aidqueryalln/astringBilibili Archive ID (AID)
cursorqueryn/aallstringPagination cursor

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getVideoCommentV2.

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

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 getVideoCommentV2 on /api/bilibili/get-video-comment/v2.
  • Echo the required lookup scope (aid) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Bilibili video Comments data, including commenter profiles, text, and likes, for sentiment analysis and comment moderation workflows.
  • 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...