Data Cog
AI data analysis and visualization powered by CellCog. Data cleaning, exploratory analysis, hypothesis testing, statistical reports, ML model evaluation, dat...
AI data analysis and visualization powered by CellCog. Data cleaning, exploratory analysis, hypothesis testing, statistical reports, ML model evaluation, dat...
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Data analysis and visualization from uploaded files.
Most AI tools return code when you ask about data. CellCog returns answers — actual charts, clean datasets, statistical reports, and visual dashboards. Upload messy CSVs with a minimal prompt, and CellCog's coding agent explores your data, finds the patterns, and presents them beautifully. Full Python access for everything from data cleaning to ML model evaluation.
For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.
OpenClaw (fire-and-forget):
result = client.create_chat( prompt="[your task prompt]", notify_session_key="agent:main:main", task_label="my-task", chat_mode="agent", )
All agents except OpenClaw (blocks until done):
from cellcog import CellCogClient client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...") result = client.create_chat( prompt="[your task prompt]", task_label="my-task", chat_mode="agent", ) print(result["message"])
Other AI tools give you Python code and say "run this." CellCog runs the code for you and delivers the results:
| Other AI Tools | Data-Cog |
|---|---|
| "Here's a pandas script to analyze your data" | Here are your actual insights with charts |
| "Run this matplotlib code to see the chart" | Here's the chart, annotated with findings |
| "This SQL query will find outliers" | Found 23 outliers, here's what they mean |
| "You'll need scikit-learn for this" | Model trained, here's accuracy and feature importance |
You upload data. You get answers. The code runs behind the scenes.
Understand your data fast:
Example prompt:
"Analyze this dataset: <SHOW_FILE>/path/to/customer_data.csv</SHOW_FILE>
I don't know much about this data yet. Give me:
- Overview: rows, columns, data types, missing values
- Key distributions and summary statistics
- Most interesting correlations
- Any outliers or data quality issues
- 3-5 insights that jump out
Present findings as an interactive HTML report with charts."
Wrangle messy data into shape:
Example prompt:
"Clean and transform this dataset: <SHOW_FILE>/path/to/messy_data.csv</SHOW_FILE>
Issues I know about:
- Dates are in mixed formats (MM/DD/YYYY and YYYY-MM-DD)
- 'Revenue' column has some values with $ signs and commas
- Duplicate rows exist
- Missing values in 'Region' column
Clean it up and give me back a clean CSV plus a summary of what you changed."
Rigorous analysis with real numbers:
Example prompt:
"I ran an A/B test on our checkout page: <SHOW_FILE>/path/to/ab_test_results.csv</SHOW_FILE>
Columns: user_id, variant (A or B), converted (0/1), revenue, timestamp
Tell me:
- Is variant B statistically better? (p-value, confidence interval)
- Conversion rate difference
- Revenue per user difference
- Sample size adequacy check
- My recommendation: ship B or keep testing?
Present with clear charts and a plain-English conclusion."
Turn data into visual stories:
Applied ML without the setup:
Example prompt:
"Predict customer churn from this dataset: <SHOW_FILE>/path/to/customer_features.csv</SHOW_FILE>
Target column: 'churned'
- Train a model, try at least 2 algorithms
- Show feature importance — what drives churn?
- Confusion matrix and ROC curve
- Plain-English summary: 'The top 3 reasons customers churn are...'
- Actionable recommendations based on findings
I want insights, not just metrics."
| Format | How to Send |
|---|---|
| CSV | Upload via SHOW_FILE |
| Excel (XLSX) | Upload via SHOW_FILE |
| JSON | Upload via SHOW_FILE |
| Parquet | Upload via SHOW_FILE |
| SQL exports | Upload the dump via SHOW_FILE |
| Inline data | Describe small datasets directly in prompt |
| Format | Best For |
|---|---|
| Interactive HTML Dashboard | Explorable charts, filters, drill-downs |
| PDF Report | Shareable analysis reports with charts and findings |
| Clean CSV/XLSX | Cleaned or transformed data files for downstream use |
| Markdown | Quick insights for integration into docs |
| Scenario | Recommended Mode |
|---|---|
| Quick data cleaning, simple charts, basic statistics | |
| Deep analysis with multiple techniques, ML modeling, comprehensive reports | |
Use
for most data work. Data cleaning, EDA, chart generation, and standard statistical analysis execute well in agent mode."agent"
Use
for complex analytical projects — multi-technique analysis, ML model comparisons, or when you need deep domain reasoning about what the data means."agent team"
Minimal prompt, maximum insight:
"Analyze this: <SHOW_FILE>/path/to/data.csv</SHOW_FILE>
Tell me everything interesting."
That's it. CellCog's coding agent will profile the data, run exploratory analysis, find patterns, and present findings with charts. You don't need to know what to ask — the agent figures it out.
Business analysis:
"Analyze our e-commerce data: <SHOW_FILE>/path/to/orders.csv</SHOW_FILE>
I need:
- Revenue trends (daily, weekly, monthly)
- Best and worst performing products
- Customer purchase frequency distribution
- Average order value trends
- Seasonal patterns
- Top 5 actionable insights for growing revenue
Interactive HTML dashboard with all charts."
Research data analysis:
"Analyze this survey data from 500 respondents: <SHOW_FILE>/path/to/survey.csv</SHOW_FILE>
Research questions:
- Is there a significant relationship between age group and product preference?
- Do satisfaction scores differ by region? (ANOVA)
- What factors best predict likelihood to recommend? (regression)
Include: statistical tests, p-values, effect sizes, and publication-ready charts. PDF report format."
Just upload and ask: You don't need to describe every column. CellCog reads the data and figures out what's there.
State your question: "What drives churn?" is more focused than "Analyze this data." Both work, but the first gets faster results.
Mention the audience: "For my CEO" means executive summary. "For the data team" means show the methodology.
Specify what you'll do with it: "I need to present this to the board" vs "I need clean data for my ML pipeline" — context shapes the output.
Don't over-specify methods: Let CellCog choose the right statistical approach. Say what you want to learn, not which algorithm to use.
Iterate: Upload data → get initial analysis → ask follow-up questions → go deeper. CellCog maintains context across messages.
Run
/cellcog-setup (or /cellcog:cellcog-setup depending on your tool) to install and authenticate.
OpenClaw users: Run clawhub install cellcog instead.
Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.