eliza-plugin-insumer 1.3.3 → 1.3.5
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 +3 -3
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# eliza-plugin-insumer
|
|
2
2
|
|
|
3
|
-
ElizaOS plugin for [InsumerAPI](https://insumermodel.com) — 10 actions for
|
|
3
|
+
ElizaOS plugin for [InsumerAPI](https://insumermodel.com) — 10 actions for condition-based access across 33 blockchains.
|
|
4
4
|
|
|
5
|
-
An agent can go from zero to running a
|
|
5
|
+
An agent can go from zero to running a condition-based commerce operation with no human involvement: provision an API key with USDC, create a merchant, configure which tokens gate access, add credits, verify wallets, run ACP/UCP commerce flows, and confirm payments — all autonomously.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -223,7 +223,7 @@ If the API cannot reach one or more data sources after retries, actions return `
|
|
|
223
223
|
|
|
224
224
|
## Pricing
|
|
225
225
|
|
|
226
|
-
**Tiers:** Free (100 reads/day, 10 credits) | Pro $
|
|
226
|
+
**Tiers:** Free (100 reads/day, 10 credits) | Pro $29/mo (1,000 credits/mo, 10,000/day) | Enterprise $99/mo (5,000 credits/mo, 100,000/day)
|
|
227
227
|
|
|
228
228
|
**Volume discounts:** $5–$99 = $0.04/call (25 credits/$1) · $100–$499 = $0.03 (33/$1, 25% off) · $500+ = $0.02 (50/$1, 50% off)
|
|
229
229
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eliza-plugin-insumer",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "ElizaOS plugin for InsumerAPI —
|
|
3
|
+
"version": "1.3.5",
|
|
4
|
+
"description": "ElizaOS plugin for InsumerAPI — condition-based access for autonomous agents. 10 actions: buy API key, create merchant, configure conditions, add credits, verify wallets, trust profiles (40 checks across 24 chains incl. Solana, XRPL, Bitcoin), ACP/UCP commerce, confirm payments. ECDSA-signed results across 33 blockchains.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"prepublishOnly": "npm run build"
|
|
22
22
|
},
|
|
23
23
|
"keywords": [
|
|
24
|
+
"condition-based-access",
|
|
24
25
|
"elizaos",
|
|
25
26
|
"eliza",
|
|
26
27
|
"plugin",
|