docs: add X/Twitter CLI bridge recipe#16
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Thanks for the contribution. We cannot merge this as-is because NextClaw is not compatible with the OpenClaw plugin mechanism, and we do not plan to support OpenClaw plugins as a NextClaw integration path. For X/Twitter-like capabilities, our preferred direction is a lightweight, decoupled CLI-based integration: the external tool should remain independently installable and callable, while NextClaw orchestrates it through a clear command/tool boundary instead of loading it as an OpenClaw plugin. If you want to rework this contribution, please frame it as a NextClaw-native CLI integration recipe rather than an OpenClaw plugin tutorial. The doc should explain the standalone CLI command surface, credential handling, read-only defaults, and explicit approval boundaries for write actions. So I am going to leave this PR unmerged in its current form, but a CLI-oriented integration recipe would be much closer to the direction we want for this kind of capability. |
|
Thanks for the clear direction. I reworked the PR as a CLI-oriented integration recipe instead of an OpenClaw plugin tutorial. The updated docs now use a standalone |
Summary
Reworks the previous TweetClaw OpenClaw plugin tutorial into a NextClaw-native CLI bridge recipe based on maintainer feedback.
The PR now adds:
nextclaw-x-twitterwrapper pattern with read-onlysearch-tweets,search-replies,user, andfollowerscommandsXQUIK_API_KEYexeccommand boundary guidance, read-only task prompts, and explicit approval boundaries for write actionsTweetClaw is now mentioned only as an optional OpenClaw path for users who run OpenClaw directly in another environment, not as the NextClaw integration path.
Validation
pnpm install --frozen-lockfile --ignore-scriptspnpm -C apps/docs buildpnpm docs:i18n:checkgit diff --checknpm view @xquik/tweetclaw versionreturned1.6.311.6.31