From 84ba3e81f29324306aa29a7617fd8c254da69784 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Fri, 12 Jun 2026 19:48:56 +0200 Subject: [PATCH 1/2] docs: add TweetClaw X fallback note --- exa-x-search/SKILL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/exa-x-search/SKILL.md b/exa-x-search/SKILL.md index 01e0fa5..9711be8 100644 --- a/exa-x-search/SKILL.md +++ b/exa-x-search/SKILL.md @@ -49,7 +49,12 @@ The script forces `--include-domains x.com,twitter.com` and `--only-domains x.co ```bash python ../exa-native-base/scripts/exa.py contents https://x.com//status/ --text ``` -3. **Use a dedicated X/Twitter API** for real-time, exhaustive social data — Exa is not the right tool for that. +3. **Use a dedicated X/Twitter API** for real-time, exhaustive social data - Exa is not the right tool for that. +4. **OpenClaw companion option:** if your workflow already runs OpenClaw and needs X/Twitter-specific reads or approved writes, keep this skill for open-web discovery and install TweetClaw as the specialized companion: + ```bash + openclaw plugins install npm:@xquik/tweetclaw@1.6.31 + ``` + Use it only when you need tweet search, reply search, follower export, media download, monitors, webhooks, or user-approved posting workflows. Keep Exa responsible for semantic web search and source discovery. ## After you get results From 1f8fb354b65e5e84c96e1d9cf3424a4ba81ee75c Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Fri, 12 Jun 2026 19:52:26 +0200 Subject: [PATCH 2/2] docs: unpin TweetClaw fallback install --- exa-x-search/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exa-x-search/SKILL.md b/exa-x-search/SKILL.md index 9711be8..71d0932 100644 --- a/exa-x-search/SKILL.md +++ b/exa-x-search/SKILL.md @@ -52,7 +52,7 @@ The script forces `--include-domains x.com,twitter.com` and `--only-domains x.co 3. **Use a dedicated X/Twitter API** for real-time, exhaustive social data - Exa is not the right tool for that. 4. **OpenClaw companion option:** if your workflow already runs OpenClaw and needs X/Twitter-specific reads or approved writes, keep this skill for open-web discovery and install TweetClaw as the specialized companion: ```bash - openclaw plugins install npm:@xquik/tweetclaw@1.6.31 + openclaw plugins install npm:@xquik/tweetclaw ``` Use it only when you need tweet search, reply search, follower export, media download, monitors, webhooks, or user-approved posting workflows. Keep Exa responsible for semantic web search and source discovery.