← 返回 Skills 市场
justoneapi

Bilibili Video Details API

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

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
Operation Version Method Path OpenAPI summary
getBilibiliVideoDetailV2 v2 GET /api/bilibili/get-video-detail/v2 Video Details

Inputs

Parameter In Required by Optional by Type Notes
bvid query all n/a string Bilibili 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":"\x3Cbvid>"}'

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.
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: justoneapi-bilibili-get-video-detail Version: 1.0.0 The skill is a standard API wrapper for retrieving Bilibili video details via the JustOneAPI service (api.justoneapi.com). The execution script `bin/run.mjs` is a clean Node.js implementation that handles parameter parsing and HTTPS requests without any risky behaviors like shell execution, data exfiltration, or obfuscation. The instructions in `SKILL.md` are well-defined and align with the stated purpose of the tool.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-bilibili-get-video-detail
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-bilibili-get-video-detail 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justoneapi-bilibili-get-video-detail
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bilibili Video Details API 是什么?

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

如何安装 Bilibili Video Details API?

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

Bilibili Video Details API 是免费的吗?

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

Bilibili Video Details API 支持哪些平台?

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

谁开发了 Bilibili Video Details API?

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

💬 留言讨论