ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| 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)