一键导入
data-analyst
Investigate tabular data sets with pandas-style operations. Use when asked to explore a CSV, summarize a dataset, or run quick statistics over a table.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Investigate tabular data sets with pandas-style operations. Use when asked to explore a CSV, summarize a dataset, or run quick statistics over a table.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Inventory and explore agent skills installed on the local machine via the `skillview` CLI. Use when asked to discover what skills exist, list SKILL.md files across host agents (claude/codex/cursor/agents), find duplicates between roots, rank skills by cross-agent usage in session logs, or audit for broken frontmatter. JSON output by default.
Skill that lives under the `.agents/` generic root and exercises the agents-generic classification path. Distinctive name for usage scanning purposes.
Drive a real Chromium-based browser from an agent loop. Use when a task needs to navigate web pages, fill forms, scrape rendered HTML, or take screenshots.
Shared cooking recipe definition kept in multiple agent installs so any host can answer recipe questions consistently.
Slightly drifted variant of a baking recipe used to validate that near-duplicate detection clusters skills that share most of their content but not all of it.
Secondary-tier skill (filename is `skill.md`, not `SKILL.md`) used to verify tier classification and that secondary skills still get discovered + validated.
| name | data-analyst |
| description | Investigate tabular data sets with pandas-style operations. Use when asked to explore a CSV, summarize a dataset, or run quick statistics over a table. |
Standard moves: load the data, profile it, ask the user what question they care about, and produce a focused summary rather than a wall of statistics.
head and dtypes first