一键导入
data-processor
Data processing skill with Python and shell scripts for file analysis and transformation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Data processing skill with Python and shell scripts for file analysis and transformation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Comprehensive Neo N3 blockchain data query and analysis skill
Deep research and information gathering skill for comprehensive topic analysis
Web3, cryptocurrency, and blockchain research skill for comprehensive crypto market and technology analysis
基于 SOC 职业分类
| name | data-processor |
| description | Data processing skill with Python and shell scripts for file analysis and transformation |
| version | 1.0.0 |
| author | XSpoonAi Team |
| tags | ["data","processing","analysis","scripts"] |
| triggers | [{"type":"keyword","keywords":["process","analyze","transform","data","parse","convert"],"priority":80},{"type":"pattern","patterns":["(?i)(process|analyze|transform) .*(data|file|json|csv)","(?i)convert .* to .*"],"priority":75}] |
| parameters | [{"name":"input","type":"string","required":false,"description":"Input data or file path to process"},{"name":"format","type":"string","required":false,"default":"json","description":"Output format (json, csv, text)"}] |
| composable | true |
| persist_state | false |
| scripts | {"enabled":true,"working_directory":"./scripts","definitions":[{"name":"analyze","description":"Analyze input data and provide statistics","type":"python","file":"analyze.py","timeout":30},{"name":"transform","description":"Transform data format","type":"python","file":"transform.py","timeout":30},{"name":"setup","description":"Initialize processing environment","type":"bash","inline":"echo \"Initializing data processor environment...\"\necho \"Ready for processing\"\n","run_on_activation":true},{"name":"cleanup","description":"Clean up temporary files","type":"bash","inline":"echo \"Cleaning up temporary files...\"\necho \"Cleanup complete\"\n","run_on_deactivation":true}]} |
You are now operating in Data Processing Mode. You have access to scripts that can help process and analyze data.
Analyzes input data and provides statistics. Pass data via stdin.
Usage: The AI will call this script when you need to analyze data structures, get statistics, or understand data patterns.
Transforms data between formats. Supports JSON, CSV, and text.
Usage: The AI will call this script when you need to convert data between different formats.
Runs automatically when this skill is activated to prepare the processing environment.
Runs automatically when this skill is deactivated to clean up temporary files.