Creator SKILL
/install creator-skill
\r \r
Creator SKILL\r
\r
Use this skill when the user wants to discover or search influencers on TikTok, Instagram, or YouTube with natural-language criteria, filters (followers, region, language, email, etc.), or location-based targeting.\r
\r
Production API: https://deinai.ai · MCP: https://deinai.ai/mcp\r
\r
When to use\r
\r
- User asks to find creators/KOLs/influencers on social platforms.\r
- User provides niche, audience, follower range, country/city, or brand-collab requirements.\r
- User needs location filters → call
get_location_idsfirst, thensearchInfluencerswithlocations.\r \r
When NOT to use\r
\r
- Negotiation, outreach email drafting, payments, or in-app campaign management (not exposed on this MCP).\r
- Platforms other than
tiktok,instagram,youtube.\r \r
Prerequisites\r
\r
- Deinai account (deinai.ai) with a team that has search credits.\r
- MCP token (JWT,
type: mcp) — see references/install.md.\r - OpenClaw MCP server pointing to
https://deinai.ai/mcpwithAuthorization: Bearer \x3CMCP_TOKEN>.\r \r
Required workflow for agents\r
\r
- If platform is missing → ask user to pick:
tiktok|instagram|youtube. Do not guess.\r - If search topic / query is missing → ask for niche, keywords, or creator handle.\r
- If user gives location names (country, city) → call
get_location_ids→ pass returned IDs tosearchInfluencers.locations.\r - Call
searchInfluencerswith only declared parameters; put extra requirements inqueryas natural language.\r - On
code: 402orerrorCode: CREDITS_INSUFFICIENT→ tell user to top up credits at deinai.ai.\r \r
Tools (summary)\r
\r
| Tool | Purpose |\r
|------|---------|\r
| ping | Health check |\r
| get_location_ids | Resolve location names → numeric IDs |\r
| searchInfluencers | AI text search + filters; credits = number of rows returned |\r
\r
Details: references/tools.md. Errors: references/errors.md.\r
\r
Billing\r
\r
Credits are charged per influencer record returned (feature search), not per API call attempt. See tools reference for page_size (max 50).\r
\r
Install MCP connection (OpenClaw)\r
\r
See references/install.md for openclaw mcp set creator-skill (replace \x3CMCP_JWT_TOKEN> only).\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install creator-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/creator-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Creator SKILL 是什么?
Creator SKILL — search TikTok, Instagram, and YouTube influencers via Deinai MCP (searchInfluencers, get_location_ids). Requires a Deinai account, MCP token,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。
如何安装 Creator SKILL?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install creator-skill」即可一键安装,无需额外配置。
Creator SKILL 是免费的吗?
是的,Creator SKILL 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Creator SKILL 支持哪些平台?
Creator SKILL 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Creator SKILL?
由 dachengxiaoai(@dachengxiaoai)开发并维护,当前版本 v1.0.0。