Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:260
forks:45
updated:2026年1月21日 10:19
ファイルエクスプローラー
SKILL.md
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
| 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"}