— No reviews yet
0 installs
8 views
0.0% view→install
Install
$ agentstack add skill-preset-io-agent-skills-preset-mcp-dashboard ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Preset Mcp Dashboard? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
preset-mcp-dashboard
Use for dashboard workflows through MCP.
Always
- Use
list_dashboardsandget_dashboard_infofor dashboard discovery. - Use
add_chart_to_existing_dashboardwhen the user wants to add a chart to an existing dashboard. - Use
generate_dashboardonly for a brand-new dashboard. - Never create a new dashboard as a silent fallback after add-to-existing fails.
- Report permission-denied results directly and ask before changing the plan.
Decision Rules
- Existing dashboard target present: use
add_chart_to_existing_dashboard. - New dashboard request: use
generate_dashboardwith known chart IDs. - Dashboard analysis without result rows: stay on metadata/detail tools.
- Dashboard chart data: route to
preset-mcp-data. - Chart creation before dashboard assembly: route to
preset-mcp-visualization.
Workflow Order
- Resolve dashboard and chart IDs.
- Inspect existing dashboard details when modifying one.
- Add to existing or create new according to user intent.
- Use only URLs and status returned by MCP tools.
Retrieve
- Dashboard workflows: [references/dashboard-workflows.md](references/dashboard-workflows.md)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: preset-io
- Source: preset-io/agent-skills
- License: Apache-2.0
- Homepage: http://www.preset.io
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.