Loading...
Loading...
Use this skill when pricing, ranking, or researching X/Twitter KOLs for a creator marketing campaign, especially when the user provides handles, asks for batch KOL analysis, wants outreach recommendations, or wants an agent-native version of the KOL Pricing framework. Prefer UnifAPI MCP tools for public X data, then run the deterministic pricing workflow before drafting outreach.
npx skill4agent add unifapi-agent/skills kol-pricingGET /x/users/by/username/{username}GET /x/users/{id}/tweetsdata.idGET /x/tweets/search/recentGET /x/autocompletepublic_metricsbillingapi.x.com{
"product": {
"name": "YourProduct",
"tagline": "What you do, in one line.",
"pitch": "Short product pitch.",
"desired_action": "sign up",
"ltv_usd": 120,
"twitter_handle": "@yourhandle",
"url": "https://example.com"
},
"ideal_kols": {
"preferred_tiers": ["T", "B"],
"excluded_tiers": [],
"extra_keywords": ["sdk", "agent"],
"min_followers": 1000,
"engagement_floor_pct": 0.5
},
"handles": [
{
"handle": "example",
"profile": { "...": "UnifAPI X user object from response.data" },
"tweets": [{ "...": "UnifAPI X tweet object from response.data[]" }]
}
]
}profile_responsetweets_responserequest_idpaginationbillingnode skills/kol-pricing/scripts/analyze-snapshot.mjs \
--input /tmp/kol-pricing-input.json \
--out /tmp/kol-pricing-report.md \
--json /tmp/kol-pricing-report.jsondm_briefskipreferences/pricing-logic.mdANTHROPIC_API_KEY