pragma-openclaw 0.1.3 → 0.1.5

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.
@@ -16,7 +16,7 @@
16
16
 
17
17
  ---
18
18
 
19
- ## Tools (34)
19
+ ## Tools (39)
20
20
 
21
21
  ### LeverUp Perpetuals (12)
22
22
  | Tool | Purpose |
@@ -59,6 +59,15 @@ All `pragma.leverup_open_trade` and `pragma.leverup_open_limit_order` calls requ
59
59
  | `pragma.market_search_news` | Search news by keyword | $0.015 |
60
60
  | `pragma.market_get_cb_speeches` | Central bank communications | $0.01 |
61
61
 
62
+ ### Social Intelligence (5)
63
+ | Tool | Purpose | x402 Cost |
64
+ |------|---------|-----------|
65
+ | `pragma.x_search` | Search recent tweets | $0.007/tweet |
66
+ | `pragma.x_get_tweet` | Tweet lookup by ID | $0.007 |
67
+ | `pragma.x_get_user` | User profile lookup | $0.014 |
68
+ | `pragma.x_get_replies` | Get replies to a tweet | $0.007/reply |
69
+ | `pragma.x_get_user_tweets` | Get user's recent tweets | $0.007/tweet |
70
+
62
71
  ### Support (5)
63
72
  | Tool | Purpose |
64
73
  |------|---------|
@@ -17,7 +17,7 @@
17
17
 
18
18
  ---
19
19
 
20
- ## Tools (46)
20
+ ## Tools (51)
21
21
 
22
22
  ### LeverUp Perpetuals (12)
23
23
  | Tool | Purpose |
@@ -72,6 +72,15 @@ All `pragma.leverup_open_trade` and `pragma.leverup_open_limit_order` calls requ
72
72
  | `pragma.market_search_news` | Search news by keyword |
73
73
  | `pragma.market_get_cb_speeches` | Central bank communications |
74
74
 
75
+ ### Social Intelligence (5)
76
+ | Tool | Purpose | x402 Cost |
77
+ |------|---------|-----------|
78
+ | `pragma.x_search` | Search recent tweets | $0.007/tweet |
79
+ | `pragma.x_get_tweet` | Tweet lookup by ID | $0.007 |
80
+ | `pragma.x_get_user` | User profile lookup | $0.014 |
81
+ | `pragma.x_get_replies` | Get replies to a tweet | $0.007/reply |
82
+ | `pragma.x_get_user_tweets` | Get user's recent tweets | $0.007/tweet |
83
+
75
84
  ### Token & Account (3)
76
85
  | Tool | Purpose |
77
86
  |------|---------|
@@ -15,7 +15,7 @@
15
15
 
16
16
  ---
17
17
 
18
- ## Tools (25)
18
+ ## Tools (30)
19
19
 
20
20
  ### nad.fun (8)
21
21
  | Tool | Purpose |
@@ -36,6 +36,15 @@
36
36
  | `pragma.market_search_news` | Search news by keyword (FinancialJuice) | $0.015 |
37
37
  | `pragma.market_get_chart` | Price charts (Pyth Benchmark) | $0.005 |
38
38
 
39
+ ### Social Intelligence (5)
40
+ | Tool | Purpose | x402 Cost |
41
+ |------|---------|-----------|
42
+ | `pragma.x_search` | Search recent tweets | $0.007/tweet |
43
+ | `pragma.x_get_tweet` | Tweet lookup by ID | $0.007 |
44
+ | `pragma.x_get_user` | User profile lookup | $0.014 |
45
+ | `pragma.x_get_replies` | Get replies to a tweet | $0.007/reply |
46
+ | `pragma.x_get_user_tweets` | Get user's recent tweets | $0.007/tweet |
47
+
39
48
  ### Support (5)
40
49
  | Tool | Purpose |
41
50
  |------|---------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pragma-openclaw",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "pragma plugin for OpenClaw — on-chain trading and market intelligence on monad",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",