一键导入
data-analyzer
Interactive data analysis: paste CSV/JSON, auto-detect columns, compute statistics, and generate charts
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interactive data analysis: paste CSV/JSON, auto-detect columns, compute statistics, and generate charts
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Real-time error monitoring dashboard: error summary with severity breakdown, error trends over time, category analysis, recent error feed, fix tracking, system health score, circuit breaker states, error code analysis, recurring error pattern detection, and actionable recommendations. Reads from Enso's action log, error log, circuit breakers, and error rate monitor.
Scheduled task health dashboard: monitor task statuses, failure rates, execution history, error classification, circuit breaker states, and drill into specific task run logs. The Team Leader's command center for scheduled task reliability.
Financial accounts dashboard — unified view across brokerage and private-bank accounts with wealth monitoring, refresh logs, and notification settings. Each account is a Cortex entity; each periodic statement is its own synthesis page. Privacy: all data lives at ~/.enso/wiki/ and ~/.enso/data/finances/ (local only — never committed to git).
Books: unified library across Kindle and WeRead (微信读书). Browse, search, scan from multiple sources, view enriched metadata, deep AI podcasts, and research from your reading.
Places & Travel: discover destinations, save travel wishlists, plan photography trips around golden hour timing, research locations with immersion checklists, plan shots by day and lighting window, and access quick photography technique references.
Cross-media library for browsing, searching, rating, tracking, and discovering books, movies, TV series, games, music, and photos from your Knowledge Cortex entity index
| name | data_analyzer |
| description | Interactive data analysis: paste CSV/JSON, auto-detect columns, compute statistics, and generate charts |
Interactive data analysis: paste CSV/JSON, auto-detect columns, compute statistics, and generate charts
Parse CSV or JSON data and compute column statistics (type, min, max, mean, median, nulls, unique count)
Parameters:
data (string): Raw CSV or JSON data to analyzeformat (string): Data format. Defaults to auto-detect.Generate chart configuration from analyzed data columns
Parameters:
chart_type (string): Chart type to generatex_column (string): Column name for X axis / labelsy_column (string): Column name for Y axis / valuesFilter, sort, or group the analyzed dataset
Parameters:
filter_column (string): Column to filter onfilter_op (string): Filter operatorfilter_value (string): Value to filter bysort_column (string): Column to sort bysort_dir (string): Sort direction