← 返回 Skills 市场
justoneapi

Bilibili Video Captions API

作者 justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install justoneapi-bilibili-get-video-caption
功能描述
Call GET /api/bilibili/get-video-caption/v2 for Bilibili Video Captions through JustOneAPI with aid, bvid, and cid.
使用说明 (SKILL.md)

Bilibili Video Captions

Use this focused JustOneAPI skill for video Captions in Bilibili. It targets GET /api/bilibili/get-video-caption/v2. Required non-token inputs are aid, bvid, and cid. OpenAPI describes it as: Get Bilibili video Captions data, including caption data, for transcript extraction and multilingual content analysis.

Endpoint Scope

  • Platform key: bilibili
  • Endpoint key: get-video-caption
  • Platform family: Bilibili
  • Skill slug: justoneapi-bilibili-get-video-caption
Operation Version Method Path OpenAPI summary
getVideoCaptionV1 v2 GET /api/bilibili/get-video-caption/v2 Video Captions

Inputs

Parameter In Required by Optional by Type Notes
aid query all n/a string Bilibili AID
bvid query all n/a string Bilibili Video ID (BVID)
cid query all n/a string Bilibili CID

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getVideoCaptionV1.

node {baseDir}/bin/run.mjs --operation "getVideoCaptionV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"bvid":"\x3Cbvid>","aid":"\x3Caid>","cid":"\x3Ccid>"}'

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 getVideoCaptionV1 on /api/bilibili/get-video-caption/v2.
  • Echo the required lookup scope (aid, bvid, and cid) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Bilibili video Captions data, including caption data, for transcript extraction and multilingual content analysis.
  • 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 what it claims, but check these before installing: 1) The helper script prints only raw JSON (it does not include the short summary the SKILL.md requests), so expect the agent to perform any summarization itself. 2) The API token is passed as a query parameter — tokens in URLs can be logged by proxies; consider using a token with limited scope and rotation. 3) The skill requires Node (ensure your Node is up-to-date and supports fetch) and executes a provided script — review the script (bin/run.mjs) if you need to audit behavior. 4) Only provide JUST_ONE_API_TOKEN if you trust JustOneAPI and understand its permissions and rate limits. If any of these points are a concern, ask the publisher for clarification or a version that sends the token in an Authorization header and/or returns the summary as documented.
功能分析
Type: OpenClaw Skill Name: justoneapi-bilibili-get-video-caption Version: 1.0.0 The skill is a standard API wrapper for retrieving Bilibili video captions via JustOneAPI. The Node.js implementation in `bin/run.mjs` safely constructs requests using the built-in fetch API and properly handles parameter encoding, sending data only to the hardcoded legitimate endpoint (api.justoneapi.com). The `SKILL.md` instructions are well-aligned with the stated purpose and include security-conscious directives to prevent the AI agent from leaking API tokens in chat logs or screenshots.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name and description match the required pieces: it calls JustOneAPI's Bilibili captions endpoint. Declared requirements (node, JUST_ONE_API_TOKEN) are appropriate and proportional to the described task.
Instruction Scope
SKILL.md instructs the agent to echo operation ID and produce a short summary before returning raw JSON, but the included bin/run.mjs only prints the raw JSON response (no summary/echo). The SKILL.md input table omits the token parameter (it documents 'required non-token inputs' as aid, bvid, cid) while the runtime requires a token passed via --token. These are inconsistencies in expected output and documentation, not indicators of malicious behavior.
Install Mechanism
No install spec; the skill is instruction-only with a small Node script included. No downloads from external or untrusted URLs, no archive extraction, and the script is a straightforward HTTP client.
Credentials
Only JUST_ONE_API_TOKEN is required (declared as primary credential). That is expected for an API client. Note: the token is sent as a query parameter per the operation definition, which can be logged by intermediaries — a privacy/operational concern but not an incoherence.
Persistence & Privilege
always:false and normal autonomous invocation settings. The skill does not request persistent platform-wide privileges or modify other skills/config; no elevated persistence observed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-bilibili-get-video-caption
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-bilibili-get-video-caption 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justoneapi-bilibili-get-video-caption
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bilibili Video Captions API 是什么?

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

如何安装 Bilibili Video Captions API?

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

Bilibili Video Captions API 是免费的吗?

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

Bilibili Video Captions API 支持哪些平台?

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

谁开发了 Bilibili Video Captions API?

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

💬 留言讨论