Document TweetClaw as an OpenClaw Twitter option#8
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces documentation for the TweetClaw plugin in the main README (both English and Chinese versions) and the skills README, providing an API-key-based alternative for Twitter/X workflows. It also updates a URL for external skill suggestions. Review feedback focused on improving grammatical consistency and phrasing within the new documentation, specifically suggesting the use of gerunds for feature lists and more idiomatic terms for manually reviewed actions.
| `openclaw plugins install @xquik/tweetclaw`. It covers scrape tweets, search | ||
| tweets, search tweet replies, follower export, user lookup, media workflows, | ||
| monitor tweets, webhooks, giveaway draws, and approval-reviewed post or reply | ||
| actions. |
There was a problem hiding this comment.
The list of features in this paragraph is grammatically inconsistent, mixing verb phrases (e.g., "scrape tweets") with noun phrases (e.g., "follower export"). Additionally, "It covers scrape tweets" is grammatically incorrect. Using gerunds (e.g., "scraping") for actions would improve parallelism and readability.
| `openclaw plugins install @xquik/tweetclaw`. It covers scrape tweets, search | |
| tweets, search tweet replies, follower export, user lookup, media workflows, | |
| monitor tweets, webhooks, giveaway draws, and approval-reviewed post or reply | |
| actions. | |
| `openclaw plugins install @xquik/tweetclaw`. It supports scraping tweets, searching | |
| tweets, searching tweet replies, follower export, user lookup, media workflows, | |
| monitoring tweets, webhooks, giveaway draws, and manually reviewed post or reply | |
| actions. |
| - scrape tweets, search tweets, and search tweet replies | ||
| - follower export, user lookup, media upload, and media download | ||
| - monitor tweets, webhooks, and giveaway draws | ||
| - approval-reviewed post tweets and post tweet replies |
There was a problem hiding this comment.
The phrase "approval-reviewed post tweets" is awkward and grammatically non-standard. Based on the Chinese version ("需要人工确认的"), "manually reviewed" or "approval-gated" would be clearer and more idiomatic.
| - approval-reviewed post tweets and post tweet replies | |
| - manually reviewed posting of tweets and replies |
|
|
||
| 将 Xquik API key 放在 OpenClaw 或 MarketBot 的本地配置里,不要提交到仓库。 | ||
| `twitter-cli` 仍适合本机 cookie 驱动的轻量读取;TweetClaw 更适合需要 | ||
| OpenClaw plugin 安装、结构化返回数据和可复用 agent tool 的场景。 |
There was a problem hiding this comment.
The term "agent tool" should be pluralized to "agent tools" to maintain consistency with the English version of the README and to more accurately reflect the multiple tool capabilities provided by the plugin.
| OpenClaw plugin 安装、结构化返回数据和可复用 agent tool 的场景。 | |
| OpenClaw plugin 安装、结构化返回数据和可复用 agent tools 的场景。 |
|
Pushed I also checked the failing |
Summary
Validation
Tests were not run because this is a docs-only change.