πŸ–₯️

Glance Dashboard

🌐Community
by acfranzen Β· v1.0.0 Β· MITRepository

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.

1

Run in terminal (recommended)

terminal
claude mcp add glance-dashboard npx -- -y @trustedskills/glance-dashboard
2

Or manually add to ~/.claude/settings.json

~/.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.

Tags

Requirements

Required Binaries
curl
Environment Variables
GLANCE_URL
πŸ›‘οΈ

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.

Verified Commit976e11b2 β†’

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 HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
MIT
Author
acfranzen
Installs
0

🌐 Community

Passed automated security scans.

Pinned commit976e11b2

Install command fetches the verified snapshot, not the live repository.