twitter-GTM-find-Skill
Installation
SKILL.md
Twitter GTM Find Skill
This skill provides an automated pipeline to scrape Twitter for Developer-First startups hiring GTM/DevRel roles, followed by an automatic web-search verification step to validate them against our Ideal Customer Profile (ICP).
Using the Pipeline
You can run the full pipeline using the executable Node.js project bundled in scripts/.
cd scripts
npm install
npx ts-node src/index.ts
Requirements:
A .env file must be present at the workspace root with:
APIFY_API_TOKEN(Apify account access)GEMINI_API_KEY(Gemini 3 Flash Preview with Search Grounding)MAX_POSTS=20(Optional limit)