← Back to Skills Marketplace
justoneapi

Bilibili Share Link Resolution API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
82
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-bilibili-share-url-transfer
Description
Call GET /api/bilibili/share-url-transfer/v1 for Bilibili Share Link Resolution through JustOneAPI with shareUrl.
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-bilibili-share-url-transfer
  3. After installation, invoke the skill by name or use /justoneapi-bilibili-share-url-transfer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug justoneapi-bilibili-share-url-transfer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bilibili Share Link Resolution API?

Call GET /api/bilibili/share-url-transfer/v1 for Bilibili Share Link Resolution through JustOneAPI with shareUrl. It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.

How do I install Bilibili Share Link Resolution API?

Run "/install justoneapi-bilibili-share-url-transfer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bilibili Share Link Resolution API free?

Yes, Bilibili Share Link Resolution API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bilibili Share Link Resolution API support?

Bilibili Share Link Resolution API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bilibili Share Link Resolution API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.0.

💬 Comments