@xquik/tweetclaw 1.6.29 → 1.6.31

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 CHANGED
@@ -8,7 +8,7 @@
8
8
  [![Context7](https://img.shields.io/badge/Context7-agent_docs-059669)](https://context7.com/xquik-dev/tweetclaw)
9
9
  [![Skills.sh](https://skills.sh/b/xquik-dev/tweetclaw)](https://skills.sh/xquik-dev/tweetclaw)
10
10
  [![Skills.sh x-twitter-scraper Skill](https://skills.sh/b/xquik-dev/x-twitter-scraper)](https://skills.sh/xquik-dev/x-twitter-scraper)
11
- [![Glama MCP server](https://glama.ai/mcp/servers/Xquik-dev/x-twitter-scraper/badges/score.svg)](https://glama.ai/mcp/servers/Xquik-dev/x-twitter-scraper)
11
+ [![Glama MCP server](https://img.shields.io/badge/Glama-MCP%20server-3b82f6)](https://glama.ai/mcp/servers/Xquik-dev/x-twitter-scraper)
12
12
  [![Smithery](https://smithery.ai/badge/xquik/x-twitter-scraper)](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
  [![Apify Actor](https://apify.com/actor-badge?actor=xquik/x-tweet-scraper)](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/kriptoburak/xquik-tweetclaw) first and uses the exact npm package as a fallback when needed.
29
+ This command installs the official npm package `@xquik/tweetclaw`. The [ClawHub discovery page](https://clawhub.ai/plugins/@xquik/tweetclaw) remains useful for browsing, but npm is the canonical install source until the ClawHub owner record catches up with the `@xquik` package scope.
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
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "tweetclaw",
3
3
  "name": "TweetClaw",
4
- "version": "1.6.29",
4
+ "version": "1.6.31",
5
5
  "description": "Post tweets, reply, like, retweet, follow, DM, search, and monitor X/Twitter through structured Xquik endpoints.",
6
6
  "activation": {
7
7
  "onStartup": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xquik/tweetclaw",
3
- "version": "1.6.29",
3
+ "version": "1.6.31",
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",
@@ -31,9 +31,8 @@
31
31
  "pluginSdkVersion": "2026.5.4"
32
32
  },
33
33
  "install": {
34
- "defaultChoice": "clawhub",
35
- "clawhubSpec": "clawhub:@xquik/tweetclaw@1.6.29",
36
- "npmSpec": "@xquik/tweetclaw@1.6.29",
34
+ "defaultChoice": "npm",
35
+ "npmSpec": "@xquik/tweetclaw@1.6.31",
37
36
  "minHostVersion": ">=2026.5.4"
38
37
  }
39
38
  },
@@ -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 this image: https://example.com/photo.jpg"
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