← Back to Skills Marketplace
Agent Dashboard — real-time progress board for any task
by
qianlong2005
· GitHub ↗
· v1.0.0
· MIT-0
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install statb
Description
Push real-time progress and key metrics to a live statb.io dashboard during any long-running task. Use this skill whenever the agent is performing work that...
Usage Guidance
This skill appears to do exactly what it says: it instructs the agent to send numeric metrics to a public statb.io board via curl. Before installing or using it, understand that (1) boards are publicly viewable/unprotected — never push passwords, tokens, PII, or other secrets, (2) verify you are comfortable sending metrics to statb.io (review their privacy/TOS if needed), (3) ensure curl is available in your environment, and (4) follow the SKILL.md advice to push updates inside loops and keep key count ≤16. If you need private dashboards, consider a self-hosted alternative or a service that supports authenticated boards.
Capability Analysis
Type: OpenClaw Skill
Name: statb
Version: 1.0.0
The skill provides a utility for agents to report numeric progress metrics (e.g., completion percentages, error counts) to a live dashboard at statb.io using curl. The documentation in SKILL.md explicitly instructs the agent to avoid sending sensitive data, to inform the user of the dashboard URL, and to use the service only for telemetry. No malicious patterns such as data exfiltration, unauthorized execution, or obfuscation were detected.
Capability Tags
Capability Assessment
Purpose & Capability
The skill is a thin wrapper/instructions for pushing numeric metrics to statb.io using curl. Required binary (curl) and the described workflow directly match the stated purpose; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to generating a board ID and issuing curl requests to statb.io. The SKILL.md explicitly warns not to push secrets/PII and describes push placement inside loops. Note: data sent to statb.io is public/unprotected by design (the doc states boards are not access-controlled), so this third-party network transmission is a privacy consideration rather than an incoherence.
Install Mechanism
No install spec or code files are present; this instruction-only skill relies on an existing curl binary. That is low-risk and proportional for the described functionality.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is appropriate—no secrets are required to push public metrics to statb.io.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request permanent presence or system-wide changes; autonomous invocation is normal and not, by itself, a concern here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install statb - After installation, invoke the skill by name or use
/statb - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
statb-dashboard 1.0.0
- Initial release.
- Enables agents to push real-time numeric progress and key metrics to a live statb.io dashboard using simple curl commands.
- Designed for tracking long-running or multi-step tasks such as coding, data processing, training, deployments, and automation.
- Provides clear guidance on creating board IDs, pushing progress updates, suggested key names, and best practices.
- Emphasizes continuous, in-loop metric pushing for accurate live progress tracking.
- No signup, API key, or SDK required; free tier supports up to 16 metrics per board.
Metadata
Frequently Asked Questions
What is Agent Dashboard — real-time progress board for any task?
Push real-time progress and key metrics to a live statb.io dashboard during any long-running task. Use this skill whenever the agent is performing work that... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install Agent Dashboard — real-time progress board for any task?
Run "/install statb" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Dashboard — real-time progress board for any task free?
Yes, Agent Dashboard — real-time progress board for any task is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Dashboard — real-time progress board for any task support?
Agent Dashboard — real-time progress board for any task is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Dashboard — real-time progress board for any task?
It is built and maintained by qianlong2005 (@qianlong2005); the current version is v1.0.0.
More Skills