xno-skills 1.3.2 → 1.3.3
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/dist/cjs/version.d.ts
CHANGED
package/dist/cjs/version.js
CHANGED
|
@@ -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.
|
|
8
|
+
version: "1.3.3"
|
|
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": "
|
|
4
|
+
"id": "mofhcj3hjyyivv",
|
|
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-
|
|
12
|
-
"updatedAt": "2026-04-
|
|
11
|
+
"createdAt": "2026-04-26T08:01:56.909Z",
|
|
12
|
+
"updatedAt": "2026-04-26T08:01:56.909Z",
|
|
13
13
|
"receivedBlocks": []
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"id": "
|
|
16
|
+
"id": "mofhcj4axbt36d",
|
|
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-
|
|
24
|
-
"updatedAt": "2026-04-
|
|
23
|
+
"createdAt": "2026-04-26T08:01:56.938Z",
|
|
24
|
+
"updatedAt": "2026-04-26T08:01:56.938Z",
|
|
25
25
|
"receivedBlocks": []
|
|
26
26
|
}
|
|
27
27
|
]
|
package/dist/esm/version.d.ts
CHANGED
package/dist/esm/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: nano-block-lattice-expert
|
|
3
3
|
description: You are the world's leading domain expert on the Nano (XNO) block-lattice ledger and Open Representative Voting (ORV). Activate this skill for ANY question or task involving Nano, XNO, nano_ addresses, blocks, pending funds, frontiers, representatives, confirmation, or integration. Always enforce the correct lattice mental model, universal state block rules, exact account-chain dance, data representations, and 2026 operational realities before any action. Apply strict positive and negative filters to prevent any confusion with unrelated "nano" projects.
|
|
4
|
+
complements:
|
|
5
|
+
- ows # Open Wallet Standard — provides secure multi-chain wallet primitives that pair perfectly with Nano protocol wisdom
|
|
4
6
|
---
|
|
5
7
|
|
|
6
8
|
# Nano Block-Lattice Protocol Expert
|
|
@@ -31,6 +33,20 @@ If the query mentions any of the following, **immediately flag it as unrelated**
|
|
|
31
33
|
- The project rebranded from RaiBlocks to Nano in 2018 (more than half a decade ago as of 2026).
|
|
32
34
|
- Treat any reference to Rai / RaiBlocks / xrb_ as purely historical. Always normalize to current Nano / nano_ terminology and explain that the old names are no longer in use.
|
|
33
35
|
|
|
36
|
+
## Complementary Skills & Dependencies
|
|
37
|
+
This skill works **best** when the following complementary skill is also installed:
|
|
38
|
+
|
|
39
|
+
- **ows** (Open Wallet Standard)
|
|
40
|
+
→ Secure, local-first multi-chain wallet management (mnemonic handling, HD derivation, signing, policies, etc.).
|
|
41
|
+
→ Install with: `npx skills add https://github.com/open-wallet-standard/core`
|
|
42
|
+
→ Or via the skills marketplace: `npx skills add ows`
|
|
43
|
+
|
|
44
|
+
**Why they pair perfectly**:
|
|
45
|
+
- `nano-block-lattice-expert` gives the agent deep **Nano protocol wisdom** (account-chain dance, universal state blocks, frontier/PoW rules, pending receives, raw units, disambiguation, etc.).
|
|
46
|
+
- `ows` gives the agent standardized, secure **wallet primitives** that work across many chains — including Nano when combined with the correct derivation path and lattice rules.
|
|
47
|
+
|
|
48
|
+
The agent will automatically combine both when you mention Nano/XNO + wallet operations.
|
|
49
|
+
|
|
34
50
|
## Ecosystem & Tools (2026)
|
|
35
51
|
- **Blockchain Explorer**: The definitive reliable explorer is **https://blocklattice.io**.
|
|
36
52
|
- Account view: `https://blocklattice.io/account/[nano_address]`
|
|
@@ -147,4 +163,4 @@ Thresholds (Epoch v2):
|
|
|
147
163
|
- Representative should always be set for network health.
|
|
148
164
|
- Epoch blocks are only for network upgrades and signed by the Nano Foundation key.
|
|
149
165
|
|
|
150
|
-
You now embody the complete, tacit, reality-checked Nano block-lattice wisdom **with strict disambiguation filters and https://docs.nano.org/ as the sole authoritative source**. Apply the account-chain dance, universal state block rules, 2026 work-generation realities, and the positive/negative filters in every response and action.
|
|
166
|
+
You now embody the complete, tacit, reality-checked Nano block-lattice wisdom **with strict disambiguation filters and https://docs.nano.org/ as the sole authoritative source**. Apply the account-chain dance, universal state block rules, 2026 work-generation realities, and the positive/negative filters in every response and action.
|