← 返回 Skills 市场
justoneapi

Bilibili API

作者 justoneapi · GitHub ↗ · v1.0.10 · MIT-0
cross-platform ✓ 安全检测通过
215
总下载
0
收藏
1
当前安装
11
版本数
在 OpenClaw 中安装
/install justoneapi-bilibili
功能描述
Analyze Bilibili workflows with JustOneAPI, including video Details, user Published Videos, and user Profile across 9 operations.
使用说明 (SKILL.md)

Bilibili

This skill wraps 9 Bilibili operations exposed by JustOneAPI. It is strongest for video Details, user Published Videos, user Profile, and video Danmaku. Expect common inputs such as aid, bvid, cid, page, uid.

When To Use It

  • The user needs video Details or user Published Videos on Bilibili.
  • The task lines up with user Profile rather than a generic cross-platform workflow.
  • The user can provide identifiers or filters such as aid, bvid, cid, page.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • getBilibiliVideoDetailV2: Video Details — 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
  • getBilibiliUserVideoListV2: User Published Videos — Get Bilibili user Published Videos data, including titles, covers, and publish times, for creator monitoring and content performance analysis
  • getUserDetailV2: User Profile — Get Bilibili user Profile data, including account metadata, audience metrics, and verification-related fields, for analyzing creator's profile, level, and verification status and verifying user identity and social presence on bilibili
  • getVideoDanmuV2: Video Danmaku — Get Bilibili video Danmaku data, including timeline positions and comment text, for audience reaction analysis and subtitle-style comment review

Request Pattern

  • 9 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are aid, bvid, cid, page, uid.
  • All operations in this skill are parameter-driven requests; none require a request body.

How To Work

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: getBilibiliVideoDetailV2, getBilibiliUserVideoListV2, getUserDetailV2, getVideoDanmuV2.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'

Environment

  • Required: JUST_ONE_API_TOKEN
  • This skill uses JUST_ONE_API_TOKEN only for authenticated Just One API requests.
  • Keep JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Rules

  • Start with a plain-language answer tied to the Bilibili task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using getBilibiliVideoDetailV2, explain why the returned fields answer the user's question.
  • If the user gave filters such as aid, bvid, cid, echo those back so the scope is explicit.
  • If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears to be a straightforward wrapper around JustOneAPI's Bilibili endpoints and only needs JUST_ONE_API_TOKEN and node. Before installing: (1) Confirm you trust JustOneAPI (https://api.justoneapi.com) and understand its privacy/terms; (2) Store JUST_ONE_API_TOKEN securely and never paste it into chats or public logs; (3) Be aware the helper will make outbound HTTPS requests to api.justoneapi.com and will send provided IDs/params plus your token—avoid sending sensitive PII as parameters; (4) If you want maximum assurance, inspect bin/run.mjs locally or run it in an isolated environment to observe network calls; (5) If you require stricter control over autonomous calls, restrict agent invocation or provide a scoped token with limited permissions.
功能分析
Type: OpenClaw Skill Name: justoneapi-bilibili Version: 1.0.10 The skill is a standard API wrapper for Bilibili services provided by JustOneAPI. The execution script (bin/run.mjs) safely handles API requests to https://api.justoneapi.com using built-in Node.js functions, and the SKILL.md instructions include appropriate security warnings regarding the protection of the API token.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the implemented operations. The only required credential is JUST_ONE_API_TOKEN which is appropriate for an API wrapper. The declared required binary (node) is consistent with the provided bin/run.mjs helper.
Instruction Scope
SKILL.md limits actions to selecting one of the documented endpoints, asking the user for missing parameters, and running the supplied node helper to call https://api.justoneapi.com. It explicitly warns not to paste the token and does not instruct reading unrelated files or environment variables.
Install Mechanism
No install spec is provided (lowest install risk). The skill includes a node script (bin/run.mjs) that the SKILL.md instructs the agent to run; the script appears to call the JustOneAPI base URL. There are no downloads, extract steps, or external installers. This is low-risk but worth noting because it requires node to be present and will execute code shipped with the skill.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential. That matches the API wrapper purpose. No other SECRET/TOKEN/PASSWORD env vars or config paths are requested.
Persistence & Privilege
always is false (not force-included). disable-model-invocation is false (normal). The skill does not request to modify other skills or system-wide settings and does not ask for persistent installation privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-bilibili
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-bilibili 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.10
- Updated operation names: "getVideoDetailV2" is now "getBilibiliVideoDetailV2" and "getUserVideoListV2" is now "getBilibiliUserVideoListV2". - Documentation revised to reflect new operation IDs in usage instructions and recommendations. - No functional changes to API integration or authentication required.
v1.0.9
- Updated the Just One API usage guide link in the authentication details to include UTM parameters. - No functional or API changes; documentation only.
v1.0.8
- Updated the Just One API Dashboard link to include UTM parameters for improved referral tracking. - No functional or operational changes to the skill itself.
v1.0.7
- Clarified that JUST_ONE_API_TOKEN is used solely for authenticated Just One API requests. - No functional changes to endpoints or behavior. - Documentation now explicitly explains token usage in the Environment section.
v1.0.6
- Update: Add explicit instruction to keep JUST_ONE_API_TOKEN private and not share it in messages, screenshots, or logs. - No changes to endpoints or usage patterns; documentation and usage remains the same.
v1.0.5
- Added links and notes about obtaining and using the required API token from the JustOneAPI Dashboard and documentation. - No changes to logic or behavior; guidance is clearer for acquiring authentication credentials.
v1.0.4
rename
v1.0.3
- Skill name updated from justoneapi_bilibili to Bilibili API for better clarity. - No changes to functionality or API operations. - Documentation (SKILL.md) improved for clearer naming and consistency.
v1.0.2
justoneapi-bilibili v1.0.2 expands documentation and clarifies usage. - Expanded SKILL.md with more detailed descriptions of the available 9 operations, especially video Details, user Published Videos, user Profile, and video Danmaku. - Documented common parameter patterns (aid, bvid, cid, page, uid) and clarified how and when to use each operation. - Output instructions are more specific about including relevant fields and parameter echoing. - No changes to core logic or API integrations.
v1.0.1
justoneapi-bilibili 1.0.1 - Added explicit support for passing the API token via the --token flag in the run command. - Updated documentation in SKILL.md to reflect the correct usage of the --token argument for authentication.
v1.0.0
Initial release of the justoneapi-bilibili skill. - Enables access to Bilibili data through JustOneAPI HTTP APIs. - Supports calling specific Bilibili endpoints and returning structured explanations. - Requires the JUST_ONE_API_TOKEN environment variable. - Provides clear output with conclusions, relevant fields, and error handling. - Designed for users needing raw Bilibili API data and direct endpoint access.
元数据
Slug justoneapi-bilibili
版本 1.0.10
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 11
常见问题

Bilibili API 是什么?

Analyze Bilibili workflows with JustOneAPI, including video Details, user Published Videos, and user Profile across 9 operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。

如何安装 Bilibili API?

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

Bilibili API 是免费的吗?

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

Bilibili API 支持哪些平台?

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

谁开发了 Bilibili API?

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

💬 留言讨论