docs: add TweetClaw OpenClaw GTM path#32
Conversation
Greptile SummaryThis PR adds TweetClaw (
Confidence Score: 4/5Documentation-only change; no executable code paths are modified and all three discovery paths converge on the same unchanged ICP validation step. The TweetClaw install command, GitHub URL, and npm package name are internally consistent and the PR author confirmed the package exists. The only gap is that XQUIK_API_KEY is referenced in the new TweetClaw section but absent from both .env setup blocks, which could cause friction for first-time users. Both skills/twitter-GTM-find-skill/README.md and skills/twitter-GTM-find-skill/twitter-GTM-find/SKILL.md are missing XQUIK_API_KEY from their env-var setup checklists. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Start: Twitter GTM Find Skill] --> B{Discovery Path}
B -->|Default| C[Apify Scraper\nAPIFY_API_TOKEN]
B -->|OpenClaw users| D[TweetClaw Plugin\nopenclaw plugins install @xquik/tweetclaw\nXQUIK_API_KEY]
B -->|Hermes Agent users| E[Hermes Tweet Plugin\nhermes plugins install Xquik-dev/hermes-tweet\nXQUIK_API_KEY]
C --> F[Raw candidates\nradar-jobs.json]
D --> F
E --> F
F --> G[ICP Validation\nGemini Search Grounding\nGEMINI_API_KEY]
G --> H[Validated leads\nopenclaw-icp-jobs.json]
|
Summary
Duplicate Checks
Validation