@xquik/tweetclaw 1.6.25 → 1.6.26
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 +2 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +3 -3
- package/skills/tweetclaw/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -68,6 +68,8 @@ Tweet composition, style analysis, drafts, curated radar (7 sources), and accoun
|
|
|
68
68
|
openclaw plugins install @xquik/tweetclaw
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
+
OpenClaw resolves this package through [ClawHub](https://clawhub.ai/kriptoburak/xquik-tweetclaw) first and uses the exact npm package as a fallback when needed.
|
|
72
|
+
|
|
71
73
|
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.
|
|
72
74
|
|
|
73
75
|
> **Note:** `@xquik/tweetclaw` is the only official npm package. Any other scope (for example `@intentsolutionsio/tweetclaw`) is an unofficial redistribution and may ship stale metadata or outdated endpoint counts.
|
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.26",
|
|
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.26",
|
|
36
|
+
"npmSpec": "@xquik/tweetclaw@1.6.26",
|
|
37
37
|
"minHostVersion": ">=2026.5.4"
|
|
38
38
|
}
|
|
39
39
|
},
|
|
@@ -3,7 +3,7 @@ name: tweetclaw
|
|
|
3
3
|
description: "Safety-reviewed guide for @xquik/tweetclaw, the Xquik OpenClaw plugin for structured X/Twitter workflows. Covers setup, credential boundaries, explicit approval for writes and paid actions, spending limits, private-data handling, and monitor controls."
|
|
4
4
|
homepage: https://xquik.com
|
|
5
5
|
read_when: ["Installing or configuring the TweetClaw OpenClaw plugin","Using Xquik from OpenClaw with explicit user approval","Checking TweetClaw pricing, credentials, permissions, or safety boundaries","Planning X/Twitter reads, writes, extractions, draws, or monitors safely"]
|
|
6
|
-
metadata: {"openclaw":{"emoji":"🐦","tags":["twitter","x","automation","social-media","tweets","scraping","giveaway","monitoring","rest-api","
|
|
6
|
+
metadata: {"openclaw":{"emoji":"🐦","tags":["twitter","x","automation","social-media","tweets","scraping","giveaway","monitoring","rest-api","pay-per-use","clawhub","context7"],"primaryEnv":"XQUIK_API_KEY","envVars":[{"name":"XQUIK_API_KEY","required":false,"description":"Optional Xquik API key for account-backed TweetClaw workflows. Prefer storing it in OpenClaw plugin config rather than exposing it to the agent session."},{"name":"MPP_SIGNING_KEY","required":false,"description":"Optional Machine Payments Protocol signing key for read-only pay-per-use mode. Store as sensitive OpenClaw plugin config and never print it."}]}}
|
|
7
7
|
license: MIT-0
|
|
8
8
|
---
|
|
9
9
|
|