dashboardBuild custom dashboards from any data source with local hosting and visual QA loops.
Install via ClawdBot CLI:
clawdbot install ivangdavila/dashboard~/dashboard/
āāā registry.json # Dashboard index
āāā {name}/
ā āāā config.json # Layout, widgets
ā āāā data.json # Current data
ā āāā index.html # Dashboard page
Create on first use: mkdir -p ~/dashboard
This skill:
User-driven model:
This skill does NOT:
| Topic | File |
|-------|------|
| Data source patterns | sources.md |
| Visual design rules | design.md |
| Widget templates | widgets.md |
When creating a dashboard:
User: "Dashboard for my Stripe revenue"
Agent: "I'll create a fetch script. Set STRIPE_API_KEY
in your environment, then run the script."
ā Generates: ~/dashboard/stripe/fetch.sh
ā User adds to cron: */15 * * * * ~/dashboard/stripe/fetch.sh
[User's Cron] ā [fetch.sh] ā [data.json] ā [index.html]
ā
Uses $API_KEY from env
Agent generates scripts. User runs them.
#!/bin/bash
# Requires: STRIPE_API_KEY in environment
curl -s -u "$STRIPE_API_KEY:" \
https://api.stripe.com/v1/balance \
| jq '.' > ~/dashboard/stripe/data.json
| Element | Value |
|---------|-------|
| Background | #0f172a (dark) / #f8fafc (light) |
| Text | #e2e8f0 (dark) / #1e293b (light) |
| Spacing | 16px, 24px, 32px |
| Corners | 8px |
| KPI | 48-72px number, 14px label |
127.0.0.1 by defaultGenerated Mar 1, 2026
A small e-commerce business owner creates a dashboard to track daily Stripe revenue, order volume, and refund rates. They set up a fetch script to pull data every hour via cron, visualizing trends to inform inventory decisions and marketing spend.
A SaaS startup uses this skill to build a dashboard for monitoring monthly recurring revenue, churn rates, and user sign-ups from their payment platform. The team runs fetch scripts manually after each billing cycle to update data and review performance in a local HTML dashboard.
A freelance developer creates a dashboard to visualize hours logged, project milestones, and client payments from time-tracking and invoicing APIs. They run fetch scripts weekly to update data, using the dashboard to manage workload and forecast income.
A non-profit organization builds a dashboard to track donation totals, donor demographics, and campaign effectiveness from their fundraising platform. Volunteers run fetch scripts monthly to generate reports for board meetings, ensuring data privacy with local hosting.
A manufacturing plant uses this skill to create a dashboard for monitoring production output, equipment downtime, and supply chain costs from internal APIs. Engineers run fetch scripts daily via cron to visualize efficiency and identify bottlenecks in operations.
Offer basic dashboard generation for free to attract users, with premium features like advanced widgets, automated alerting, or cloud hosting for a subscription fee. Revenue comes from monthly plans starting at $10-50 per user, targeting small businesses and startups.
Provide paid consulting services to help clients set up dashboards, integrate complex data sources, and optimize visual designs. Revenue is generated through project-based fees or hourly rates, typically ranging from $500 to $5000 per engagement.
License the skill to large enterprises for internal use, offering support, security audits, and integration with existing systems. Revenue comes from annual licensing fees, which can scale from $10,000 to $100,000+ based on company size and requirements.
š¬ Integration Tip
Ensure users set API credentials as environment variables before running fetch scripts, and recommend using cron jobs for automated data updates to keep dashboards current.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.