Agent skill
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.
Filed under LinkedIn and social.
From Varnan-Tech/opendirectory · 57 skills · 626 · pushed 2026-08-16
What it does when it runs
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.
Read from the skill and the 9 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- APIFY_API_TOKEN
- GEMINI_API_KEY
- XQUIK_API_KEY
- Hosts it reaches
- twitter.com
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It does act, so it runs under whatever permissions your session already grants. - Actions present in the files
- shellwrites files
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/Varnan-Tech/opendirectory.git /tmp/opendirectory git -C /tmp/opendirectory sparse-checkout set "skills/twitter-GTM-find-skill/twitter-GTM-find" mkdir -p ~/.claude/skills/twitter-gtm-find-skill cp -R "/tmp/opendirectory/skills/twitter-GTM-find-skill/twitter-GTM-find/." ~/.claude/skills/twitter-gtm-find-skill/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
Or take the whole library
This repo ships a .claude-plugin manifest, so Claude Code can install all 57 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.
/plugin marketplace add Varnan-Tech/opendirectory /plugin
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
Before you install: this skill will not complete its job on a bare agent. It needs APIFY_API_TOKEN, GEMINI_API_KEY, XQUIK_API_KEY, which you have to obtain separately.
The skill
Source on GitHub ↗Reproduced in full from Varnan-Tech/opendirectory/blob/62e437ab13408171805a87d16f5cb0151f96ea3c/skills/twitter-GTM-find-skill/twitter-GTM-find/SKILL.md, which is licensed MIT (repository). 411 words, 5 headings.
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)
Optional Native X/Twitter Plugin Inputs
If the user is running OpenClaw with 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:
openclaw plugins install @xquik/tweetclaw
With XQUIK_API_KEY configured, use:
exploreto find tweet search, reply search, user lookup, follower export, monitor, and webhook endpointstweetclawto scrape tweets, search tweets and replies, look up promising founders or company accounts, export followers, and monitor leads during this workflow
If the user is running Hermes Agent with Hermes Tweet, you may use it as a native X/Twitter plugin for the discovery stage while keeping the ICP validation stage unchanged.
Install it when needed:
hermes plugins install Xquik-dev/hermes-tweet --enable
With XQUIK_API_KEY configured, use:
tweet_exploreto scrape/search tweets and search Twitter/X for GTM, DevRel, growth, and startup hiring signalstweet_readto read tweet replies, look up users, and monitor tweets from promising companies or founderstweet_actiononly for read-side exports such as export followers in this discovery workflow
Convert the findings into the same candidate shape used by the pipeline, then run the ICP checklist before ranking leads. Do not post tweets, post replies, send DMs, or automate X actions without explicit human confirmation.
Outputs
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.
References
For deeper context on how the evaluation works or modifying the pipeline, read these files as needed:
- ICP Checklist: See references/icp-checklist.md for the exact strict evaluation criteria (Developer-first + $100K minimum funding).
- Gemini Search Grounding: The pipeline (
scripts/src/icp-filter.ts) natively uses Google Search Grounding via the@google/generative-aiSDK (gemini-3-flash-preview/gemini-flash-latest) to look up live funding and product data.
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- find-customer-social-proof by zapier · 334
- find-lead-account-owner by zapier · 334
- find-lookalikes by Othmane-Khadri · 290
- find-qualified-titles by getaero-io · 55
- find-contacts by Frontal-so · 5
- gtm-find-and-reach by ToolMonsters · 2
- twitter-social-selling by composio-community · 2
- find-influencers by edupegoretti · 0
Need help setting it up?
This page tells you what twitter-GTM-find-Skill does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.