@xquik/tweetclaw 1.6.30 → 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 +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Use TweetClaw as an OpenClaw tweet scraper and X/Twitter automation plugin. Sear
|
|
|
26
26
|
openclaw plugins install @xquik/tweetclaw
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
|
|
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.
|
|
30
30
|
|
|
31
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.
|
|
32
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.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": "
|
|
35
|
-
"
|
|
36
|
-
"npmSpec": "@xquik/tweetclaw@1.6.30",
|
|
34
|
+
"defaultChoice": "npm",
|
|
35
|
+
"npmSpec": "@xquik/tweetclaw@1.6.31",
|
|
37
36
|
"minHostVersion": ">=2026.5.4"
|
|
38
37
|
}
|
|
39
38
|
},
|