Scrapes Twitter via Apify for GTM/DevRel/Growth jobs at tech startups, validates against ICP using Gemini Google Search Grounding for developer-first funded companies.
npx claudepluginhub varnan-tech/opendirectory --plugin opendirectory-gtm-skillsThis skill uses the workspace's default tool permissions.
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).
Automates recruitment workflow: searches web/LinkedIn/GitHub for candidates matching job specs, scores technical fit, populates Google Sheets, drafts Gmail outreach.
Finds qualified candidates for roles by searching LinkedIn, Indeed, GitHub, and other platforms using Nimble Web Search Agents. Returns ranked lists with profiles, skills, and contact signals.
Scans company career pages for job openings matching your profile using site-scoped web searches on ATS platforms like Greenhouse, Lever, Ashby, SmartRecruiters. Invoke for 'scan for jobs' or 'find openings at'.
Share bugs, ideas, or general feedback.
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).
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)The script handles two primary JSON files:
radar-jobs.json: The initial raw batch of tech jobs identified by the scraper.openclaw-icp-jobs.json: The final validated file OpenClaw should ingest, containing only companies that passed the strict web-search evaluation.For deeper context on how the evaluation works or modifying the pipeline, read these files as needed:
scripts/src/icp-filter.ts) natively uses Google Search Grounding via the @google/generative-ai SDK (gemini-3-flash-preview / gemini-flash-latest) to look up live funding and product data.