@byreal-io/byreal-cli-realclaw 0.3.7 → 0.3.9
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 +11 -0
- package/dist/index.cjs +2485 -1089
- package/package.json +2 -2
- package/skills/byreal-cli-realclaw/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byreal-io/byreal-cli-realclaw",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"description": "AI-native CLI for Byreal CLMM DEX on Solana",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@solana/spl-token": "0.4.13",
|
|
54
54
|
"@solana/web3.js": "1.98.4",
|
|
55
55
|
"@types/bn.js": "5.2.0",
|
|
56
|
-
"@types/node": "20.19.35",
|
|
56
|
+
"@types/node": "^20.19.35",
|
|
57
57
|
"bn.js": "5.2.3",
|
|
58
58
|
"bs58": "6.0.0",
|
|
59
59
|
"chalk": "5.6.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: byreal-cli-realclaw
|
|
3
|
-
description: "RealClaw edition of Byreal DEX CLI (Solana): query pools/tokens/TVL, analyze pool APR & risk, open/close/claim CLMM positions, token swap, wallet balance. Outputs unsigned base64 transactions for hosted wallet signing. Use when user mentions Byreal, LP, liquidity, pools, DeFi positions, token swap, or Solana DEX operations."
|
|
3
|
+
description: "RealClaw edition of Byreal DEX CLI (Solana): query pools/tokens/TVL, analyze pool APR & risk, open/close/claim CLMM positions, token swap, wallet balance, Jupiter swap & limit orders, Kamino lending (idle yield), rent reclaim, dust token sweep. Outputs unsigned base64 transactions for hosted wallet signing. Use when user mentions Byreal, LP, liquidity, pools, DeFi positions, token swap, Jupiter, Kamino, rent, sweep, or Solana DEX operations."
|
|
4
4
|
metadata:
|
|
5
5
|
openclaw:
|
|
6
6
|
homepage: https://github.com/byreal-git/byreal-agent-skills
|