@pocketagent/paw 1.0.2 → 1.0.3
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pocketagent/paw",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "PocketAgent Wallet -
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "PocketAgent Wallet - agentic wallet for AI agents on Solana 📟",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"bin": "dist/cli/index.js",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dist",
|
|
10
10
|
"README.md",
|
|
11
11
|
"LICENSE",
|
|
12
|
-
"skills
|
|
12
|
+
"skills/**/*"
|
|
13
13
|
],
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "tsc",
|
package/skills/.gitkeep
ADDED
|
File without changes
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pocketagent-wallet
|
|
3
|
+
description: >-
|
|
4
|
+
Lightning-fast autonomous wallet for AI agents on Solana. Use for wallet creation,
|
|
5
|
+
crypto transactions, token swaps, DeFi trading, Jupiter DEX, meme coin trading,
|
|
6
|
+
Solana payments, autonomous trading bots, portfolio management, and agentic wallets.
|
|
7
|
+
license: MIT
|
|
8
|
+
metadata:
|
|
9
|
+
author: PocketAgent Team
|
|
10
|
+
version: "1.0.3"
|
|
11
|
+
category: wallet
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# 📟 PAW Skills for AI Agents
|
|
2
15
|
|
|
3
16
|
**PocketAgent Wallet (PAW)** - Lightning-fast autonomous wallet for AI agents on Solana
|