@agnic/wallet-skills 1.3.1 → 1.3.2
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 +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AgnicPay Agentic Wallet Skills
|
|
2
2
|
|
|
3
|
-
Agent Skills for crypto wallet operations. These skills enable AI agents to authenticate, check balances, send USDC, trade tokens, make x402 payments, and verify on-chain identity using the `agnic` CLI.
|
|
3
|
+
Agent Skills for crypto wallet operations. These skills enable AI agents to authenticate, check balances, send USDC, trade tokens, make x402 payments, access 340+ AI models, generate images, and verify on-chain identity using the `agnic` CLI.
|
|
4
4
|
|
|
5
5
|
## Available Skills
|
|
6
6
|
|
|
@@ -15,7 +15,8 @@ Agent Skills for crypto wallet operations. These skills enable AI agents to auth
|
|
|
15
15
|
| **fund-wallet** | Get instructions for adding funds to the wallet |
|
|
16
16
|
| **get-agent-identity** | Check on-chain ERC-8004 identity and trust score |
|
|
17
17
|
| **agent-email** | Manage agent email — send, receive, check inbox |
|
|
18
|
-
| **
|
|
18
|
+
| **ai-gateway** | Access 340+ AI models — chat, image generation (GPT, Claude, Gemini, Llama, Flux) |
|
|
19
|
+
| **agnic** | Unified skill — all wallet, payment, email, identity, and AI capabilities |
|
|
19
20
|
|
|
20
21
|
## Installation
|
|
21
22
|
|
|
@@ -38,6 +39,9 @@ Examples:
|
|
|
38
39
|
- `Find a sentiment analysis API`
|
|
39
40
|
- `Pay for https://api.example.com/data`
|
|
40
41
|
- `What's my agent identity?`
|
|
42
|
+
- `List available AI models`
|
|
43
|
+
- `Ask GPT-4o to explain quantum computing`
|
|
44
|
+
- `Generate an image of a sunset over mountains`
|
|
41
45
|
|
|
42
46
|
## Contributing
|
|
43
47
|
|