@xquik/tweetclaw 1.6.29 → 1.6.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -7
- package/openclaw.plugin.json +1 -1
- package/package.json +3 -3
- package/skills/tweetclaw/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://context7.com/xquik-dev/tweetclaw)
|
|
9
9
|
[](https://skills.sh/xquik-dev/tweetclaw)
|
|
10
10
|
[](https://skills.sh/xquik-dev/x-twitter-scraper)
|
|
11
|
-
[](https://glama.ai/mcp/servers/Xquik-dev/x-twitter-scraper)
|
|
12
12
|
[](https://smithery.ai/servers/xquik/x-twitter-scraper)
|
|
13
13
|
<a href="https://nothumansearch.ai/site/xquik.com" target="_blank" rel="noopener"><img src="https://nothumansearch.ai/badge/xquik.com.svg" alt="NHS Agentic Readiness Score" height="28"></a>
|
|
14
14
|
[](https://apify.com/xquik/x-tweet-scraper)
|
|
@@ -18,11 +18,7 @@ chat. Full X/Twitter automation for [OpenClaw](https://github.com/openclaw/openc
|
|
|
18
18
|
|
|
19
19
|
Hermes Agent users should use [Hermes Tweet](https://github.com/Xquik-dev/hermes-tweet), the native Python plugin for the same Xquik API contract.
|
|
20
20
|
|
|
21
|
-
Search tweets, search tweet replies, post tweets, post tweet replies, export
|
|
22
|
-
followers, look up users, upload media, download media, send direct messages,
|
|
23
|
-
monitor tweets, deliver webhooks, and run giveaway draws through structured
|
|
24
|
-
agent tools. Powered by [Xquik](https://xquik.com), the all-in-one X automation
|
|
25
|
-
platform.
|
|
21
|
+
Use TweetClaw as an OpenClaw tweet scraper and X/Twitter automation plugin. Search tweets, search tweet replies, post tweets, post tweet replies, scrape tweets, run follower export, perform user lookup, handle media upload and media download, send direct messages, monitor tweets, deliver webhooks, and run giveaway draws. Powered by [Xquik](https://xquik.com), the all-in-one X automation platform.
|
|
26
22
|
|
|
27
23
|
## Install
|
|
28
24
|
|
|
@@ -30,7 +26,7 @@ platform.
|
|
|
30
26
|
openclaw plugins install @xquik/tweetclaw
|
|
31
27
|
```
|
|
32
28
|
|
|
33
|
-
OpenClaw resolves this package through [ClawHub](https://clawhub.ai/
|
|
29
|
+
OpenClaw resolves this package through [ClawHub](https://clawhub.ai/plugins/@xquik/tweetclaw) first and uses the exact npm package as a fallback when needed.
|
|
34
30
|
|
|
35
31
|
TweetClaw can be installed before credentials are configured. Until you add an API key or MPP signing key, the free `explore` catalog remains available and live API calls return setup guidance instead of failing plugin installation.
|
|
36
32
|
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xquik/tweetclaw",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.30",
|
|
4
4
|
"description": "Post tweets, reply, like, retweet, follow, DM & more from OpenClaw through structured Xquik endpoints.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"install": {
|
|
34
34
|
"defaultChoice": "clawhub",
|
|
35
|
-
"clawhubSpec": "clawhub:@xquik/tweetclaw@1.6.
|
|
36
|
-
"npmSpec": "@xquik/tweetclaw@1.6.
|
|
35
|
+
"clawhubSpec": "clawhub:@xquik/tweetclaw@1.6.30",
|
|
36
|
+
"npmSpec": "@xquik/tweetclaw@1.6.30",
|
|
37
37
|
"minHostVersion": ">=2026.5.4"
|
|
38
38
|
}
|
|
39
39
|
},
|
|
@@ -208,7 +208,7 @@ Agent uses tweetclaw -> PATCH /api/v1/x/profile, PATCH /api/v1/x/profile/avatar
|
|
|
208
208
|
### Upload media and tweet with image
|
|
209
209
|
|
|
210
210
|
```
|
|
211
|
-
You: "Tweet 'Check this out!' with
|
|
211
|
+
You: "Tweet 'Check this out!' with the attached image file"
|
|
212
212
|
Agent uses tweetclaw -> uploads media, posts tweet with media_ids
|
|
213
213
|
```
|
|
214
214
|
|