twitter-GTM-find-Skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited twitter-GTM-find-Skill (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.tsRequirements: 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)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/tweetclawWith 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 promisingfounders 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 --enableWith XQUIK_API_KEY configured, use:
tweet_explore to scrape/search tweets and search Twitter/X for GTM, DevRel,growth, and startup hiring signals
tweet_read to read tweet replies, look up users, and monitor tweets frompromising companies or founders
tweet_action only for read-side exports such as export followers in thisdiscovery 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.
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.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.