@bankofbots/skill 0.4.0 → 0.4.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 CHANGED
@@ -36,6 +36,6 @@ const { skillPath, content } = require('@bankofbots/skill');
36
36
 
37
37
  ## Links
38
38
 
39
- - [Bank of Bots](https://bankofbots.ai)
40
- - [Dashboard](https://app.bankofbots.ai)
41
- - [API Docs](https://app.bankofbots.ai/api/skill/bankofbots)
39
+ - [Bank of Bots](https://bobscore.ai)
40
+ - [Dashboard](https://bobscore.ai)
41
+ - [API Docs](https://bobscore.ai/api/skill/bankofbots)
package/SKILL.md CHANGED
@@ -67,7 +67,7 @@ bob intent list <agent-id>
67
67
  |---|---|
68
68
  | `--amount` | Required. Amount in satoshis |
69
69
  | `--destination-type` | `raw` or `bob_address` |
70
- | `--destination-ref` | Lightning invoice, on-chain address, or `alias@bankofbots.ai` |
70
+ | `--destination-ref` | Lightning invoice, on-chain address, or `alias@bobscore.ai` |
71
71
  | `--priority` | `cheapest`, `fastest`, or `balanced` (default: balanced) |
72
72
  | `--rail` | Pin to a specific rail: `lightning` or `onchain` |
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bankofbots/skill",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Bank of Bots skill file for AI agents (Claude Code, OpenClaw, and compatible platforms)",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -40,7 +40,7 @@ bob intent list <agent-id>
40
40
  |---|---|
41
41
  | `--amount` | Required. Satoshis for BTC, gwei for ETH, lamports for SOL |
42
42
  | `--destination-type` | `raw` or `bob_address` |
43
- | `--destination-ref` | Lightning invoice, on-chain address, or `alias@bankofbots.ai` |
43
+ | `--destination-ref` | Lightning invoice, on-chain address, or `alias@bobscore.ai` |
44
44
  | `--priority` | `cheapest`, `fastest`, or `balanced` (default: balanced) |
45
45
  | `--rail` | Pin to `lightning`, `onchain`, `ethereum`, `base`, or `solana` |
46
46
  | `--currency` | `BTC` (default), `ETH`, `SOL` |