Skip to content

Commit 050ebc4

Browse files
kriptoburakclaude
andcommitted
fix: correct trends pricing (3 credits), add badges, links & npm keywords
- Trends: 1 credit -> 3 credits ($0.00045) in SKILL.md and README.md - Add npm version, license, and GitHub stars badges - Add Links section to README - Expand npm keywords from 6 to 16 - Expand per-operation table for 2-credit reads Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 17bb364 commit 050ebc4

3 files changed

Lines changed: 30 additions & 8 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# TweetClaw
22

3+
[![npm](https://img.shields.io/npm/v/@xquik/tweetclaw)](https://www.npmjs.com/package/@xquik/tweetclaw)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5+
![GitHub stars](https://img.shields.io/github/stars/Xquik-dev/tweetclaw)
6+
37
Post tweets, reply, like, retweet, follow, DM & more - directly from your chat. Full X/Twitter automation for [OpenClaw](https://github.com/openclaw/openclaw).
48

59
Powered by [Xquik](https://xquik.com), the all-in-one X automation platform. **Reads from $0.00015/call - 66x cheaper than the official X API.**
@@ -25,8 +29,8 @@ TweetClaw uses Xquik's credit-based pricing. 1 credit = $0.00015.
2529
| Operation | Credits | Cost |
2630
|-----------|---------|------|
2731
| Read (tweet, search, timeline, bookmarks, etc.) | 1 | $0.00015 |
28-
| Read (user profile) | 2 | $0.0003 |
29-
| Read (trends) | 1 | $0.00015 |
32+
| Read (user profile, favoriters, followers you know, verified followers) | 2 | $0.0003 |
33+
| Read (trends) | 3 | $0.00045 |
3034
| Follow check, article | 7 | $0.00105 |
3135
| Write (tweet, like, retweet, follow, DM, etc.) | 2 | $0.0003 |
3236
| Extraction (tweets, replies, quotes, mentions, posts, likes, media, search) | 1/result | $0.00015/result |
@@ -75,7 +79,7 @@ openclaw config set plugins.entries.tweetclaw.config.tempoPrivateKey '0xYOUR_TEM
7579

7680
MPP (Machine Payments Protocol) lets agents pay per API call via Tempo (USDC). No account, no API key, no subscription. Get a Tempo wallet at [tempo.xyz](https://tempo.xyz).
7781

78-
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), media download ($0.00015/media), trends ($0.00015).
82+
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), media download ($0.00015/media), trends ($0.00045).
7983

8084
### Optional settings
8185

@@ -157,9 +161,17 @@ You: "Monitor @elonmusk for new tweets and follower changes"
157161
| **Automations** | Create flows, add steps, test runs, inbound webhooks | Free |
158162
| **Account** | Manage API keys, subscription, connected X accounts | Free |
159163
| **Credits** | Check balance, top up credits | Free |
160-
| **Trends** | X trending topics, curated radar from 7 sources | 1 credit / Free |
164+
| **Trends** | X trending topics, curated radar from 7 sources | 3 credits / Free |
161165
| **Support** | Create tickets, reply, track status | Free |
162166

167+
## Links
168+
169+
- [Xquik Platform](https://xquik.com)
170+
- [API Documentation](https://docs.xquik.com)
171+
- [Billing & Pricing](https://docs.xquik.com/guides/billing)
172+
- [npm Package](https://www.npmjs.com/package/@xquik/tweetclaw)
173+
- [OpenClaw](https://github.com/openclaw/openclaw)
174+
163175
## License
164176

165177
MIT

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,17 @@
3131
"x",
3232
"automation",
3333
"tweetclaw",
34-
"xquik"
34+
"xquik",
35+
"twitter-api",
36+
"x-api",
37+
"social-media",
38+
"scraper",
39+
"mcp",
40+
"ai-agent",
41+
"data-extraction",
42+
"giveaway",
43+
"monitoring",
44+
"tweet"
3545
],
3646
"scripts": {
3747
"typecheck": "tsc --noEmit",

skills/tweetclaw/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TweetClaw uses Xquik's credit-based pricing. 1 credit = $0.00015.
3434
|-----------|---------|------|
3535
| Read (tweet, search, timeline, bookmarks, etc.) | 1 | $0.00015 |
3636
| Read (user profile) | 2 | $0.0003 |
37-
| Read (trends) | 1 | $0.00015 |
37+
| Read (trends) | 3 | $0.00045 |
3838
| Follow check, article | 7 | $0.00105 |
3939
| Write (tweet, like, retweet, follow, DM, etc.) | 2 | $0.0003 |
4040
| Extraction (tweets, replies, quotes, mentions, posts, likes, media, search) | 1/result | $0.00015/result |
@@ -58,7 +58,7 @@ TweetClaw uses Xquik's credit-based pricing. 1 credit = $0.00015.
5858
- **Credits (Stripe)**: Top up via `POST /api/v1/credits/topup` ($10 minimum). Works with all 120 endpoints.
5959
- **MPP (USDC)**: 9 read-only endpoints accept anonymous Tempo payments. No account needed. SDK: `npm i mppx`.
6060

61-
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), media download ($0.00015/media), trends ($0.00015).
61+
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), media download ($0.00015/media), trends ($0.00045).
6262

6363
## When to Use
6464

@@ -318,7 +318,7 @@ Agent uses tweetclaw -> creates ticket with subject and description
318318
| Automations | Create flows, add steps, test runs, inbound webhooks | Free |
319319
| Account | API keys, subscription, connected X accounts | Free |
320320
| Credits | Check balance, top up | Free |
321-
| Trends | X trending topics, curated radar from 7 sources | 1 credit / Free |
321+
| Trends | X trending topics, curated radar from 7 sources | 3 credits / Free |
322322
| Support | Create tickets, reply, track status | Free |
323323

324324
## Tips

0 commit comments

Comments
 (0)