← 返回 Skills 市场
justoneapi

Douyin E-commerce API

作者 justoneapi · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
100
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install justoneapi-douyin-ec
功能描述
Analyze Douyin E-commerce workflows with JustOneAPI, including item Details.
使用说明 (SKILL.md)

Douyin E-commerce

This skill wraps 1 Douyin E-commerce operations exposed by JustOneAPI. It is strongest for item Details. Expect common inputs such as itemId.

When To Use It

  • The user needs item Details on Douyin E-commerce.
  • The user can provide identifiers or filters such as itemId.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • getDouyinEcItemDetailV1: Item Details — Get Douyin E-commerce item details, including price, title, and stock, for product monitoring and competitive analysis

Request Pattern

  • 1 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are itemId.
  • All operations in this skill are parameter-driven requests; none require a request body.

How To Work

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: getDouyinEcItemDetailV1.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'

Environment

  • Required: JUST_ONE_API_TOKEN
  • This skill uses JUST_ONE_API_TOKEN only for authenticated Just One API requests.
  • Keep JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Rules

  • Start with a plain-language answer tied to the Douyin E-commerce task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using getDouyinEcItemDetailV1, explain why the returned fields answer the user's question.
  • If the user gave filters such as itemId, echo those back so the scope is explicit.
  • If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill is coherent with its description: it runs a small Node script that calls JustOneAPI to fetch Douyin item details and requires only JUST_ONE_API_TOKEN. Before installing, ensure you trust the JustOneAPI service and keep the token private (do not paste it into chat). Confirm you are comfortable the agent may make network requests to https://api.justoneapi.com when invoked. Also verify you have node available in the environment and that exposing query-token in any logs is acceptable for your security posture.
功能分析
Type: OpenClaw Skill Name: justoneapi-douyin-ec Version: 1.0.2 The skill is a standard API wrapper for JustOneAPI designed to retrieve Douyin e-commerce item details. The execution logic in `bin/run.mjs` is a straightforward implementation that uses the built-in `fetch` API to communicate with `https://api.justoneapi.com`. It correctly handles authentication via the `JUST_ONE_API_TOKEN` environment variable and contains no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description state it wraps JustOneAPI for Douyin e‑commerce item details. The manifest, SKILL.md, and bin/run.mjs only implement a GET item detail operation. Required items (node, JUST_ONE_API_TOKEN) are appropriate and proportional.
Instruction Scope
SKILL.md is explicit: choose an operation, ask for missing parameters, then run the bundled node script with --token and --params-json. The instructions and run.mjs only read provided params, validate required fields, call the JustOneAPI endpoint, and output the JSON; they do not read unrelated files or env vars or transmit data to other endpoints.
Install Mechanism
No install/download steps are present (instruction-only with a bundled script). There are no external downloads or archive extraction that would write/execute arbitrary code beyond the included bin/run.mjs.
Credentials
Only a single declared credential (JUST_ONE_API_TOKEN) is required and the code injects it as the API query token. No other secrets, config paths, or unrelated environment variables are requested.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system configuration. It runs on demand and performs simple API requests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-douyin-ec
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-douyin-ec 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Operation name updated from getItemDetailV1 to getDouyinEcItemDetailV1 - Documentation and references updated to reflect the new operation name across all files - No changes to inputs, outputs, or authentication requirements - Usage instructions and API references now point to the correct operation name
v1.0.1
- Updated authentication and documentation links in the Environment section for improved tracking and guidance. - No functional or operational changes to the skill or its API usage.
v1.0.0
Initial publish
元数据
Slug justoneapi-douyin-ec
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Douyin E-commerce API 是什么?

Analyze Douyin E-commerce workflows with JustOneAPI, including item Details. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 Douyin E-commerce API?

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

Douyin E-commerce API 是免费的吗?

是的,Douyin E-commerce API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Douyin E-commerce API 支持哪些平台?

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

谁开发了 Douyin E-commerce API?

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

💬 留言讨论