xno-mcp purse custody

xno-mcp Purse Custody (Addresses Only)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "xno-mcp purse custody" with this command: npx skills add casualsecurityinc/xno-skills/casualsecurityinc-xno-skills-xno-mcp-purse-custody

xno-mcp Purse Custody (Addresses Only)

If xno-mcp is available, treat it as a private wallet custody service:

  • The LLM should ask xno-mcp to create a named purse (e.g. "A" ) and only return addresses.

  • Do not ask the user to paste mnemonics/seeds into chat when a purse can be used instead.

Create a purse

Call MCP tool:

  • purse_create with { "name": "A", "format": "bip39", "count": 1 }

Expected result shape:

  • purse name + format

  • A[0] address (nano_... )

Get more addresses (indexes)

  • purse_addresses with { "name": "A", "fromIndex": 0, "count": 5 }

Configure good defaults (RPC URL)

To avoid each agent having to remember an RPC endpoint, set xno-mcp defaults once:

  • config_set with { "rpcUrl": "<node-rpc-url>", "timeoutMs": 15000 }

Then purse_balance / purse_probe_balances can omit rpcUrl .

Check balance without exposing secrets

  • purse_balance with { "name": "A", "index": 0, "includeXno": true }

  • purse_probe_balances with { "name": "A", "count": 5 }

Notes

  • Purse persistence is optional and off by default. If enabled, it’s stored as plaintext JSON under .xno-mcp/ (treat that directory as secret material).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

validate-address

No summary provided by upstream source.

Repository SourceNeeds Review
Security

convert-units

No summary provided by upstream source.

Repository SourceNeeds Review
Security

generate-qr

No summary provided by upstream source.

Repository SourceNeeds Review
Security

create-wallet

No summary provided by upstream source.

Repository SourceNeeds Review