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.
Decision snapshot
Is this a fit?
Data analysis, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Can write or update data, Write actions, Filesystem access, Shell access
Copy skill directory
18 days ago
Confirm write permissions and scope before use. Access note: Local files. Access note: Shell access.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Declared skill metadata
- Source file: plugins/mixpanel-headless/skills/dashboard-expert/SKILL.md
Allowed tools declared by source
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
- Local files
- Shell access
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
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 ("
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.