Monitoring Flower
Continuously monitors flower deployments, alerting on errors and performance degradation to ensure smooth releases.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add monitoring-flower npx -- -y @trustedskills/monitoring-flower
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"monitoring-flower": {
"command": "npx",
"args": [
"-y",
"@trustedskills/monitoring-flower"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The monitoring-flower skill provides a visual dashboard for monitoring system health and performance. It aggregates metrics from various sources, presenting them in an easily understandable graphical format resembling a flower diagram. This allows users to quickly identify potential issues and track overall system stability over time.
When to use it
- Real-time System Health Overview: Quickly assess the status of critical infrastructure components without needing to parse complex logs or run individual queries.
- Performance Bottleneck Identification: Visually pinpoint areas experiencing performance degradation by observing changes in metric indicators on the flower diagram.
- Incident Response & Troubleshooting: Use historical data and trends displayed by the skill to diagnose root causes during incidents.
- Proactive Monitoring: Establish baselines and receive alerts when metrics deviate from expected ranges, enabling preventative action.
Key capabilities
- Metric aggregation from multiple sources
- Visual flower diagram representation of system health
- Historical data tracking and trend analysis
- Customizable metric thresholds and alerting (implied)
Example prompts
- "Show me the current status of my database servers."
- "Display a graph of CPU utilization over the last 24 hours."
- “What are the top three metrics currently outside their normal range?"
Tips & gotchas
The skill requires access to system metric data sources (e.g., Prometheus, Graphite). Ensure these connections are properly configured for accurate monitoring and visualization.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.