@zeroxyz/cli 0.0.29 → 0.0.32
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 +2 -2
- package/dist/index.js +629 -127
- package/package.json +1 -1
- package/skills/zero/SKILL.md +126 -19
package/README.md
CHANGED
|
@@ -56,11 +56,11 @@ Get full details for a capability from the last search results.
|
|
|
56
56
|
zero get 1
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
Outputs the capability as JSON (URL, method, headers, body schema, cost,
|
|
59
|
+
Outputs the capability as JSON (URL, method, headers, body schema, cost, supported protocols, etc.).
|
|
60
60
|
|
|
61
61
|
### `zero fetch <url>`
|
|
62
62
|
|
|
63
|
-
Fetch a capability URL. Automatically detects `402 Payment Required` responses and reports the
|
|
63
|
+
Fetch a capability URL. Automatically detects `402 Payment Required` responses and reports the protocol in use (x402, MPP, etc.).
|
|
64
64
|
|
|
65
65
|
```bash
|
|
66
66
|
# GET request
|