twitter-GTM-find-Skill
End-to-end pipeline for scraping X/Twitter for GTM/DevRel tech startup jobs using Apify, or optionally TweetClaw for OpenClaw and Hermes Tweet for Hermes Agent, then validating them against an Ideal Customer Profile (ICP) using Gemini's native Google Search Grounding. Use this skill when OpenClaw needs to find developer-first, funded startups actively hiring for GTM, DevRel, or Growth roles.
npx skills add Varnan-Tech/opendirectory --skill twitter-GTM-find --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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/`. ```bash 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) ## Optional Native X/Twitter Plugin Inputs If the user is running OpenClaw with [TweetClaw](https://github.com/Xquik-dev/tweetclaw), you may use it as a native OpenClaw plugin for the discovery stage while keeping the ICP validation stage unchanged. Install it when needed: ```bash openclaw plugins install @xquik/tweetclaw ``` With `XQUIK_API_KEY` configured, use: - `explore` to find tweet search, reply search, user lookup, follower export, monitor, and webhook endpoints - `tweetclaw` to scrape tweets, search tweets and replies, look up promising found
- Using the Pipeline
- Optional Native X/Twitter Plugin Inputs
- Outputs
- References
cd scripts npm install npx ts-node src/index.ts openclaw plugins install @xquik/tweetclaw hermes plugins install Xquik-dev/hermes-tweet --enable
What does the twitter-GTM-find-Skill skill do?
End-to-end pipeline for scraping X/Twitter for GTM/DevRel tech startup jobs using Apify, or optionally TweetClaw for OpenClaw and Hermes Tweet for Hermes Agent, then validating them against an Ideal Customer Profile (ICP) using Gemini's native Google Search Grounding. Use this skill when OpenClaw needs to find developer-first, funded startups actively hiring for GTM, DevRel, or Growth roles.
How do I install it?
Run `npx skills add Varnan-Tech/opendirectory --skill twitter-GTM-find --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Varnan-Tech/opendirectory, a repository with 571 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
