@xquik/tweetclaw 1.6.24 → 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 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.
@@ -99,7 +101,9 @@ openclaw config set plugins.entries.tweetclaw.config.tempoSigningKey "$MPP_SIGNI
99
101
 
100
102
  **Security**: Keep the signing key out of chats, docs, and shell history. Prefer the environment-variable command above so OpenClaw writes the secret to its local config without exposing it in the prompt.
101
103
 
102
- MPP-eligible endpoints: tweet lookup ($0.00015), tweet search ($0.00015/tweet), user lookup ($0.00015), user tweets ($0.00015/tweet), follower check ($0.00105), article lookup ($0.00105), trends ($0.00045), X trends ($0.00045), quotes ($0.00015/tweet), replies ($0.00015/tweet), retweeters ($0.00015/user), favoriters ($0.00015/user), thread ($0.00015/tweet), user likes ($0.00015/tweet), user media ($0.00015/tweet), community info ($0.00015), community members ($0.00015/user), community moderators ($0.00015/user), community tweets ($0.00015/tweet), community search ($0.00015/community), communities tweets ($0.00015/tweet), list followers ($0.00015/user), list members ($0.00015/user), list tweets ($0.00015/tweet), users batch ($0.00015/user), users search ($0.00015/user), user followers ($0.00015/user), followers you know ($0.00015/user), user following ($0.00015/user), user mentions ($0.00015/tweet), verified followers ($0.00015/user).
104
+ MPP-eligible endpoints: tweet lookup ($0.00015), tweet search ($0.00015/tweet), user lookup ($0.00015), user tweets ($0.00015/tweet), follower check ($0.00105), article lookup ($0.00105), trends ($0.00045), X trends ($0.00045), quotes ($0.00015/tweet), replies ($0.00015/tweet), retweeters ($0.00015/user), favoriters ($0.00015/user), thread ($0.00015/tweet), user likes ($0.00015/tweet), user media timeline reads ($0.00015/tweet), community info ($0.00015), community members ($0.00015/user), community moderators ($0.00015/user), community tweets ($0.00015/tweet), community search ($0.00015/community), communities tweets ($0.00015/tweet), list followers ($0.00015/user), list members ($0.00015/user), list tweets ($0.00015/tweet), users batch ($0.00015/user), users search ($0.00015/user), user followers ($0.00015/user), followers you know ($0.00015/user), user following ($0.00015/user), user mentions ($0.00015/tweet), verified followers ($0.00015/user).
105
+
106
+ Media downloads and gallery creation are not MPP-eligible. The user media endpoint returns a user's media-tweet timeline; it does not download files or create gallery links.
103
107
 
104
108
  ### Enable the optional action tool
105
109
 
@@ -198,12 +202,14 @@ You: "Monitor @elonmusk for new tweets, replies, and retweets"
198
202
  | **Composition** | Compose, drafts, writing styles, radar | Free / Mixed |
199
203
  | **Credits** | Check balance | Free |
200
204
  | **Extraction** | 23 extraction tools, giveaway draws, exports | 1-5 credits/result |
201
- | **Media** | Upload media via URL, download tweet media, get gallery links | 1-2 credits |
205
+ | **Media** | Upload media via URL, authenticated media download, gallery links | 1-2 credits |
202
206
  | **Monitoring** | Create monitors, view events, manage webhooks | Free |
203
207
  | **Twitter** | Search, lookups, timelines, articles, trends, bookmarks, notifications | 1-5 credits |
204
208
  | **X Accounts** | List connected account handles for explicit user-selected actions | Free |
205
209
  | **X Write** | Post, reply, like, retweet, follow, remove follower, DM, profile, communities | 10 credits |
206
210
 
211
+ Media download requires authenticated access and is not MPP-eligible. MPP only includes media-tweet timeline reads, not file download or gallery creation.
212
+
207
213
  ## Links
208
214
 
209
215
  - [Xquik Platform](https://xquik.com)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "tweetclaw",
3
3
  "name": "TweetClaw",
4
- "version": "1.6.24",
4
+ "version": "1.6.26",
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.24",
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.24",
36
- "npmSpec": "@xquik/tweetclaw@1.6.24",
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","cheap-api"],"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."}]}}
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
 
@@ -68,7 +68,7 @@ Source: [official X API pricing](https://docs.x.com/x-api/getting-started/pricin
68
68
  - **Credits**: Top up credits in the Xquik dashboard. The plugin can read the current balance.
69
69
  - **MPP**: 31 read-only endpoints accept anonymous on-chain payments. No account needed. SDK: `npm i mppx viem`.
70
70
 
71
- MPP pricing: tweet lookup ($0.00015), tweet search ($0.00015/tweet), user lookup ($0.00015), user tweets ($0.00015/tweet), follower check ($0.00105), article ($0.00105), trends ($0.00045), X trends ($0.00045), quotes ($0.00015/tweet), replies ($0.00015/tweet), retweeters ($0.00015/user), favoriters ($0.00015/user), thread ($0.00015/tweet), user likes ($0.00015/tweet), user media ($0.00015/tweet), community info ($0.00015), community members ($0.00015/user), community moderators ($0.00015/user), community tweets ($0.00015/tweet), community search ($0.00015/community), communities tweets ($0.00015/tweet), list followers ($0.00015/user), list members ($0.00015/user), list tweets ($0.00015/tweet), users batch ($0.00015/user), users search ($0.00015/user), user followers ($0.00015/user), followers you know ($0.00015/user), user following ($0.00015/user), user mentions ($0.00015/tweet), verified followers ($0.00015/user).
71
+ MPP pricing: tweet lookup ($0.00015), tweet search ($0.00015/tweet), user lookup ($0.00015), user tweets ($0.00015/tweet), follower check ($0.00105), article ($0.00105), trends ($0.00045), X trends ($0.00045), quotes ($0.00015/tweet), replies ($0.00015/tweet), retweeters ($0.00015/user), favoriters ($0.00015/user), thread ($0.00015/tweet), user likes ($0.00015/tweet), user media timeline reads ($0.00015/tweet), community info ($0.00015), community members ($0.00015/user), community moderators ($0.00015/user), community tweets ($0.00015/tweet), community search ($0.00015/community), communities tweets ($0.00015/tweet), list followers ($0.00015/user), list members ($0.00015/user), list tweets ($0.00015/tweet), users batch ($0.00015/user), users search ($0.00015/user), user followers ($0.00015/user), followers you know ($0.00015/user), user following ($0.00015/user), user mentions ($0.00015/tweet), verified followers ($0.00015/user).
72
72
 
73
73
  ## Documentation
74
74
 
@@ -118,7 +118,7 @@ Requires an Xquik API key from [dashboard.xquik.com](https://dashboard.xquik.com
118
118
 
119
119
  ### MPP mode (no account, pay-per-use)
120
120
 
121
- MPP (Machine Payments Protocol) is an optional mode for anonymous, pay-per-use access to 31 read-only X-API endpoints - no Xquik account or API key required. The `tempoSigningKey` is a 66-character hex key that signs on-chain micropayment proofs (via the `mppx` SDK) when the runtime receives an HTTP 402 challenge. The signing key stays in the plugin config and is used only to sign payment proofs; it is not an API credential and grants no account access. If you don't use MPP, leave this field unset.
121
+ MPP (Machine Payments Protocol) is an optional mode for anonymous, pay-per-use access to 31 read-only X-API endpoints - no Xquik account or API key required. The `tempoSigningKey` is a 66-character hex key that signs on-chain micropayment proofs (via the `mppx` SDK) when the runtime receives an HTTP 402 challenge. The signing key stays in the plugin config and is used only to sign payment proofs; it is not an API credential and grants no account access. The user media endpoint is a timeline read, not media file download; media downloads require account-backed access and are not MPP-eligible. If you don't use MPP, leave this field unset.
122
122
 
123
123
  ```bash
124
124
  npm i mppx viem
@@ -311,7 +311,7 @@ Agent uses tweetclaw -> calls /api/v1/x/articles/:tweetId, returns title, body,
311
311
  | Composition | Compose, drafts, styles, radar | Free / Mixed |
312
312
  | Credits | Check balance | Free |
313
313
  | Extraction | 23 extraction tools, giveaway draws, exports | 1-5 credits/result |
314
- | Media | Upload media, download tweet media | 1-2 credits |
314
+ | Media | Upload media, authenticated tweet media download | 1-2 credits |
315
315
  | Monitoring | Create monitors, view events, webhooks | Free |
316
316
  | Twitter | Search, lookups, timelines, articles, trends, bookmarks, notifications | 1-5 credits |
317
317
  | X Accounts | List connected account handles for explicit user-selected actions | Free |