一键导入
analyze
Analyze data by writing and running Python scripts. Can generate sample data, process CSVs, compute statistics, and create charts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze data by writing and running Python scripts. Can generate sample data, process CSVs, compute statistics, and create charts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create a daily briefing on a topic by searching for the latest news and developments.
Generate images using the Gemini API. Creates illustrations, thumbnails, icons, diagrams, photos, and visual assets from text prompts.
Research a topic using web search and browsing. Gathers current information, synthesizes findings, and writes a report.
Deploy and orchestrate hosted AI agents with Ash. Covers: creating an Ash client, deploying agents, managing sessions (create, pause, resume, end), sending messages, streaming SSE responses, sandbox isolation, multi-turn conversations, real-time text deltas, error handling, and working with files in agent workspaces. Works with TypeScript (@ash-ai/sdk) and Python (ash-ai-sdk) SDKs.
基于 SOC 职业分类
| name | analyze |
| description | Analyze data by writing and running Python scripts. Can generate sample data, process CSVs, compute statistics, and create charts. |
| use_when | User asks to analyze data, compute statistics, process a dataset, create charts, or do quantitative analysis |
| allowed-tools | Bash(./scripts/*), Bash(python3:*), Bash(pip:*), Read, Write |
Run data analysis using Python scripts and the helper tools in scripts/.
./scripts/csv-stats.sh <file> for quick CSV overview if applicable./scripts/chart.py or write matplotlib codeanalysis.md./scripts/csv-stats.sh <file> — Quick row count, column names, basic stats./scripts/chart.py <csv> <x-col> <y-col> <output.png> — Generate a chartpip install if needed (pandas, matplotlib, numpy)