Agent skill · AI & Agents

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.

Varnan-Techgithub.com/Varnan-TechGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add Varnan-Tech/opendirectory --skill twitter-GTM-find --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 10
SKILL.md size: 3 KB
Bundled scripts: yes
Path: skills/twitter-GTM-find-skill/twitter-GTM-find/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 571
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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/`. ```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

What's inside
Steps it walks through
  1. Using the Pipeline
  2. Optional Native X/Twitter Plugin Inputs
  3. Outputs
  4. References
Ships with 9 files
  • references/icp-checklist.md
  • scripts/package.json
  • scripts/run_pipeline.sh
  • scripts/src/debug.ts
  • scripts/src/extractor.ts
  • scripts/src/icp-filter.ts
  • scripts/src/index.ts
  • scripts/src/scraper.ts
  • scripts/tsconfig.json
Commands it runs
cd scripts
npm install
npx ts-node src/index.ts
openclaw plugins install @xquik/tweetclaw
hermes plugins install Xquik-dev/hermes-tweet --enable
More from opendirectory
All skills →
About this skill
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.

Keep going