Introducing Glance for OpenClaw

The Dashboard Skill for OpenClaw

Stop configuring dashboards. Just tell OpenClaw what you want to see.

Glance gives your OpenClaw agent a canvas to build, update, and read widgets — so you never have to configure a dashboard again.

curl -fsSL https://openglance.dev/install.sh | bash

One command to install. Works on macOS and Linux.

100% open source · MIT License

Glance Dashboard

See all of your data, in any form you can imagine

Describe what you want to see. Your AI handles the rest.

Natural Language Widgets

OpenClaw builds widgets via natural language — no coding, no config files, no API keys.

Any Data Source

Widgets can access anything OpenClaw can — emails, calendars, APIs, CLI tools, and more.

AI-Summarized Insights

OpenClaw reads your dashboard and summarizes what matters.

Automatic Updates

OpenClaw updates widgets on heartbeats — your dashboard stays fresh automatically.

How it works

From question to dashboard in seconds.

1Step 01

You ask

Tell OpenClaw what you want to see in plain English. No syntax to learn.

2Step 02

OpenClaw builds

The agent interprets your request and constructs the widget automatically.

3Step 03

Widget appears

Your dashboard updates instantly with the new visualization.

Get started in minutes

Three steps to your AI-powered dashboard.

1

Install Glance

Option A: One-liner (Recommended)
curl -fsSL https://openglance.dev/install.sh | bash

Installs dependencies, sets up as a background service (launchd on macOS, systemd on Linux), and opens the dashboard.

Option B: Docker
git clone https://github.com/acfranzen/glance.git && cd glance && docker compose up
Option C: Manual
git clone https://github.com/acfranzen/glance.git
cd glance
pnpm install
pnpm dev

Open http://localhost:3333. On first run, Glance auto-generates a secure encryption key. Your data is stored locally.

2

Tell OpenClaw About It

Add to your OpenClaw workspace (TOOLS.md or memory):

### Glance Dashboard

- URL: http://localhost:3333
- Auth: Bearer <your-token>
- API: POST /api/widgets to create widgets
- API: POST /api/credentials to store API keys
3

Start Using It

You:"OpenClaw, add a widget showing my GitHub PRs"
OpenClaw:*creates the widget, stores your GitHub token, adds it to the dashboard*
You:"What needs my attention?"
OpenClaw:"You have 3 PRs waiting for review. One has failing CI."

That's it. OpenClaw handles the rest.