xno-skills 1.3.4 → 1.4.0

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.
@@ -1,6 +1,6 @@
1
1
  export declare const pkg: {
2
2
  readonly name: "xno-skills";
3
- readonly version: "1.3.4";
3
+ readonly version: "1.4.0";
4
4
  };
5
- export declare const version: "1.3.4";
5
+ export declare const version: "1.4.0";
6
6
  //# sourceMappingURL=version.d.ts.map
@@ -5,7 +5,7 @@ exports.version = exports.pkg = void 0;
5
5
  // Keep this in sync by running "npm run build" (prebuild hook).
6
6
  exports.pkg = {
7
7
  name: "xno-skills",
8
- version: "1.3.4"
8
+ version: "1.4.0"
9
9
  };
10
10
  exports.version = exports.pkg.version;
11
11
  //# sourceMappingURL=version.js.map
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "requests": [
3
3
  {
4
- "id": "mofhy2ibb1b4dv",
4
+ "id": "mofi5c6tddu5mz",
5
5
  "owsWalletId": "A",
6
6
  "accountIndex": 0,
7
7
  "address": "nano_1link1111111111111111111111111111111111111111111111111111111",
8
8
  "amountRaw": "10000000000000000000000000000",
9
9
  "reason": "explicit wallet test",
10
10
  "status": "pending",
11
- "createdAt": "2026-04-26T08:18:41.843Z",
12
- "updatedAt": "2026-04-26T08:18:41.843Z",
11
+ "createdAt": "2026-04-26T08:24:20.981Z",
12
+ "updatedAt": "2026-04-26T08:24:20.981Z",
13
13
  "receivedBlocks": []
14
14
  },
15
15
  {
16
- "id": "mofhy2j23clmdw",
16
+ "id": "mofi5c7yacpxf9",
17
17
  "owsWalletId": "A",
18
18
  "accountIndex": 0,
19
19
  "address": "nano_1link1111111111111111111111111111111111111111111111111111111",
20
20
  "amountRaw": "500000000000000000000000000000",
21
21
  "reason": "status check test",
22
22
  "status": "pending",
23
- "createdAt": "2026-04-26T08:18:41.870Z",
24
- "updatedAt": "2026-04-26T08:18:41.870Z",
23
+ "createdAt": "2026-04-26T08:24:21.022Z",
24
+ "updatedAt": "2026-04-26T08:24:21.022Z",
25
25
  "receivedBlocks": []
26
26
  }
27
27
  ]
@@ -1,6 +1,6 @@
1
1
  export declare const pkg: {
2
2
  readonly name: "xno-skills";
3
- readonly version: "1.3.4";
3
+ readonly version: "1.4.0";
4
4
  };
5
- export declare const version: "1.3.4";
5
+ export declare const version: "1.4.0";
6
6
  //# sourceMappingURL=version.d.ts.map
@@ -2,7 +2,7 @@
2
2
  // Keep this in sync by running "npm run build" (prebuild hook).
3
3
  export const pkg = {
4
4
  name: "xno-skills",
5
- version: "1.3.4"
5
+ version: "1.4.0"
6
6
  };
7
7
  export const version = pkg.version;
8
8
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xno-skills",
3
- "version": "1.3.4",
3
+ "version": "1.4.0",
4
4
  "description": "XNO CLI - Interact with the Nano cryptocurrency",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: check-balance
2
+ name: nano-check-balance
3
3
  description: "Check a Nano account's balance and pending amount. You can check YOUR wallet's balance (via wallet_balance/wallet_probe_balances) or any address (via rpc_account_balance)."
4
4
  triggers:
5
5
  - check balance
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: convert-units
2
+ name: nano-convert-units
3
3
  description: Convert between XNO units (raw/xno/knano/mnano) with exact BigInt precision.
4
4
  triggers:
5
5
  - convert units
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: create-wallet
2
+ name: nano-create-wallet
3
3
  description: "Create or restore a Nano (XNO) wallet via Open Wallet Standard (OWS). For secure custody, rely on the unified OWS framework."
4
4
  triggers:
5
5
  - create wallet
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: generate-qr
2
+ name: nano-generate-qr
3
3
  description: Generate an ASCII QR code for a Nano address (optionally with an amount).
4
4
  triggers:
5
5
  - qr code
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: mcp-wallet
2
+ name: nano-mcp-wallet
3
3
  description: "You ARE a Nano (XNO) wallet operator via xno-mcp (bridging OWS). You can list wallets, check balances, send and receive XNO using OWS keys. Call wallet_list first."
4
4
  triggers:
5
5
  - purse
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: request-payment
2
+ name: nano-request-payment
3
3
  description: Request XNO from the operator. Creates a payment request, presents address/QR, watches for funds, receives them, and reports back.
4
4
  triggers:
5
5
  - request payment
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: return-funds
2
+ name: nano-return-funds
3
3
  description: Return XNO to the operator or original sender. Identifies source addresses, confirms before sending, handles ambiguity safely.
4
4
  triggers:
5
5
  - return funds
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: sign-message
2
+ name: nano-sign-message
3
3
  description: Sign an off-chain message (plain text) using a custodial wallet managed by xno-mcp. Following NOMS (Nano Off-chain Message Signature) / ORIS-001.
4
4
  triggers:
5
5
  - sign message
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: validate-address
2
+ name: nano-validate-address
3
3
  description: Validate Nano (XNO) addresses offline (format, checksum); no network.
4
4
  triggers:
5
5
  - validate address
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: verify-message
2
+ name: nano-verify-message
3
3
  description: Verify an off-chain message signature (NOMS / ORIS-001 standard) against a Nano address or public key.
4
4
  triggers:
5
5
  - verify message