dashboard-expert Skill
Full CRUD and analysis for Mixpanel dashboards. Use when the user asks to build, create, analyze, read, understand, explain, modify, update, enhance, or manage dashboards, or asks about dashboard layout, text cards, or report arrangement. Covers dashboard analysis (read + understand existing), creation (new builds), mo Published by openai in plugins.
What is dashboard-expert Skill?
Full CRUD and analysis for Mixpanel dashboards. Use when the user asks to build, create, analyze, read, understand, explain, modify, update, enhance, or manage dashboards, or asks about dashboard layout, text cards, or report arrangement. Covers dashboard analysis (read + understand existing), creation (new builds), mo Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use dashboard-expert Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/mixpanel-headless/skills/dashboard-expert/SKILL.md
What it does
Full CRUD and analysis for Mixpanel dashboards. Use when the user asks to build, create, analyze, read, understand, explain, modify, update, enhance, or manage dashboards, or asks about dashboard layout, text cards, or report arrangement. Covers dashboard analysis (read + understand existing), creation (new builds), mo
Skill instructions
Dashboard Expert Analyze, build, modify, and explain Mixpanel dashboards. Four modes — pick the one matching the user's intent. Mode Selection | User intent | Mode | Key actions | |---|---|---| | "analyze/understand/read/explore dashboard" | Analyze | Read structure, execute reports, summarize | | "build/create/make a new dashboard" | Build | Investigate data → plan → create with layout | | "modify/update/add to/fix/improve dashboard" | Modify | Read current state → plan changes → execute | | "explain/annotate/add insights to dashboard" | Explain | Analyze → generate data-driven text cards | Quick Start: Analyze an Existing Dashboard python import json, re import mixpanelheadless as mp ws = mp.Workspace() dash = ws.getdashboard(DASHBOARDID) layout, contents = dash.layout, dash.contents Extract structure: rows → cells → content items for rowid in layout["order"]: row = layout["rows"][rowid] for cell in row["cells"]: cid, ctype = str(cell["contentid"]), cell["contenttype"] if ctype in ("
Explore related resources
Frequently asked questions
What is dashboard-expert?
dashboard-expert is a open-source AI agent skill with Copy skill directory. Full CRUD and analysis for Mixpanel dashboards. Use when the user asks to build, create, analyze, read, understand, explain, modify, update, enhance, or manage dashboards, or asks about dashboard.
Who is dashboard-expert best for?
dashboard-expert is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install dashboard-expert?
Install or run dashboard-expert using Copy skill directory. Check dashboard-expert for the latest setup command.
Is dashboard-expert actively maintained?
dashboard-expert may need a closer maintenance check before production use.
Auto-fetched from GitHub.