-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 935 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "swapper-toolkit",
"version": "0.1.0",
"description": "DeFi toolkit for AI agents and coding assistants — deposit funds, execute trades, and manage crypto wallets. Works with Claude Code, Cursor, Windsurf, OpenClaw, CrewAI, AutoGPT, and other AI agent frameworks.",
"keywords": [
"claude-code",
"cursor",
"windsurf",
"copilot",
"openclaw",
"crewai",
"autogpt",
"langchain",
"ai-agent",
"ai-coding-assistant",
"ai-agent-tools",
"autonomous-agents",
"defi",
"crypto",
"trading",
"wallet",
"token-swap",
"dex",
"blockchain",
"web3"
],
"author": "swapper",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/swapperfinance/swapper-toolkit"
},
"claude-code": {
"type": "skill-pack",
"skills": [
"skills/swapper-deposit"
]
},
"files": [
"skills/",
"CLAUDE.md"
]
}