← 返回 Skills 市场
justoneapi

TikTok Shop API

作者 justoneapi · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ✓ 安全检测通过
164
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install justoneapi-tiktok-shop
功能描述
Analyze TikTok Shop workflows with JustOneAPI, including product Search and product Details.
使用说明 (SKILL.md)

TikTok Shop

This skill wraps 2 TikTok Shop operations exposed by JustOneAPI. It is strongest for product Search and product Details. Expect common inputs such as region, keyword, offset, pageToken, productId.

When To Use It

  • The user needs product Search or product Details on TikTok Shop.
  • The user can provide identifiers or filters such as region, keyword, offset, pageToken.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • searchProductsV1: Product Search — Get TikTok Shop product Search data, including title, price, and sales, for market research and trend analysis, competitor product discovery, and monitoring product popularity in specific regions
  • getTiktokShopProductDetailV1: Product Details — Get TikTok Shop product Details data, including title, description, and price, for building product catalogs, price and stock monitoring, and in-depth product analysis

Request Pattern

  • 2 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are region, keyword, offset, pageToken, productId.
  • 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: searchProductsV1, getTiktokShopProductDetailV1.
  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 TikTok Shop task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using searchProductsV1, explain why the returned fields answer the user's question.
  • If the user gave filters such as region, keyword, offset, echo those back so the scope is explicit.
  • If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears to be a straightforward API wrapper. Before installing, ensure you trust https://api.justoneapi.com and obtain a token with appropriate (least) privileges. Keep JUST_ONE_API_TOKEN secret, avoid pasting it into logs or public places, and rotate it if you later revoke access. Verify your runtime supports Node's fetch (Node 18+) and review the small bin/run.mjs script if you want to confirm there are no extra network calls or logging of the token.
能力评估
Purpose & Capability
Name/description match the implemented operations (searchProductsV1, getTiktokShopProductDetailV1). Required binary (node) and the JUST_ONE_API_TOKEN credential are appropriate for calling the documented external API.
Instruction Scope
SKILL.md and bin/run.mjs only instruct the agent to call JustOneAPI endpoints with provided parameters and token. There are no instructions to read unrelated files, access other env vars, or send data to any endpoint besides api.justoneapi.com.
Install Mechanism
No install spec is provided (instruction-only behavior with a small included Node script). Nothing is downloaded or extracted; risk from install mechanism is minimal.
Credentials
The only required env var is JUST_ONE_API_TOKEN (declared as primary credential) which is necessary and sufficient to authenticate to the JustOneAPI endpoints; no unrelated secrets or config paths are requested.
Persistence & Privilege
Skill is not forced-always or requesting elevated/persistent platform privileges. It does not modify other skills' configs or request permanent presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-tiktok-shop
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-tiktok-shop 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
- Renamed the "getProductDetailV1" operation to "getTiktokShopProductDetailV1" for clarity and consistency. - Updated documentation and usage instructions to reflect the new operation ID. - No changes to input parameters or authentication requirements. - General documentation refinements for better clarity.
v1.0.5
- Updated the Just One API authentication details link in the Environment section for improved user guidance. - Added referral parameters to the authentication guide URL. - No changes to API endpoints or skill functionality.
v1.0.4
- Updated Just One API dashboard link to include UTM parameters for improved referral tracking. - No functional changes to API operations or parameters.
v1.0.3
Version 1.0.3 - Clarified in SKILL.md that JUST_ONE_API_TOKEN is used only for authenticated Just One API requests. - No changes to skill logic or endpoints; update is documentation-only.
v1.0.2
- Added guidance to keep the `JUST_ONE_API_TOKEN` private and not share it in chat messages, screenshots, or logs. - No functional or API changes; this update only affects documentation and usage instructions.
v1.0.1
- Added instructions on how to obtain a required API token, including links to the Just One API Dashboard and Usage Guide. - Expanded the "Environment" section with authentication details for improved onboarding.
v1.0.0
init
元数据
Slug justoneapi-tiktok-shop
版本 1.0.6
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 7
常见问题

TikTok Shop API 是什么?

Analyze TikTok Shop workflows with JustOneAPI, including product Search and product Details. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 TikTok Shop API?

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

TikTok Shop API 是免费的吗?

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

TikTok Shop API 支持哪些平台?

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

谁开发了 TikTok Shop API?

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

💬 留言讨论