← Back to Skills Marketplace
justoneapi

Bilibili Video Comments API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-bilibili-get-video-comment
Description
Call GET /api/bilibili/get-video-comment/v2 for Bilibili Video Comments through JustOneAPI with aid.
README (SKILL.md)

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
Operation Version Method Path OpenAPI summary
getVideoCommentV2 v2 GET /api/bilibili/get-video-comment/v2 Video Comments

Inputs

Parameter In Required by Optional by Type Notes
aid query all n/a string Bilibili Archive ID (AID)
cursor query n/a all string Pagination 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":"\x3Caid>"}'

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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-bilibili-get-video-comment Version: 1.0.0 This skill is a straightforward API wrapper designed to fetch Bilibili video comments via the JustOneAPI service. The implementation in `bin/run.mjs` is a standard Node.js script that constructs an authenticated GET request to `api.justoneapi.com` using the provided Archive ID (AID) and API token. The code and instructions in `SKILL.md` are well-aligned with the stated purpose, include security best practices for the agent (such as not leaking tokens), and contain no evidence of malicious intent, obfuscation, or unauthorized data access.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-bilibili-get-video-comment
  3. After installation, invoke the skill by name or use /justoneapi-bilibili-get-video-comment
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug justoneapi-bilibili-get-video-comment
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bilibili Video Comments API?

Call GET /api/bilibili/get-video-comment/v2 for Bilibili Video Comments through JustOneAPI with aid. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install Bilibili Video Comments API?

Run "/install justoneapi-bilibili-get-video-comment" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bilibili Video Comments API free?

Yes, Bilibili Video Comments API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bilibili Video Comments API support?

Bilibili Video Comments API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bilibili Video Comments API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.0.

💬 Comments