(BETA) AI agent Skills, CLI and MCP server for Nano (XNO). Generate wallets, convert units, validate addresses, QR codes.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"xno-skills": {
"command": "npx",
"args": [
"-y",
"CasualSecurityInc/xno-skills"
]
}
}
}
Run in terminal:
claude mcp add xno-skills npx -y CasualSecurityInc/xno-skills
Add to .cursor/mcp.json:
{
"mcpServers": {
"xno-skills": {
"command": "npx",
"args": [
"-y",
"CasualSecurityInc/xno-skills"
]
}
}
}