Douban Movie Recent Hot Tv API

v1.0.0

Call GET /api/douban/get-recent-hot-tv/v1 for Douban Movie Recent Hot Tv through JustOneAPI.

0· 65·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-douban-get-recent-hot-tv.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douban Movie Recent Hot Tv API" (justoneapi/justoneapi-douban-get-recent-hot-tv) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douban-get-recent-hot-tv
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-douban-get-recent-hot-tv

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douban-get-recent-hot-tv
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
The skill name/description (call JustOneAPI GET /api/douban/get-recent-hot-tv/v1) matches the included code and documentation. Requiring node and JUST_ONE_API_TOKEN is expected for an HTTP client that calls JustOneAPI. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md and bin/run.mjs only instruct the agent to call the documented API endpoint on https://api.justoneapi.com using the provided token and optional page query. The code does not read local files, other environment variables, or contact unexpected endpoints. It requests only the parameters declared in the manifest.
Install Mechanism
There is no install spec and no downloads; the skill is instruction-plus-a-small helper script (bin/run.mjs). No archives or third-party installs are performed by the skill itself.
Credentials
Only JUST_ONE_API_TOKEN is required (declared as primary credential), which is proportional to calling the API. Note: the token is sent as a query parameter per the OpenAPI manifest (parameter named 'token'), which can expose tokens in logs or referer headers — this is a property of the API design rather than the skill, but worth considering from a secrecy/leakage standpoint.
Persistence & Privilege
always is false and the skill does not modify system or other-skill configuration. It has standard, limited presence and can be invoked by the agent (normal behavior).
Assessment
This skill is a minimal wrapper around JustOneAPI's Douban endpoint and appears coherent. Before installing: (1) confirm you trust JustOneAPI and the provided homepage; (2) provide JUST_ONE_API_TOKEN only (do not paste it into chat); (3) be aware the API uses a query parameter named 'token' which may be logged or exposed in referer headers — if that is a concern, consider restricting the token's permissions or using an environment where request logs are controlled; (4) the skill will run the node helper and make network calls to api.justoneapi.com, so run it in environments where that network access is acceptable.

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
latestvk978nqngpdhxymb5936tnq125n85ef3m
65downloads
0stars
1versions
Updated 4d ago
v1.0.0
MIT-0

Douban Movie Recent Hot Tv

Use this focused JustOneAPI skill for recent Hot Tv in Douban Movie. It targets GET /api/douban/get-recent-hot-tv/v1. It has no required non-token parameters. OpenAPI describes it as: Get Douban recent Hot Tv data, including ratings, posters, and subject metadata, for series discovery and trend monitoring.

Endpoint Scope

  • Platform key: douban
  • Endpoint key: get-recent-hot-tv
  • Platform family: Douban Movie
  • Skill slug: justoneapi-douban-get-recent-hot-tv
OperationVersionMethodPathOpenAPI summary
getRecentHotTvV1v1GET/api/douban/get-recent-hot-tv/v1Recent Hot Tv

Inputs

ParameterInRequired byOptional byTypeNotes
pagequeryn/aallintegerPage number for pagination

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getRecentHotTvV1.

node {baseDir}/bin/run.mjs --operation "getRecentHotTvV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'

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 getRecentHotTvV1 on /api/douban/get-recent-hot-tv/v1.
  • Prioritize fields that support this endpoint purpose: Get Douban recent Hot Tv data, including ratings, posters, and subject metadata, for series discovery and trend monitoring.
  • 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...