minia2a-skill 1.0.0 → 1.1.0
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 +16 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minia2a-skill",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Agent skill for
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"description": "Agent skill for minia2a.uk — discover 150+ x402 services, call APIs with USDC, register your own. Zero-dep CLI.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"minia2a": "./cli/minia2a"
|
|
7
7
|
},
|
|
@@ -9,7 +9,20 @@
|
|
|
9
9
|
"cli/",
|
|
10
10
|
"wrappers/"
|
|
11
11
|
],
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"x402",
|
|
14
|
+
"agent",
|
|
15
|
+
"marketplace",
|
|
16
|
+
"usdc",
|
|
17
|
+
"skill",
|
|
18
|
+
"ai-agent",
|
|
19
|
+
"base",
|
|
20
|
+
"mcp",
|
|
21
|
+
"a2a",
|
|
22
|
+
"micropayments",
|
|
23
|
+
"claude-code",
|
|
24
|
+
"agent-economy"
|
|
25
|
+
],
|
|
13
26
|
"author": "minia2a",
|
|
14
27
|
"license": "MIT",
|
|
15
28
|
"repository": {
|