@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 +3 -3
- package/SKILL.md +1 -1
- package/package.json +1 -1
- package/references/commands.md +1 -1
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://
|
|
40
|
-
- [Dashboard](https://
|
|
41
|
-
- [API Docs](https://
|
|
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@
|
|
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
package/references/commands.md
CHANGED
|
@@ -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@
|
|
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` |
|