Bilibili User Relation Stats API

v1.0.0

Call GET /api/bilibili/get-user-relation-stat/v1 for Bilibili User Relation Stats through JustOneAPI with wmid.

0· 71·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-relation-stat.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-bilibili-get-user-relation-stat
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 (JustOneAPI Bilibili relation stats) aligns with required artifacts: node runtime and JUST_ONE_API_TOKEN. The token is the expected credential for the advertised API; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the included bin/run.mjs limit actions to building the request and calling https://api.justoneapi.com/api/bilibili/get-user-relation-stat/v1 with query params token and wmid. The instructions do not request reading other files, system state, or unrelated environment variables.
Install Mechanism
There is no external install step or network download; the skill is instruction-only with a small local Node script. Nothing is pulled from arbitrary URLs or installed to the system.
Credentials
Only JUST_ONE_API_TOKEN is required and it's the declared primary credential. The number and nature of environment variables are proportional to the documented API usage.
Persistence & Privilege
always:false and no special persistence or system-wide configuration changes are requested. The skill does not modify other skills or agent settings.
Assessment
This skill appears to do exactly what it says: call JustOneAPI's Bilibili relation-stats endpoint using the JUST_ONE_API_TOKEN. Before installing, verify the token is obtained from the official Just One API dashboard and grant it only the minimum necessary scope. Keep the token in the environment (as instructed) and do not paste it into chat. Note: the token is sent as a query parameter (token=<value>), which some servers or logs may record—if that is a concern, confirm with JustOneAPI whether an alternative (Authorization header) is supported. If you want extra assurance, inspect bin/run.mjs locally and run it in a restricted environment or sandbox.

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
latestvk972bgre35fejbhbgkq2kk6jz585cvsz
71downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

Bilibili User Relation Stats

Use this focused JustOneAPI skill for user Relation Stats in Bilibili. It targets GET /api/bilibili/get-user-relation-stat/v1. Required non-token inputs are wmid. OpenAPI describes it as: Get Bilibili user Relation Stats data, including following counts, for creator benchmarking and audience growth tracking.

Endpoint Scope

  • Platform key: bilibili
  • Endpoint key: get-user-relation-stat
  • Platform family: Bilibili
  • Skill slug: justoneapi-bilibili-get-user-relation-stat
OperationVersionMethodPathOpenAPI summary
getUserRelationStatv1GET/api/bilibili/get-user-relation-stat/v1User Relation Stats

Inputs

ParameterInRequired byOptional byTypeNotes
wmidqueryalln/astringBilibili User ID (WMID)

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getUserRelationStat.

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

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 getUserRelationStat on /api/bilibili/get-user-relation-stat/v1.
  • Echo the required lookup scope (wmid) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Bilibili user Relation Stats data, including following counts, for creator benchmarking and audience growth tracking.
  • 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...