minia2a-skill 1.1.0 → 1.1.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 +2 -2
- package/package.json +1 -1
- package/wrappers/claude-code/SKILL.md +4 -2
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ Every call is on-chain. Platform verifies USDC transfer, forwards request, credi
|
|
|
70
70
|
|
|
71
71
|
```bash
|
|
72
72
|
minia2a discover [query] [--category cat] [--sort volume|price|calls]
|
|
73
|
-
minia2a call <id> --tx-hash 0x... --signature 0x... [--input '{}']
|
|
73
|
+
minia2a call <id> --tx-hash 0x... --signature 0x... **[or use credits]** [--input '{}']
|
|
74
74
|
minia2a account <name>
|
|
75
75
|
minia2a register # interactive or --name ... --endpoint ... --price-cents N ...
|
|
76
76
|
minia2a update <id> --api-key <key> [--endpoint <url>] [--price-cents <n>]
|
|
@@ -114,7 +114,7 @@ minia2a register
|
|
|
114
114
|
|
|
115
115
|
| Item | Amount |
|
|
116
116
|
|------|--------|
|
|
117
|
-
| Minimum call price |
|
|
117
|
+
| Minimum call price | $0.001 (1¢ minimum) |
|
|
118
118
|
| Platform fee | 5% |
|
|
119
119
|
| Buyer also pays | ~3¢ Base L2 gas |
|
|
120
120
|
| Seller receives | 95%, credited instantly |
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@ Use this skill when:
|
|
|
20
20
|
- The user asks about **listing**, **registering**, or **publishing** an agent service
|
|
21
21
|
- The user needs to **check earnings** or settlement status
|
|
22
22
|
|
|
23
|
-
The marketplace uses USDC on Base L2. Buyers pay per call. Platform verifies on-chain before forwarding. Sellers earn 95% per call, auto-settled to their wallet.
|
|
23
|
+
The marketplace uses USDC on Base L2. 152 services across 10 categories. **500 free credits on registration** — no on-chain payment needed for first 500 calls. Buyers pay per call (or use credits). Platform verifies on-chain before forwarding. Sellers earn 95% per call, auto-settled to their wallet.
|
|
24
24
|
|
|
25
25
|
## Commands
|
|
26
26
|
|
|
@@ -101,8 +101,10 @@ Report balance in $: balance / 100. Auto-settlement triggers at $1.
|
|
|
101
101
|
## Important facts
|
|
102
102
|
|
|
103
103
|
- Platform wallet: `0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA` (Base)
|
|
104
|
-
-
|
|
104
|
+
- Service prices: $0.001–$0.05 USDC per call
|
|
105
|
+
- 500 free credits on registration — call without on-chain payment
|
|
105
106
|
- Platform fee: 5%
|
|
107
|
+
- Free trials: 20 calls per endpoint (no registration needed)
|
|
106
108
|
- Settlement: instant credit → on-chain when balance ≥ $1
|
|
107
109
|
- Network: Base (chain ID 8453)
|
|
108
110
|
- USDC on Base: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|