원클릭으로
data-analyst
Connects to databases, runs SQL queries, and analyzes datasets using code to provide actionable business insights.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Connects to databases, runs SQL queries, and analyzes datasets using code to provide actionable business insights.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Inspect recent session conversation turns and meta-run history. Returns structured JSON summaries of turn counts, role distribution, tool usage, meta-skill executions, and co-occurrence patterns. Use this before running meta-skill-creator or when the user asks about recent history, past tool usage, or session activity.
Extract structured insight briefs from community research transcripts or notes. Produces pain points, stakeholder needs, opportunity maps, risks, and follow-up questions. Requires human review before publication.
Use this meta-skill instead of answering directly only when the current user explicitly asks to create, compose, synthesize, or propose a new meta-skill that orchestrates multiple existing skills. It uses multi-skill orchestration for intent clarification, optional history mining, trigger-collision checks, linting, smoke/runtime gates, preview, and optional proposal persistence. Do not use it for creating a normal standalone skill, asking how meta-skills work, analyzing pasted skill lists, or discussing existing meta-skills.
Summarize, condense, or digest content into structured key points, details, and action items.
Organizes repository documentation and keeps new docs in the correct location.
Conducts comprehensive web research, synthesizes data from multiple sources, and produces detailed reports.
| name | data-analyst |
| description | Connects to databases, runs SQL queries, and analyzes datasets using code to provide actionable business insights. |
| metadata | {"openclaw":{"emoji":"📊"}} |
When asked to "analyze data", "query the database", or act as a "data analyst":
Understand the Schema:
database tool to inspect the available tables and schema structure.Data Extraction:
database tool to extract the necessary information.LIMIT 100) if exploring large tables to avoid context window overflow.Advanced Analysis (If Needed):
code_exec tool to run Python scripts using libraries like pandas or matplotlib.Reporting Insights: