# Send dash-cog to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dash-cog",
    "name": "dash-cog",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/nitishgargiitd/dash-cog",
    "canonicalUrl": "https://clawhub.ai/nitishgargiitd/dash-cog",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/dash-cog",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dash-cog",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "dash-cog",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T20:28:59.017Z",
      "expiresAt": "2026-05-11T20:28:59.017Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dash-cog",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dash-cog",
        "contentDisposition": "attachment; filename=\"dash-cog-1.0.12.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "dash-cog"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/dash-cog"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dash-cog",
    "downloadUrl": "https://openagent3.xyz/downloads/dash-cog",
    "agentUrl": "https://openagent3.xyz/skills/dash-cog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dash-cog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dash-cog/agent.md"
  }
}
```
## Documentation

### 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

### 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:

FeatureDescriptionInteractive ChartsLine, bar, pie, scatter, area, heatmaps, treemaps, and moreFiltersDate ranges, dropdowns, search, multi-selectKPI CardsKey metrics with trends and comparisonsData TablesSortable, searchable, paginated tablesDrill-DownClick to explore deeper levels of dataResponsive DesignWorks on desktop, tablet, and mobileDark/Light ThemesAutomatic theme support

### Data Sources

You can provide data via:

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

### Chat Mode for Dashboards

Choose based on complexity:

ScenarioRecommended ModeStandard 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

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


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


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


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


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


Responsive needs: "Desktop only" vs "Must work on mobile."
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: nitishgargiitd
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T20:28:59.017Z
- Expires at: 2026-05-11T20:28:59.017Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/dash-cog)
- [Send to Agent page](https://openagent3.xyz/skills/dash-cog/agent)
- [JSON manifest](https://openagent3.xyz/skills/dash-cog/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/dash-cog/agent.md)
- [Download page](https://openagent3.xyz/downloads/dash-cog)