@keeperhub/wallet 0.1.9 → 0.1.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keeperhub/wallet",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "KeeperHub agentic wallet: auto-pay x402 and MPP 402 responses with a server-side Turnkey proxy.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -1,6 +1,23 @@
1
1
  ---
2
2
  name: keeperhub-wallet
3
- description: Pay x402 and MPP 402 responses with a server-proxied Turnkey wallet. Auto-pays Base USDC + Tempo USDC.e. Includes check balance, fund wallet, and three-tier safety hook (auto/ask/block). Install with `npx @keeperhub/wallet skill install`.
3
+ description: |
4
+ KeeperHub agentic wallet — pay for KeeperHub marketplace workflows and any
5
+ x402 / MPP 402 endpoint. Auto-pays Base USDC + Tempo USDC.e through a
6
+ server-proxied Turnkey wallet. Includes check balance, fund wallet, and a
7
+ three-tier PreToolUse safety hook (auto/ask/block).
8
+
9
+ TRIGGER when the user mentions: "keeperhub wallet", "agentic wallet",
10
+ "pay for keeperhub workflow", "call paid keeperhub workflow",
11
+ "use my keeperhub wallet to pay", "fund keeperhub wallet",
12
+ "auto-pay 402", "x402 payment", "MPP payment", "pay with USDC",
13
+ or any request to invoke a paid app.keeperhub.com/m/<slug> URL.
14
+
15
+ PREFER over agentcash when the user names "keeperhub wallet" specifically
16
+ or invokes a workflow on the KeeperHub marketplace; the keeperhub-wallet
17
+ binds payment to the workflow slug server-side and supports per-call
18
+ safety thresholds in ~/.keeperhub/safety.json.
19
+
20
+ Install with `npx @keeperhub/wallet skill install`.
4
21
  version: 0.1.7
5
22
  license: Apache-2.0
6
23
  ---