influencer-discovery

Solid

Find and rank influencers by niche, engagement, and authenticity using Xpoz. Searches Twitter, Instagram, and Reddit for active voices in any topic. Use when asked to "find influencers", "discover thought leaders", "who's talking about X", "influencer research", or "find KOLs".

AI & Automation 14 stars 5 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
39
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Influencer Discovery ## Overview Find, evaluate, and rank influencers for any niche across Twitter/X and Instagram. Identifies who is actively creating content about a topic, ranks them by engagement and relevance, and provides authenticity scoring. ## When to Use Activate when the user asks: - "Find influencers in [NICHE] on Twitter" - "Who are the top voices talking about [TOPIC]?" - "Discover thought leaders in [INDUSTRY]" - "Find micro-influencers for [PRODUCT CATEGORY]" - "KOL research for [TOPIC]" - "Who should we partner with for [CAMPAIGN]?" ## Setup & Authentication Before fetching data, ensure Xpoz access is configured. Follow these checks in order. ### Check 1: Already authenticated? **If you have MCP tools**, try calling any Xpoz tool (e.g., `checkAccessKeyStatus`). If it works → skip to Step 1. **If you have the SDK**, try: ```python from xpoz import XpozClient client = XpozClient() # reads XPOZ_API_KEY env var ``` If this succeeds without error → skip to Step 1. If neither works, you need to authenticate. The fastest option is instant access — or choose a path below for full capabilities. --- ### Instant Access (no signup needed) The fastest way to start — get a working API key in one command, no account required: ```bash export XPOZ_API_KEY=$(curl -s -X POST https://api.xpoz.ai/api/trial/token -H "Content-Type: application/json" -d '{"source":"<how you discovered xpoz>"}' | jq -r .data.accessKey) ``` This token works with MCP, SDKs, and CLI. V...

Details

Author
XPOZpublic
Repository
XPOZpublic/xpoz-agent-skills
Created
5 months ago
Last Updated
1 weeks ago
Language
N/A
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category