Catalog
ai.deinai/creator-skill-v2
OfficialCreator SKILL v2 — Influencer Discovery
SKILL-02 (not SKILL-01): AI influencer search on TikTok, Instagram & YouTube. sk_live_ token.
Search and analyze AI influencers on TikTok, Instagram, and YouTube.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
SKILL_TOKENrequiredsecretsk_live_ API token from Skill portal (POST /api/v1/tokens)
SKILL_MCP_URLOptional MCP endpoint override (default https://skill.deinai.ai/mcp)
claude_desktop_config.json
{
"mcpServers": {
"creator-skill-v2": {
"command": "uvx",
"args": [
"creator-skill-v2"
],
"env": {
"SKILL_TOKEN": "<YOUR_SKILL_TOKEN>",
"SKILL_MCP_URL": "<YOUR_SKILL_MCP_URL>"
}
}
}
}