Get the FREE Ultimate OpenClaw Setup Guide →
C

dash-cog

Verified

@nitishgargiitd

npx machina-cli add skill @nitishgargiitd/dash-cog --openclaw
Files (1)
SKILL.md
6.9 KB

Dash Cog - Interactive Dashboards & Apps Powered by CellCog

Build interactive dashboards, data visualizations, and web apps with AI.


Prerequisites

This skill requires the cellcog skill for SDK setup and API calls.

clawhub install cellcog

Read the cellcog skill first for SDK setup. This skill shows you what's possible.

Quick pattern (v1.0+):

# Fire-and-forget - returns immediately
result = client.create_chat(
    prompt="[your dashboard/app request]",
    notify_session_key="agent:main:main",
    task_label="dashboard-task",
    chat_mode="agent"  # Agent mode handles most dashboards well
)
# Daemon notifies you when complete - do NOT poll

What You Can Build

Analytics Dashboards

Interactive dashboards for data analysis:

  • Sales Dashboard: "Create an interactive sales analytics dashboard with revenue trends, top products, regional breakdown, and monthly comparisons"
  • Marketing Dashboard: "Build a marketing performance dashboard showing campaign ROI, channel attribution, and conversion funnels"
  • Financial Dashboard: "Create a financial overview dashboard with P&L, cash flow, and key financial ratios"
  • HR Dashboard: "Build an employee analytics dashboard with headcount trends, attrition, and department breakdowns"

KPI Trackers

Monitor key performance indicators:

  • Business KPIs: "Create a KPI tracker showing MRR, churn rate, CAC, LTV, and growth metrics"
  • Project KPIs: "Build a project health dashboard with timeline, budget, resource allocation, and risk indicators"
  • SaaS Metrics: "Create a SaaS metrics dashboard with activation, retention, and expansion revenue"

Data Visualizations

Interactive charts and graphs:

  • Time Series: "Visualize stock price history with interactive zoom and technical indicators"
  • Comparisons: "Create an interactive bar chart comparing market share across competitors"
  • Geographic: "Build a map visualization showing sales by region with drill-down"
  • Hierarchical: "Create a treemap showing budget allocation across departments"
  • Network: "Visualize relationship data as an interactive network graph"

Data Explorers

Tools for exploring datasets:

  • Dataset Explorer: "Create an interactive explorer for this CSV data with filtering, sorting, and charts"
  • Survey Results: "Build an interactive tool to explore survey responses with cross-tabulation"
  • Log Analyzer: "Create a log exploration tool with search, filtering, and pattern detection"

Interactive Apps

Web applications beyond dashboards:

  • Calculators: "Build an interactive ROI calculator with adjustable inputs and visual output"
  • Configurators: "Create a product configurator that shows pricing based on selected options"
  • Quizzes: "Build an interactive quiz app with scoring and result explanations"
  • Timelines: "Create an interactive timeline of company milestones"

Games

Simple web-based games:

  • Puzzle Games: "Create a word puzzle game like Wordle"
  • Memory Games: "Build a memory matching card game"
  • Trivia: "Create a trivia game about [topic] with scoring"
  • Arcade Style: "Build a simple space invaders style game"

Dashboard Features

CellCog dashboards can include:

FeatureDescription
Interactive ChartsLine, bar, pie, scatter, area, heatmaps, treemaps, and more
FiltersDate ranges, dropdowns, search, multi-select
KPI CardsKey metrics with trends and comparisons
Data TablesSortable, searchable, paginated tables
Drill-DownClick to explore deeper levels of data
Responsive DesignWorks on desktop, tablet, and mobile
Dark/Light ThemesAutomatic theme support

Data Sources

You can provide data via:

  1. Inline data in prompt: Small datasets described directly
  2. File upload: CSV, JSON, Excel files via SHOW_FILE
  3. Sample/mock data: "Generate realistic sample data for a SaaS company"

Chat Mode for Dashboards

Choose based on complexity:

ScenarioRecommended Mode
Standard dashboards, KPI trackers, data visualizations, charts"agent"
Complex interactive apps, games, novel data explorers"agent team"

Default to "agent" for most dashboard requests. CellCog's agent mode handles charts, tables, filters, and interactivity efficiently.

Reserve "agent team" for truly complex applications requiring significant design thinking—like building a novel game mechanic or a highly customized analytical tool with multiple interconnected features.


Example Dashboard Prompts

Sales analytics dashboard:

"Create an interactive sales analytics dashboard with:

  • KPI cards: Total Revenue, Orders, Average Order Value, Growth Rate
  • Line chart: Monthly revenue trend (last 12 months)
  • Bar chart: Revenue by product category
  • Pie chart: Sales by region
  • Data table: Top 10 products by revenue

Include date range filter. Use this data: [upload CSV or describe data] Modern, professional design with blue color scheme."

Startup metrics dashboard:

"Build a SaaS metrics dashboard for a startup showing:

  • MRR and growth rate
  • Customer acquisition funnel (visitors → signups → trials → paid)
  • Churn rate trend
  • LTV:CAC ratio
  • Revenue by plan tier

Generate realistic sample data for a B2B SaaS company growing from $10K to $100K MRR over 12 months."

Interactive data explorer:

"Create an interactive explorer for this employee dataset [upload CSV]. Include:

  • Searchable, sortable data table
  • Filters for department, location, tenure
  • Charts: headcount by department, salary distribution, tenure histogram
  • Summary statistics panel

Allow users to download filtered data as CSV."

Simple game:

"Create a Wordle-style word guessing game. 5-letter words, 6 attempts, color feedback (green = correct position, yellow = wrong position, gray = not in word). Include keyboard, game statistics, and share results feature. Clean, modern design."


Tips for Better Dashboards

  1. Prioritize key metrics: Don't cram everything. Lead with the 3-5 most important KPIs.

  2. Describe the data: What columns exist? What do they mean? What time period?

  3. Specify chart types: "Line chart for trends, bar chart for comparisons, pie for composition."

  4. Include interactivity: "Filter by date range", "Click to drill down", "Hover for details."

  5. Design direction: "Modern minimal", "Corporate professional", "Playful and colorful", specific color schemes.

  6. Responsive needs: "Desktop only" vs "Must work on mobile."

Source

git clone https://clawhub.ai/nitishgargiitd/dash-cogView on GitHub

Overview

Dash Cog lets you build interactive dashboards, data visualizations, and AI-powered web apps with CellCog. It enables teams to monitor KPIs, explore data with drill-downs and filters, and deploy HTML apps and games powered by AI.

How This Skill Works

Use the cellcog SDK to send dashboard or app requests via create_chat, targeting a dashboard-task with chat_mode set to agent. The system renders interactive charts, KPI cards, data tables, and drill-down capabilities, and notifies you when the task completes. Prerequisites include installing cellcog and following its SDK setup guidance.

When to Use It

  • When you need an analytics dashboard to monitor revenue, churn, and top products.
  • When you want interactive time-series visuals or geographic sales maps.
  • When building KPI trackers for SaaS metrics, project health, or ROI.
  • When prototyping interactive apps like calculators, configurators, or quizzes.
  • When exploring datasets with filters, sorting, and drill-down capabilities.

Quick Start

  1. Step 1: Install and set up the cellcog SDK: clawhub install cellcog
  2. Step 2: Create a dashboard/app request using client.create_chat with a prompt and metadata (dashboard-task, agent mode)
  3. Step 3: Let the daemon notify you when the task completes; do NOT poll for results

Best Practices

  • Define a focused KPI set before building dashboards to avoid clutter.
  • Use appropriate chart types for the data (e.g., time-series for trends, maps for geography).
  • Enable filters and drill-downs to empower deep data exploration.
  • Keep visuals simple, with clear labeling and consistent color schemes.
  • Validate insights with real data and iterate based on user feedback.

Example Use Cases

  • Sales Dashboard with revenue trends, top products, regional breakdowns, and monthly comparisons.
  • Marketing Dashboard showing campaign ROI, channel attribution, and conversion funnels.
  • Financial Dashboard with P&L, cash flow, and key financial ratios.
  • HR Dashboard with headcount trends, attrition, and department breakdowns.
  • Interactive ROI Calculator that demonstrates financial impact based on user inputs.

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers