← 返回 Skills 市场
lycici

Keyapi Tiktok Shop Creator Discovery

作者 lycici · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install keyapi-tiktok-shop-creator-discovery
功能描述
Discover and analyze TikTok Shop creators — identify top-performing commerce sellers, evaluate GMV and sales metrics, understand audience demographics, and t...
使用说明 (SKILL.md)

keyapi-tiktok-shop-creator-discovery

Discover and analyze TikTok Shop creators — identify top-performing sellers, evaluate sales metrics, and understand audience demographics for commerce-focused creator partnerships.

This skill provides deep intelligence on TikTok Shop creators using the KeyAPI MCP service. Unlike standard influencer analysis, this skill is specifically scoped to the TikTok e-commerce ecosystem, surfacing creators' actual sales performance, GMV contribution, product promotion behavior, and follower demographics — data that is only available within the TikTok Shop commercial platform.

Use this skill when you need to:

  • Find TikTok Shop creators who actively sell products in a specific category
  • Evaluate a creator's sales track record, GMV output, and product promotion effectiveness
  • Understand a creator's audience profile (age, gender, geography) for commerce targeting
  • Monitor trends in creator sales activity and follower growth over time
  • Compare multiple shop creators to select the best-fit commercial partners

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills

Prerequisites

Requirement Details
KEYAPI_TOKEN A valid API token from keyapi.ai. If you don't have one, register at the site to obtain your free token. Set it as an environment variable: export KEYAPI_TOKEN=your_token_here
Node.js v18 or higher
Dependencies Run npm install in the skill directory to install @modelcontextprotocol/sdk

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills

MCP Server Configuration

All tool calls in this skill target the KeyAPI MCP server:

Server URL : https://mcp.keyapi.ai
Auth Header: Authorization: Bearer $KEYAPI_TOKEN

Setup (one-time):

# 1. Install dependencies
npm install

# 2. Set your API token (get one free at https://keyapi.ai/)
export KEYAPI_TOKEN=your_token_here

# 3. List all available tools to verify the connection
node scripts/run.js --list-tools

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills

Analysis Scenarios

Select one or more nodes based on the research objective.

User Need Node(s) Best For
Find a TikTok Shop creator by their @handle search_shop_creator ID resolution — obtaining creator_oecuid from a known unique_id
View a creator's shop profile and key performance metrics get_shop_creator_detail Overview of followers, GMV, and commerce activity
Analyze a creator's product sales and GMV breakdown get_shop_creator_sales Evaluating sales effectiveness, top-selling items, revenue contribution
Understand a creator's audience demographics get_shop_creator_audience Age, gender, and geographic distribution for targeting fit
Track a creator's growth and sales trends over time get_shop_creator_trends Trend monitoring — follower growth velocity, view and sales trajectory
Review a creator's product promotion videos with sales data get_shop_creator_videos Content-commerce analysis — which videos drove conversions

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills

Workflow

Step 1 — Identify the Creator and Select Nodes

Clarify the user's objective and determine which nodes to invoke. Typical entry points:

  • Starting from a @handle: Always begin with search_shop_creator to resolve the creator_oecuid.
  • Full creator audit: Use get_shop_creator_detail + get_shop_creator_sales + get_shop_creator_trends.
  • Audience analysis: Use get_shop_creator_audience for demographic profile.
  • Content-commerce analysis: Use get_shop_creator_videos to identify which content formats drive the most sales.

⚠️ Critical: Resolving creator_oecuid

The creator_oecuid is the unique identifier used by TikTok's commercial/e-commerce platform (OEC = Overseas E-Commerce system). It is required by all nodes except search_shop_creator.

Users will typically provide a creator's unique_id (@handle). Always call search_shop_creator first to obtain the creator_oecuid before making any other calls.

All endpoints require a region parameter (one of: US, DE, TH, MY, ID, PH, VN). Always include it in every call.

Step 2 — Retrieve API Schema

Before calling any node, inspect its input schema to confirm required parameters and valid values:

node scripts/run.js --schema \x3Ctool_name>

# Example
node scripts/run.js --schema get_shop_creator_sales

Step 3 — Call APIs and Cache Results Locally

Execute the required tool calls and persist all responses to the local cache.

Calling a tool (using scripts/run.js):

# Single call — result is cached automatically
node scripts/run.js --tool \x3Ctool_name> --params '\x3Cjson_args>' --pretty

# Force a fresh call, skip cache
node scripts/run.js --tool \x3Ctool_name> --params '\x3Cjson_args>' --no-cache

Example — find a shop creator by unique_id:

node scripts/run.js --tool search_shop_creator \
  --params '{"unique_id":"example_creator","region":"US"}' --pretty

Example — get creator sales data:

node scripts/run.js --tool get_shop_creator_sales \
  --params '{"creator_oecuid":"7494008088472553296","region":"US"}' --pretty

Cache directory structure:

.keyapi-cache/
└── shop_creators/
    └── {creator_oecuid}/
        ├── detail.json        # get_shop_creator_detail
        ├── sales.json         # get_shop_creator_sales
        ├── audience.json      # get_shop_creator_audience
        ├── trends.json        # get_shop_creator_trends
        └── videos.json        # get_shop_creator_videos
└── searches/
    └── shop_creators/
        └── {unique_id}.json   # search_shop_creator (keyed by unique_id for direct lookup)

Cache-first policy:

Before every API call, check whether a cached result already exists. If a valid cache file exists for the given creator_oecuid and node, load from disk and skip the API call.

Recommended call sequence:

1. search_shop_creator(unique_id, region)          → obtains creator_oecuid
2. get_shop_creator_detail(creator_oecuid, region) → profile overview and key KPIs
3. get_shop_creator_sales(creator_oecuid, region)  → product sales and GMV breakdown
4. get_shop_creator_audience(creator_oecuid, region) → audience demographics
5. get_shop_creator_trends(creator_oecuid, region)   → time-series growth and sales trends
6. get_shop_creator_videos(creator_oecuid, region)   → promotion video performance

Cover image processing:

After each API call, scan all response image URLs. If any URL's host matches echosell-images.tos-ap-southeast-1.volces.com, collect those URLs and call batch_download_cover_images in a single batch request. Replace the original URLs in your working dataset with the converted URLs returned by this node.

Step 4 — Synthesize and Report Findings

After collecting all API responses, produce a structured creator evaluation report:

  1. Creator Commerce Profile — Name, @handle, follower count, total GMV, active product categories, and TikTok Shop tenure.
  2. Sales Performance Analysis — Total items sold, GMV breakdown by product, top-selling products, video-driven vs. live-stream-driven revenue split.
  3. Audience Intelligence — Age and gender distribution, top geographic markets, audience-product category alignment.
  4. Growth and Trend Analysis — Follower growth trajectory, correlation between video/live activity and sales spikes.
  5. Content-Commerce Effectiveness — Highest-converting video formats, average views per promotion video, CTR signals.
  6. Partnership Recommendations — Best-fit collaboration formats (product seeding, affiliate, exclusive collab), risk signals (declining trends, audience mismatch), estimated deal value benchmarks based on GMV history.

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills

Common Rules

Rule Detail
Pagination All *_analytics endpoints use page_num (starts at 1) and page_size. Never use page 0.
Cover images Batch-convert all image URLs from echosell-images.tos-ap-southeast-1.volces.com via batch_download_cover_images before storing or displaying.
Success check code = 0 → success. Any other value → failure. Always check the response code before processing data.
Retry on 500 If code = 500, retry the identical request once after a brief pause before reporting the error.
Cache first Always check the local .keyapi-cache/ directory before issuing a live API call.
ID resolution Users provide unique_id (@handle). Always call search_shop_creator first to resolve the creator_oecuid required by all other nodes.

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills

Error Handling

Code Meaning Action
0 Success Continue workflow normally
400 Bad request — invalid or missing parameters Validate input against the tool schema; correct and retry
401 Unauthorized — token missing or expired Confirm KEYAPI_TOKEN is set correctly; visit keyapi.ai to renew
403 Forbidden — plan quota exceeded or feature restricted Review plan limits at keyapi.ai
404 Resource not found — creator may not be a TikTok Shop creator Verify the unique_id; confirm the creator has an active TikTok Shop account
429 Rate limit exceeded Wait 60 seconds, then retry
500 Internal server error Retry once after 2–3 seconds; if it persists, log the full request and response and skip this node
Other non-0 Unexpected error Log the full response body and surface the error message to the user
安全使用建议
This skill appears to be what it says: a KeyAPI MCP client for TikTok Shop creator analytics. Before installing, consider: 1) The tool will persist your KEYAPI_TOKEN in a .env file in the skill directory if you use the interactive prompt — avoid committing that file to source control and rotate the token if it is accidentally exposed. 2) API responses are cached under .keyapi-cache and may contain sensitive analytics/PII — inspect or clear caches before sharing the project. 3) The server URL can be overridden with KEYAPI_SERVER_URL; ensure this is not set to an untrusted host. 4) npm install will fetch @modelcontextprotocol/sdk from the public registry — only run installs in a trusted environment. If you are uncomfortable with local persistence of credentials/responses, run the tool with KEYAPI_TOKEN set in a process environment and remove or protect .env/.keyapi-cache after use.
功能分析
Type: OpenClaw Skill Name: keyapi-tiktok-shop-creator-discovery Version: 1.0.0 The skill is a TikTok Shop creator discovery tool that interfaces with the KeyAPI MCP server (mcp.keyapi.ai). It includes a Node.js runner script (scripts/run.js) that facilitates API interactions, implements local caching in a .keyapi-cache/ directory, and handles image URL conversion via a dedicated tool call. The script manages the KEYAPI_TOKEN by reading from or writing to a local .env file, which is standard behavior for CLI-based API tools. All identified behaviors and instructions in SKILL.md are consistent with the stated purpose of commerce-focused creator analysis and do not exhibit signs of malicious intent, data exfiltration, or harmful prompt injection.
能力标签
crypto
能力评估
Purpose & Capability
Name and description describe a KeyAPI MCP client for TikTok Shop analysis. The only required binary is node and the only required env var is KEYAPI_TOKEN — both are appropriate and proportional for calling KeyAPI MCP tools. Declared dependency (@modelcontextprotocol/sdk) aligns with the stated MCP client usage.
Instruction Scope
SKILL.md and scripts/run.js instruct the agent to call KeyAPI MCP endpoints, inspect tool schemas, and cache responses locally. The runtime also loads a .env file and can prompt-and-save KEYAPI_TOKEN to a .env file in the skill directory. These behaviors are coherent with the skill's purpose but introduce persistent storage of credentials and cached API responses (which may include sensitive or PII-containing analytics).
Install Mechanism
There is no download-from-URL install; package.json declares a single npm dependency (@modelcontextprotocol/sdk). SKILL.md asks the user to run npm install, which is standard. No suspicious external download hosts or extract operations are present.
Credentials
Only KEYAPI_TOKEN (primary credential) is required. No unrelated secrets or additional credentials are requested. The script also supports an optional KEYAPI_SERVER_URL override (documented), which is reasonable but means a maliciously set env var could redirect requests — this is a configuration risk rather than an incoherence.
Persistence & Privilege
The skill persists data locally: it writes the provided KEYAPI_TOKEN to a .env file and stores API responses in a cache directory (default .keyapi-cache). It does not request an 'always' privilege nor modify other skills. Persisting credentials and responses is expected for a CLI client but raises the usual local-data exposure risks (token leakage, accidental commits).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install keyapi-tiktok-shop-creator-discovery
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /keyapi-tiktok-shop-creator-discovery 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
keyapi-tiktok-shop-creator-discovery v1.0.0 - Initial release providing deep analysis of TikTok Shop creators. - Enables discovery, GMV/sales evaluation, audience demographics, and growth trend tracking for e-commerce creators. - Supports node-based queries for profile data, sales performance, audience insights, trends, and content-commerce analysis. - Implements local caching of API results for efficient repeat queries. - Requires API token (`KEYAPI_TOKEN`) and Node.js (v18+). - Includes clear workflow and examples for common research tasks within the TikTok e-commerce ecosystem.
元数据
Slug keyapi-tiktok-shop-creator-discovery
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Keyapi Tiktok Shop Creator Discovery 是什么?

Discover and analyze TikTok Shop creators — identify top-performing commerce sellers, evaluate GMV and sales metrics, understand audience demographics, and t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。

如何安装 Keyapi Tiktok Shop Creator Discovery?

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

Keyapi Tiktok Shop Creator Discovery 是免费的吗?

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

Keyapi Tiktok Shop Creator Discovery 支持哪些平台?

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

谁开发了 Keyapi Tiktok Shop Creator Discovery?

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

💬 留言讨论