用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/XSpoonAi/spoon-core --skill neo-query命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Deep research and information gathering skill for comprehensive topic analysis
Data processing skill with Python and shell scripts for file analysis and transformation
Web3, cryptocurrency, and blockchain research skill for comprehensive crypto market and technology analysis
基于 SOC 职业分类
正在显示 SKILL.md
| name | neo-query |
| description | Comprehensive Neo N3 blockchain data query and analysis skill |
| version | 1.1.0 |
| author | XSpoonAi Team |
| tags | ["neo","n3","blockchain","smart-contract","query","analytics"] |
| triggers | [{"type":"keyword","keywords":["neo","n3","gas","antshares","nep17","nep11","neo address","neo block","neo transaction","neo contract","neo committee","neo voting","neo candidates"],"priority":95},{"type":"pattern","patterns":["(?i)(query|check|analyze|investigate) .*(neo|gas|n3|nep17|nep11)","(?i)what is the (balance|status|history) of neo address .*","(?i)find (contracts|assets|tokens) on neo .*"],"priority":90}] |
| parameters | [{"name":"address","type":"string","required":false,"description":"The Neo N3 address to query (starts with N)"},{"name":"network","type":"string","required":false,"default":"testnet","description":"Neo network (mainnet or testnet)"}] |
| scripts | {"enabled":true,"working_directory":"./scripts","definitions":[{"name":"neo_rpc_query","description":"Execute various Neo N3 blockchain queries. \nPass a JSON command to stdin. \nSupported actions: get_balance, get_address_info, get_block, get_transaction, \nget_contract, get_contract_list (use 'contract_name'), get_asset_info (use 'asset_name'), \nget_nep17_transfers, get_nep11_transfers, get_candidates, get_committee, get_logs.\n","type":"python","file":"neo_rpc_query.py","timeout":100}]} |
You are now in Neo Blockchain Specialist Mode. You have access to the full suite of Neo N3 data analysis tools.
testnet for safety unless mainnet is explicitly requested.limit and skip.Execute queries by passing a JSON command via stdin.
Command Examples:
{"action": "get_address_info", "address": "N..."}{"action": "get_block", "height": 12345}{"action": "get_transaction", "hash": "0x..."}{"action": "get_nep17_transfers", "address": "N...", "limit": 10}{"action": "get_contract_list", "contract_name": "Flamingo"}{"action": "get_committee"}