data-analyst
Data visualization, report generation, SQL queries, and spreadsheet automation. Transform your AI agent into a data-savvy analyst that turns raw data into actionable insights.
Why use this skill?
Turn your AI agent into a data analyst. Query databases, automate spreadsheet analysis, and generate actionable insights and charts with the OpenClaw Data Analyst skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/oyi77/data-analystWhat This Skill Does
The data-analyst skill transforms your AI agent into a sophisticated data processing engine capable of bridging the gap between raw datasets and actionable business intelligence. It excels at parsing structured and semi-structured data from various origins, including SQL relational databases, CSV files, Excel spreadsheets, and Google Sheets. Beyond simple extraction, the skill empowers the agent to perform complex statistical analysis, including descriptive statistics, trend correlation, and outlier detection. It further supports automated report generation and high-quality data visualization, allowing you to turn complex query results into intuitive charts and dashboard components. Whether you are performing cohort analysis, conversion funnels, or routine data cleaning, this skill acts as your automated data scientist.
Installation
To integrate this skill into your environment, use the command-line interface to pull from the OpenClaw registry:
clawhub install openclaw/skills/skills/oyi77/data-analyst
After installation, ensure your environment variables and connection strings are correctly mapped in your TOOLS.md file. Specifically, verify that you have provided the necessary credentials for your databases or cloud storage providers. Once configured, initialize the workspace by running ./scripts/data-init.sh to ensure all dependencies are resolved.
Use Cases
- Automated Business Intelligence: Scheduling recurring reports that pull performance metrics from a database and summarize key trends for management.
- Database Health Monitoring: Identifying missing values, duplicate entries, or schema drift within large production datasets.
- Product Analytics: Calculating conversion funnels, user retention rates, and churn statistics without writing manual dashboard code.
- Spreadsheet Automation: Normalizing messy, user-submitted Excel files before merging them into a central system of record.
Example Prompts
- "Look at the last 30 days of transactions in the postgres database, group them by product category, and generate a bar chart showing which categories had the highest revenue growth month-over-month."
- "Analyze the 'customer_feedback.csv' file in my local folder. Clean up the date formatting, remove any entries with empty sentiment scores, and provide a summary of the most frequent keywords found in the comments."
- "Write a SQL query to identify our cohort of users who signed up in January 2023 and track their purchase activity over the subsequent six months. Explain the churn rate for this specific group."
Tips & Limitations
- Security First: Always use read-only database roles when connecting your agent to production databases to prevent accidental data modification.
- Data Privacy: Be mindful of PII (Personally Identifiable Information) when uploading spreadsheets. Use the data cleaning functions to anonymize sensitive columns.
- Performance: For extremely large datasets (multi-gigabyte), ensure your database has proper indexing before running complex JOINs or time-series aggregations.
- Refinement: If the agent's SQL output is slow, ask it to add limits or filters early in the query process to optimize execution time.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-oyi77-data-analyst": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution, network-access
Related Skills
business-development
Partnership outreach, market research, competitor analysis, and proposal generation. Transform your AI agent into a strategic business development partner that identifies and cultivates growth opportunities.
Joko Jobhunter
Skill by oyi77
Joko Proactive Agent
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
marketing
Social media automation, content scheduling, analytics tracking, and campaign management. Transform your AI agent into a marketing powerhouse that handles multi-platform content strategy.
autonomous-skill-orchestrator
Deterministically coordinates autonomous planning and execution across available skills under strict guardrails. Use only when the user explicitly activates this skill by name to run autonomously until a stop command is issued. Trigger keywords include: "use autonomous-skill-orchestrator", "activate autonomous-skill-orchestrator", "start autonomous orchestration".