Bilibili User Profile API

v1.0.0

Call GET /api/bilibili/get-user-detail/v2 for Bilibili User Profile through JustOneAPI with uid.

0· 24·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-get-user-detail.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Bilibili User Profile API" (justoneapi/justoneapi-bilibili-get-user-detail) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-bilibili-get-user-detail
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

Canonical install target

openclaw skills install justoneapi/justoneapi-bilibili-get-user-detail

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-bilibili-get-user-detail
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/description, required binary (node), and required env var (JUST_ONE_API_TOKEN) align with a simple HTTP client that calls JustOneAPI's Bilibili endpoint. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and bin/run.mjs limit actions to building a GET request to https://api.justoneapi.com/api/bilibili/get-user-detail/v2 with query params token and uid, parsing JSON, and printing output. One operational note: the token is passed as a CLI argument (--token "$JUST_ONE_API_TOKEN"), which can expose secrets in process listings on some systems; the code does not read other env vars or files.
Install Mechanism
No install script or remote downloads. The skill includes a small local Node script (bin/run.mjs) and requires node on PATH. No archives or external installers are used.
Credentials
Only a single credential (JUST_ONE_API_TOKEN) is required and is the expected credential for JustOneAPI. No additional SECRET/TOKEN/PASSWORD env vars or unrelated credentials are requested.
Persistence & Privilege
Skill is not marked always:true and does not request persistent or elevated privileges. It does not modify other skills or system-wide settings.
Assessment
This skill appears coherent for calling JustOneAPI's Bilibili user-detail endpoint and only needs Node plus your JUST_ONE_API_TOKEN. Before installing: (1) only provide a JustOneAPI token you trust and scope/rotate it if possible; (2) avoid pasting tokens into chat or screenshots; (3) be aware the helper runs the token as a command-line argument (ps-style process lists on some systems can expose such args) — prefer patterns that avoid CLI-secret exposure if that is a concern; and (4) review JustOneAPI's dashboard and logs to monitor usage after enabling the skill.

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
latestvk97112ppmezfgthcapw5318b9d85c9m5
24downloads
0stars
1versions
Updated 6h ago
v1.0.0
MIT-0

Bilibili User Profile

Use this focused JustOneAPI skill for user Profile in Bilibili. It targets GET /api/bilibili/get-user-detail/v2. Required non-token inputs are uid. OpenAPI describes it as: 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.

Endpoint Scope

  • Platform key: bilibili
  • Endpoint key: get-user-detail
  • Platform family: Bilibili
  • Skill slug: justoneapi-bilibili-get-user-detail
OperationVersionMethodPathOpenAPI summary
getUserDetailV2v2GET/api/bilibili/get-user-detail/v2User Profile

Inputs

ParameterInRequired byOptional byTypeNotes
uidqueryalln/astringBilibili User ID (UID)

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

Version Choice

Use getUserDetailV2 for the documented v2 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getUserDetailV2.

node {baseDir}/bin/run.mjs --operation "getUserDetailV2" --token "$JUST_ONE_API_TOKEN" --params-json '{"uid":"<uid>"}'

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 getUserDetailV2 on /api/bilibili/get-user-detail/v2.
  • Echo the required lookup scope (uid) before summarizing results.
  • Prioritize fields that support this endpoint purpose: 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.
  • 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...