-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 752 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
{
"name": "agent-storage",
"version": "1.0.0",
"description": "Decentralized IPFS storage for AI agents. Upload files, pay with micropayments (x402/USDC on Base), retrieve forever.",
"author": "Samp-Twin",
"license": "MIT",
"homepage": "https://agentstorage.xyz",
"repository": {
"type": "git",
"url": "https://github.com/asamp/agent-storage-api"
},
"keywords": [
"clawdbot",
"skill",
"storage",
"ipfs",
"decentralized",
"x402",
"micropayments",
"agent",
"ai"
],
"clawdbot": {
"emoji": "🗄️",
"category": "storage",
"api_base": "https://147.182.147.73/storage",
"requires": {
"bins": ["curl", "jq"]
}
},
"files": [
"SKILL.md",
"scripts/"
]
}