← 返回 Skills 市场
justoneapi

Douban Movie Review Details API

作者 justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install justoneapi-douban-get-movie-review-detail
功能描述
Call GET /api/douban/get-movie-review-detail/v1 for Douban Movie Review Details through JustOneAPI with reviewId.
使用说明 (SKILL.md)

Douban Movie Review Details

Use this focused JustOneAPI skill for review Details in Douban Movie. It targets GET /api/douban/get-movie-review-detail/v1. Required non-token inputs are reviewId. OpenAPI describes it as: Get Douban movie Review Details data, including metadata, content fields, and engagement signals, for review archiving and detailed opinion analysis.

Endpoint Scope

  • Platform key: douban
  • Endpoint key: get-movie-review-detail
  • Platform family: Douban Movie
  • Skill slug: justoneapi-douban-get-movie-review-detail
Operation Version Method Path OpenAPI summary
getMovieReviewDetailsV1 v1 GET /api/douban/get-movie-review-detail/v1 Review Details

Inputs

Parameter In Required by Optional by Type Notes
reviewId query all n/a string The unique ID for a specific review on Douban

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getMovieReviewDetailsV1.

node {baseDir}/bin/run.mjs --operation "getMovieReviewDetailsV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"reviewId":"\x3CreviewId>"}'

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 getMovieReviewDetailsV1 on /api/douban/get-movie-review-detail/v1.
  • Echo the required lookup scope (reviewId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douban movie Review Details data, including metadata, content fields, and engagement signals, for review archiving and detailed opinion analysis.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears to do exactly what it claims: call JustOneAPI to fetch Douban review details. Before installing, ensure your JUST_ONE_API_TOKEN is a token you trust with this single vendor (rotate/revoke if compromised). Be aware the token is passed in the URL query string — it can be recorded in server logs, proxy logs, or appear in Referer headers — so avoid sharing the token elsewhere and prefer tokens with limited scope. Confirm your runtime Node version supports fetch (Node 18+ or polyfill) and review JustOneAPI's privacy/retention policy if you care about how queries are logged. Finally, only install skills from publishers you trust; the package source here is 'unknown' and points to justoneapi.com as the endpoint.
功能分析
Type: OpenClaw Skill Name: justoneapi-douban-get-movie-review-detail Version: 1.0.0 The skill is a standard API wrapper designed to fetch Douban movie review details via the JustOneAPI service. The core logic in `bin/run.mjs` is a straightforward Node.js script that uses the native fetch API to communicate with `https://api.justoneapi.com`, with no evidence of data exfiltration, obfuscation, or unauthorized system access.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name and description match the code and SKILL.md. The skill only requires node and JUST_ONE_API_TOKEN which are consistent with running the included Node helper that calls JustOneAPI's endpoint.
Instruction Scope
SKILL.md and bin/run.mjs limit actions to building an HTTPS request to https://api.justoneapi.com and returning the JSON response. One noteworthy point: the API token is sent as a query parameter (parameter name 'token'), which means the token will appear in the request URL and could be exposed in logs, proxy traces, or Referer headers. The skill does not read other environment variables, user files, or unrelated system state.
Install Mechanism
There is no install spec; this is effectively an instruction + helper script. The helper is a small Node script included in the package — no external downloads or installers are performed.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential. This is proportional to the task of authenticating to JustOneAPI. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request permanent inclusion (always is false) and does not modify other skills or system configs. It runs as an on-demand helper and does not persist credentials beyond using the provided token for the HTTP call.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-douban-get-movie-review-detail
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-douban-get-movie-review-detail 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justoneapi-douban-get-movie-review-detail
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Douban Movie Review Details API 是什么?

Call GET /api/douban/get-movie-review-detail/v1 for Douban Movie Review Details through JustOneAPI with reviewId. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Douban Movie Review Details API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-douban-get-movie-review-detail」即可一键安装,无需额外配置。

Douban Movie Review Details API 是免费的吗?

是的,Douban Movie Review Details API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Douban Movie Review Details API 支持哪些平台?

Douban Movie Review Details API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Douban Movie Review Details API?

由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.0。

💬 留言讨论