← ClaudeAtlas

find-twitter-influencerslisted

Find Twitter/X influencers to promote a product or brand. Use when asked to find influencers, discover Twitter accounts for partnerships, identify creators in a niche, or build an influencer outreach list.
gooseworks-ai/goose-skills · ★ 727 · Code & Development · score 82
Install: claude install-skill gooseworks-ai/goose-skills
# Find Twitter Influencers ## Setup Read your credentials from ~/.gooseworks/credentials.json: ```bash export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])") export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))") ``` If ~/.gooseworks/credentials.json does not exist, tell the user to run: `npx gooseworks login` All endpoints use Bearer auth: `-H "Authorization: Bearer $GOOSEWORKS_API_KEY"` Discover, score, and enrich Twitter/X influencers relevant to a company, product, or niche. Returns a ranked list with engagement metrics, relevance reasoning, and contact info. ## Workflow ### 1. Parse the Request Extract from the user's query: - **Company name or domain** (required) — the brand seeking influencers - **Niche/vertical** (optional) — e.g., "fintech Twitter", "AI/ML creators", "DTC beauty" - **Size preference** (optional) — mid-tier (10K-100K), macro (100K+), or mixed (default: 10K+ minimum) - **Max results** (optional, default 20 — scale up or down if the user asks) ### 2. Resolve the Company Use Brand.dev to get domain, industry, description, target audience, and keywords. This context drives all subsequent searches. ```bash curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \ -H "Authorization: Bearer $GOOSEWORKS_API_KEY" \ -H "Content-Type: application/json" \ -d '{"api":"