소스 정보
- 저장소
- XSpoonAi/spoon-core
- 최근 소스 활동
- 2026년 1월 21일 10:19
- 감지된 SKILL.md 언어
- 영어
- 스타
- 252
- 포크
- 47
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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"}