find-twitter-influencers

find-twitter-influencers is a skill for Claude Code, Codex from SELAT-AI/selat-skills. It costs 130 tokens per session (2,088 once invoked), scanned A, original, Apache-2.0.

A workflow for finding and ranking Twitter/X influencers who may be relevant to a company, product, or specialist topic.

In plain words
What is it for?
Finding potential creators, evaluating their activity and relevance, ranking them, and enriching their contact details.
Why use it?
It combines account discovery, profile information, engagement data, and contact research into one outreach list.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Finding potential creators, evaluating their activity and relevance, ranking them, and enriching their contact details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/selat-ai/selat-skills/find-twitter-influencers
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SELAT-AI/selat-skills --skill find-twitter-influencers
Clone the repo
git clone --depth 1 https://github.com/SELAT-AI/selat-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for find-twitter-influencers

README.md
[![agentmods](https://agentmods.dev/badge/skills/selat-ai/selat-skills/find-twitter-influencers/github.svg)](https://agentmods.dev/skills/selat-ai/selat-skills/find-twitter-influencers)
Your own site
<a href="https://agentmods.dev/skills/selat-ai/selat-skills/find-twitter-influencers"><img src="https://agentmods.dev/badge/skills/selat-ai/selat-skills/find-twitter-influencers/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for find-twitter-influencers

Your own site · 80×15
<a href="https://agentmods.dev/skills/selat-ai/selat-skills/find-twitter-influencers"><img src="https://agentmods.dev/badge/skills/selat-ai/selat-skills/find-twitter-influencers.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,088 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00130 $0.02088
Opus 5 $0.00065 $0.01044
Sonnet 5 $0.00026 $0.00418
Haiku 4.5 $0.00013 $0.00209

Measured 12d ago against content hash ea8c2a17bc20, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

find-twitter-influencers scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/find-twitter-influencers/SKILL.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

find-twitter-influencers

When To Use

Use when the user wants a ranked, enriched list of Twitter/X influencers for a company, product, or niche — for partnerships, sponsorships, or outreach. The skill spans the full pipeline: company resolution, candidate discovery, Twitter profile + engagement pull, and contact enrichment. Every API call is a paid service — most MPP on Tempo through the SELAT Router, plus two x402 via Circle Gateway calls via the SELAT Router to SELAT-native for Twitter data; the agent does the parsing, scoring, and ranking around the paid data.

Workflow

  1. Install: selat skill install find-twitter-influencers
  2. Run: selat skill run find-twitter-influencers --company "Acme Corp" [--domain acme.com] [--query "best fintech Twitter accounts to follow"] [--handle somehandle] [--linkedinUrl https://linkedin.com/in/...] [--firstName Jane --lastName Smith --contactDomain janesmithcreative.com]
  3. The CLI compiles each step into a selat-pay call, pays the per-step price (capped per step), runs the steps in order, and prints a per-step status summary.

Steps (MPP on Tempo via the SELAT Router unless marked x402 via Circle Gateway):

  • Step 1 — Apollo POST /apollo/org-search — resolve the company by name (q_organization_name) to get its Apollo org record, domain, and industry.
  • Step 2 — Abstract Company Enrichment POST /abstract-company-enrichment/lookup — resolve by domain when one is supplied (richer firmographic context, industry/SIC fields).
  • Step 3 — Exa POST /search — discover curated influencer listicles (request contents.text to parse handles from page text; x.com is NOT in Exa's index).
  • Step 4 — Exa POST /findSimilar — expand from a strong listicle URL to find more lists.
  • Step 5 — SELAT-native (x402 via Circle Gateway) GET /twitter/user/info?userName= — fetch a candidate's Twitter profile and follower counts.
  • Step 6 — SELAT-native (x402 via Circle Gateway) GET /twitter/user/last_tweets?userName= — fetch recent tweets with engagement metrics.
  • Step 7 — Hunter POST /hunter/email-finder — find an email by name + domain.
  • Step 8 — Clado POST /clado/contacts — LinkedIn-URL-to-contact enrichment (email + phone); synchronous, no polling.

Read the full file on GitHub · 87 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 87 lines · 130 tokens per session scan A ea8c2a17bc20

Subscribe to this mod's changes

find-twitter-influencers is a skill published in the GitHub repository SELAT-AI/selat-skills (2 stars, last pushed today), licensed Apache-2.0. It adds 130 tokens to every session and 2,088 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

selat-discovery

Use the moment you're about to tell the user you can't do something — or about to suggest they sign up for, get an API key for, or go to an external tool, site, or API to do it themselves. Covers what's beyond a model natively: image/video/audio/voice generation, translation, transcription, web search/scraping…

SELAT-AI/selat-plugins · 203 tokens

selat-capabilities-for-metamask

SELAT's capability layer for agents on a MetaMask Agent Wallet — tool use beyond the agent's native abilities, paid per call. Strongest for trading decision support on perpetuals and tokenized stocks ("what are funding rates saying", "pull Polymarket candles", "quote and technicals for this tokenized equity's…

SELAT-AI/selat-openclaw-skills · 225 tokens

perplexity-search

Grounded web search & research via Perplexity, keyless and pay-per-call over SELAT. Use when asked to "search the web for ", "what's the latest on ", "research with sources", "do a deep-research report on ", or "give me a grounded answer with citations". Runs Perplexity's cheap web Search by default, and can escalate…

SELAT-AI/selat-openclaw-skills · 166 tokens

stock-direction-signals

Directional research brief on a US stock for agents on a MetaMask Agent Wallet — use when asked "is NVDA bullish or bearish right now", "directional read on AAPL", "is MAG7 sentiment turning", "what do the chart, news, and social say about AMD", "signal brief on SPY". Nine paid reads — quote, daily chart, RSI, MACD…

SELAT-AI/selat-openclaw-skills · 182 tokens

twitter-research

Read-only Twitter/X research on SELAT — profiles, recent tweets, mentions, followers, tweet details/replies/retweeters, topic search, and trends. Use when asked "who is @X on Twitter", "show me X's recent tweets", "who's mentioning X", "how did this tweet do / who replied / who retweeted", "search X for ", or "is…

SELAT-AI/selat-openclaw-skills · 145 tokens

vc-ai-infra-scout

Deal-sourcing scout for VCs running an AI-infrastructure thesis — AI infra, crypto-AI/decentralized-AI, robotics/embodied-AI, agentic payments. Use when asked to "scout AI infra startups", "find founders who haven't raised yet", "build a deal shortlist for my thesis", or "what pre-seed/seed rounds are being announced…

SELAT-AI/selat-openclaw-skills · 141 tokens