← 返回 Skills 市场
justoneapi

Bilibili Share Link Resolution API

作者 justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install justoneapi-bilibili-share-url-transfer
功能描述
Call GET /api/bilibili/share-url-transfer/v1 for Bilibili Share Link Resolution through JustOneAPI with shareUrl.
使用说明 (SKILL.md)

Bilibili Share Link Resolution

Use this focused JustOneAPI skill for share Link Resolution in Bilibili. It targets GET /api/bilibili/share-url-transfer/v1. Required non-token inputs are shareUrl. OpenAPI describes it as: Get Bilibili share Link Resolution data, including resolved video and page identifier, for converting shortened mobile share links to standard bvid/metadata and automating content extraction from shared social media links.

Endpoint Scope

  • Platform key: bilibili
  • Endpoint key: share-url-transfer
  • Platform family: Bilibili
  • Skill slug: justoneapi-bilibili-share-url-transfer
Operation Version Method Path OpenAPI summary
shareBilibiliUrlTransferV1 v1 GET /api/bilibili/share-url-transfer/v1 Share Link Resolution

Inputs

Parameter In Required by Optional by Type Notes
shareUrl query all n/a string Bilibili share URL (must start with https://b23.tv/)

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

Version Choice

Use shareBilibiliUrlTransferV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: shareBilibiliUrlTransferV1.

node {baseDir}/bin/run.mjs --operation "shareBilibiliUrlTransferV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"shareUrl":"\x3CshareUrl>"}'

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 shareBilibiliUrlTransferV1 on /api/bilibili/share-url-transfer/v1.
  • Echo the required lookup scope (shareUrl) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Bilibili share Link Resolution data, including resolved video and page identifier, for converting shortened mobile share links to standard bvid/metadata and automating content extraction from shared social media links.
  • 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 exactly what it says: call JustOneAPI to resolve Bilibili share links. Before installing, confirm you trust JustOneAPI and are comfortable with the token's scope because the token (JUST_ONE_API_TOKEN) will be sent to api.justoneapi.com as a query parameter. Keep the token secret (don't paste it into chat or logs) and use an API key with minimal permissions. Ensure the environment where the skill runs has a recent Node version that provides fetch, and verify the JustOneAPI dashboard/terms if you rely on it for production data. If you need stronger isolation, run the helper script in a sandboxed environment or with a token that can be revoked.
功能分析
Type: OpenClaw Skill Name: justoneapi-bilibili-share-url-transfer Version: 1.0.0 The skill is a standard API wrapper for resolving Bilibili short links via the JustOneAPI service. The execution logic in bin/run.mjs is a straightforward implementation of a fetch request to api.justoneapi.com, and the SKILL.md instructions correctly guide the agent on how to use the tool without any signs of prompt injection or malicious intent.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name and description claim a single job (resolve Bilibili share links). Requested artifacts (node binary) and required environment variable (JUST_ONE_API_TOKEN) are exactly what is needed to call the external JustOneAPI endpoint; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and bin/run.mjs only require the shareUrl parameter and the API token and instruct calling https://api.justoneapi.com. The instructions do not request reading local files, other environment variables, or sending data to any endpoints other than the documented JustOneAPI base URL.
Install Mechanism
No install spec or remote downloads are used; this is an instruction-only skill with an included helper script (bin/run.mjs). Nothing is fetched from third-party URLs at install time, so install risk is minimal.
Credentials
Only JUST_ONE_API_TOKEN is required and is directly justified by the need to authenticate to JustOneAPI. No other secrets, tokens, or config paths are requested.
Persistence & Privilege
The skill is not forced always-on (always: false) and does not request elevated system persistence or modify other skills. It can be invoked autonomously (platform default), which is normal for skills of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-bilibili-share-url-transfer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-bilibili-share-url-transfer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justoneapi-bilibili-share-url-transfer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bilibili Share Link Resolution API 是什么?

Call GET /api/bilibili/share-url-transfer/v1 for Bilibili Share Link Resolution through JustOneAPI with shareUrl. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 Bilibili Share Link Resolution API?

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

Bilibili Share Link Resolution API 是免费的吗?

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

Bilibili Share Link Resolution API 支持哪些平台?

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

谁开发了 Bilibili Share Link Resolution API?

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

💬 留言讨论