docs: add OpenClaw X fallback note#1
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the SKILL.md documentation to introduce the OpenClaw companion option, recommending the installation of TweetClaw for specialized X/Twitter workflows. The reviewer suggested removing the pinned version (@1.6.31) from the installation command to ensure users install the latest stable release and prevent the documentation from becoming outdated.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| 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 |
There was a problem hiding this comment.
Pinning a specific version (@1.6.31) in the documentation can quickly become outdated as new versions are released. It is generally better to suggest installing the package without a specific version to ensure users get the latest stable release, unless a specific version is strictly required for compatibility.
| openclaw plugins install npm:@xquik/tweetclaw@1.6.31 | |
| openclaw plugins install npm:@xquik/tweetclaw |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 84ba3e81f2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 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 |
There was a problem hiding this comment.
Use the current TweetClaw install target
The official TweetClaw OpenClaw guide currently lists @xquik/tweetclaw@1.6.32 --pin as the repeatable install command and states that 1.6.32 is the source-truth version; this newly added fallback pins 1.6.31 instead. Users copying this line for a new OpenClaw setup will install an older companion plugin than the documented current release, potentially missing fixes or endpoint updates that the fallback is supposed to provide.
Useful? React with 👍 / 👎.
Summary:
Validation: