← Back to Skills Marketplace
justoneapi

Douban Movie Recent Hot Movie API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
80
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-douban-get-recent-hot-movie
Description
Call GET /api/douban/get-recent-hot-movie/v1 for Douban Movie Recent Hot Movie through JustOneAPI.
README (SKILL.md)

Douban Movie Recent Hot Movie

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

Endpoint Scope

  • Platform key: douban
  • Endpoint key: get-recent-hot-movie
  • Platform family: Douban Movie
  • Skill slug: justoneapi-douban-get-recent-hot-movie
Operation Version Method Path OpenAPI summary
getRecentHotMovieV1 v1 GET /api/douban/get-recent-hot-movie/v1 Recent Hot Movie

Inputs

Parameter In Required by Optional by Type Notes
page query n/a all integer Page number for pagination

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getRecentHotMovieV1.

node {baseDir}/bin/run.mjs --operation "getRecentHotMovieV1" --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 getRecentHotMovieV1 on /api/douban/get-recent-hot-movie/v1.
  • Prioritize fields that support this endpoint purpose: Get Douban recent Hot Movie data, including ratings, posters, and subject metadata, for movie 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.
Usage Guidance
This skill appears to do exactly what's advertised: call JustOneAPI's Douban recent-hot-movie endpoint. Before installing, confirm you trust https://api.justoneapi.com and are willing to give the service the JUST_ONE_API_TOKEN. Note the script sends the token as a query parameter (which can be logged by intermediaries or servers) — prefer a token with limited scope and rotate it if exposure is possible. Ensure node is up-to-date on the host and review the included bin/run.mjs if you want to inspect behavior locally before running.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-douban-get-recent-hot-movie Version: 1.0.0 The skill is a standard API wrapper for retrieving Douban movie data via JustOneAPI (api.justoneapi.com). The execution script bin/run.mjs uses safe URL construction and standard fetch calls, while SKILL.md includes security best practices by instructing the agent not to leak the API token in logs or chat. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill is a thin wrapper around a single JustOneAPI endpoint. Requiring node and JUST_ONE_API_TOKEN matches the included node script and the API's authentication; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and bin/run.mjs only describe/parses CLI args and perform an HTTPS GET to https://api.justoneapi.com/api/douban/get-recent-hot-movie/v1 with the token as a query parameter. The instructions do not direct reading other files, accessing unrelated env vars, or sending data to unexpected endpoints.
Install Mechanism
There is no install spec; this is instruction-only plus a small included node script. Nothing is downloaded or written to disk at install time by the skill itself.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential. That single token is proportional to the stated purpose. No other secrets, config paths, or unrelated environment variables are requested.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify system or other-skill configuration. Default autonomous invocation is allowed (normal) and within expectations for an API integration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-douban-get-recent-hot-movie
  3. After installation, invoke the skill by name or use /justoneapi-douban-get-recent-hot-movie
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug justoneapi-douban-get-recent-hot-movie
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Douban Movie Recent Hot Movie API?

Call GET /api/douban/get-recent-hot-movie/v1 for Douban Movie Recent Hot Movie through JustOneAPI. It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.

How do I install Douban Movie Recent Hot Movie API?

Run "/install justoneapi-douban-get-recent-hot-movie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Douban Movie Recent Hot Movie API free?

Yes, Douban Movie Recent Hot Movie API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Douban Movie Recent Hot Movie API support?

Douban Movie Recent Hot Movie API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Douban Movie Recent Hot Movie API?

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

💬 Comments