← 返回 Skills 市场
justoneapi

Bilibili Video Comments API

作者 justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install justoneapi-bilibili-get-video-comment
功能描述
Call GET /api/bilibili/get-video-comment/v2 for Bilibili Video Comments through JustOneAPI with aid.
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-bilibili-get-video-comment
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-bilibili-get-video-comment 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justoneapi-bilibili-get-video-comment
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bilibili Video Comments API 是什么?

Call GET /api/bilibili/get-video-comment/v2 for Bilibili Video Comments through JustOneAPI with aid. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 Bilibili Video Comments API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-bilibili-get-video-comment」即可一键安装,无需额外配置。

Bilibili Video Comments API 是免费的吗?

是的,Bilibili Video Comments API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bilibili Video Comments API 支持哪些平台?

Bilibili Video Comments API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bilibili Video Comments API?

由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.0。

💬 留言讨论