π¦ ClawHub
TikTok Shop API
by @justoneapi
Analyze TikTok Shop workflows with JustOneAPI, including product Search and product Details.
TERMINAL
clawhub install justoneapi-tiktok-shopπ About This Skill
name: TikTok Shop API description: Analyze TikTok Shop workflows with JustOneAPI, including product Search and product Details. author: JustOneAPI homepage: https://api.justoneapi.com metadata: {"openclaw":{"homepage":"https://api.justoneapi.com","primaryEnv":"JUST_ONE_API_TOKEN","requires":{"bins":["node"],"env":["JUST_ONE_API_TOKEN"]},"skillKey":"justoneapi_tiktok_shop"}}
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
region, keyword, offset, pageToken.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 regionsgetTiktokShopProductDetailV1: 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 analysisRequest Pattern
GET.region, keyword, offset, pageToken, productId.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 "" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
JUST_ONE_API_TOKENJUST_ONE_API_TOKEN only for authenticated Just One API requests.JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.Output Rules
searchProductsV1, explain why the returned fields answer the user's question.region, keyword, offset, echo those back so the scope is explicit.