Bilibili Share Link Resolution API

v1.0.0

Call GET /api/bilibili/share-url-transfer/v1 for Bilibili Share Link Resolution through JustOneAPI with shareUrl.

0· 72·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for justoneapi/justoneapi-bilibili-share-url-transfer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Bilibili Share Link Resolution API" (justoneapi/justoneapi-bilibili-share-url-transfer) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-bilibili-share-url-transfer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_ONE_API_TOKEN
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install justoneapi-bilibili-share-url-transfer

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-bilibili-share-url-transfer
Security Scan
Capability signals
Requires OAuth tokenRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN
latestvk9763z6k8hqjay760gamx2ppb985c5ft
72downloads
0stars
1versions
Updated 4d ago
v1.0.0
MIT-0

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
OperationVersionMethodPathOpenAPI summary
shareBilibiliUrlTransferV1v1GET/api/bilibili/share-url-transfer/v1Share Link Resolution

Inputs

ParameterInRequired byOptional byTypeNotes
shareUrlqueryalln/astringBilibili 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":"<shareUrl>"}'

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.

Comments

Loading comments...