generate nano qr code

Generate Nano QR Code

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 "generate nano qr code" with this command: npx skills add casualsecurityinc/xno-skills/casualsecurityinc-xno-skills-generate-nano-qr-code

Generate Nano QR Code

Generates a terminal-friendly ASCII QR code for a Nano address, optionally including an amount.

CLI Usage

Basic QR (address only)

npx -y xno-skills qr nano_1abc123...

QR with amount (in XNO, decimal)

npx -y xno-skills qr nano_1abc123... --amount 1.5

JSON output (for scripts)

npx -y xno-skills qr nano_1abc123... --amount 1.5 --json

Returns:

  • content : the canonical nano: URI (nano:<address>?amount=<raw> )

  • qr : the ASCII QR block

Notes

  • The CLI validates the address before generating the QR.

  • The --amount value is interpreted as XNO (Nano), not raw.

Top-Up Requests

Use this when the user needs to receive XNO (fund their own wallet):

  • If they want an easy “fund this address” QR, generate an address-only QR.

  • If the user wants a specific amount, generate a QR with --amount ; the resulting nano: URI includes the raw amount parameter.

In interactive flows, ask for:

  • The receiving address (or confirm it).

  • Optional amount in XNO.

If the user asks to send XNO “to the agent / to you”, respond that the agent can’t receive funds, and pivot to helping them generate/validate a wallet they control.

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

generate-qr

No summary provided by upstream source.

Repository SourceNeeds Review
Security

convert-units

No summary provided by upstream source.

Repository SourceNeeds Review
Security

validate-address

No summary provided by upstream source.

Repository SourceNeeds Review
Security

create-wallet

No summary provided by upstream source.

Repository SourceNeeds Review