Agent Skills
Claw Insights ships with skill files that AI agents can automatically discover and use.
Available Skills
| Skill | Description | Triggers |
|---|---|---|
claw-insights-install | Install, configure, and run Claw Insights. Covers npm/script install, port/auth setup, and troubleshooting | "install claw-insights", "set up monitoring" |
claw-insights-snapshot | Generate visual status cards as PNG/SVG/JSON via REST API or CLI. Covers detail levels, time ranges, themes, and common workflows | "take a screenshot", "show me the dashboard", "generate a report" |
Installation
Copy the skill directories from the source repository into your agent's skill path:
bash
git clone https://github.com/LucaL6/claw-insights.git
cp -r claw-insights/docs/skills/install your-agent/skills/claw-insights-install
cp -r claw-insights/docs/skills/snapshot your-agent/skills/claw-insights-snapshotAgents that support skill discovery (like OpenClaw) will pick them up automatically.
Full Skill Files
View the complete skill definitions on GitHub.