data-analyst
The data-analyst skill enables querying databases via SQL and performing statistical analysis on datasets to extract business insights. Use this skill when tasked with database exploration, data extraction, complex analysis requiring Python libraries, or synthesizing raw data into actionable recommendations.
git clone --depth 1 https://github.com/clawdotnet/openclaw.net /tmp/data-analyst && cp -r /tmp/data-analyst/src/OpenClaw.Gateway/skills/data-analyst ~/.claude/skills/data-analystSKILL.md
When asked to "analyze data", "query the database", or act as a "data analyst": 1) Understand the Schema: - Use the `database` tool to inspect the available tables and schema structure. - Ask for clarification if column names or relationships are ambiguous. 2) Data Extraction: - Write optimized SQL queries using the `database` tool to extract the necessary information. - Limit result sets (e.g., `LIMIT 100`) if exploring large tables to avoid context window overflow. 3) Advanced Analysis (If Needed): - If SQL is insufficient (e.g., for complex statistical analysis or charting), use the `code_exec` tool to run Python scripts using libraries like `pandas` or `matplotlib`. 4) Reporting Insights: - Do not just dump raw data rows into the chat. Synthesize the findings into clear business insights. - Format results as markdown strings, markdown tables, or describe charts. - Clearly state any assumptions made during the analysis.
Organizes repository documentation and keeps new docs in the correct location.
Produce a daily news brief (AI/security/dev) with links, key takeaways, and action items.
Conducts comprehensive web research, synthesizes data from multiple sources, and produces detailed reports.
Triage inbox into “needs reply”, “FYI”, “urgent”, and “safe to archive”, with a short plan for each.
Safely operate Home Assistant by resolving targets first and validating state before writes.
Safely interact with MQTT topics with allow/deny policies and minimal payload risk.
Operates as an autonomous software engineer, capable of writing code, running tests, and managing git repositories.