Glance Dashboard
Create, update, and manage Glance dashboard widgets with natural language. Track metrics, display API data, show stats, and monitor usage visually.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add glance-dashboard npx -- -y @trustedskills/glance-dashboard
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"glance-dashboard": {
"command": "npx",
"args": [
"-y",
"@trustedskills/glance-dashboard"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
Glance is a free and open-source dashboard that OpenClaw automatically builds and manages. It eliminates the need for manual configuration by allowing users to request specific dashboards through natural language prompts. Glance provides a visual command center, dynamically creating widgets based on user requests without requiring YAML files or .env configurations.
When to use it
- Monitoring GitHub PRs: Request "show me my GitHub PRs" and have OpenClaw generate a dashboard widget displaying your pull requests.
- Prioritizing Tasks: Ask βwhat needs my attention?β and receive an overview of critical items based on the dashboard's data.
- Custom Data Visualization: Define specific data sources and visualizations without manual setup, enabling tailored dashboards for various workflows.
- Quickly Creating Dashboards: Avoid lengthy configuration processes by simply instructing OpenClaw to build a visual representation of desired information.
Key capabilities
- Automated dashboard creation via natural language prompts.
- Dynamic widget generation based on user requests.
- Integration with OpenClaw for seamless management and display.
- Elimination of manual configuration files (YAML,
.env). - Open-source and freely available under the MIT license.
Example prompts
- "Show me my GitHub PRs."
- "What needs my attention?"
- "Create a dashboard for monitoring server CPU usage."
Tips & gotchas
- Glance requires OpenClaw to function, as it's designed as an integrated skill.
- The
[SKILL.md]file provides a quick reference for API workflows and essential information. For detailed component documentation and error handling, refer to the[docs/widget-sdk.md]file.
Requirements
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.
Installing this skill downloads the exact code at commit 976e11b2, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.