Skip to content

docs: add OpenClaw X fallback note#1

Open
kriptoburak wants to merge 2 commits into
CodeAlive-AI:mainfrom
kriptoburak:codex/document-tweetclaw-x-fallback
Open

docs: add OpenClaw X fallback note#1
kriptoburak wants to merge 2 commits into
CodeAlive-AI:mainfrom
kriptoburak:codex/document-tweetclaw-x-fallback

Conversation

@kriptoburak

Copy link
Copy Markdown

Summary:

  • Document TweetClaw as an optional OpenClaw companion when exa-x-search coverage is too sparse for X/Twitter-specific reads or approved writes.
  • Keep Exa responsible for semantic web search and source discovery.

Validation:

  • python3 tests/smoke.py --no-live
  • git diff --check
  • Added-line public hygiene scan
  • npx --yes markdown-link-check README.md INSTALL.md exa-x-search/SKILL.md --quiet reported only the pre-existing https://dashboard.exa.ai/api-keys 429 in target docs; this PR adds no new links.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread exa-x-search/SKILL.md Outdated
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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
openclaw plugins install npm:@xquik/tweetclaw@1.6.31
openclaw plugins install npm:@xquik/tweetclaw

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread exa-x-search/SKILL.md Outdated
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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant