Skip to content

Agent Skills

Claw Insights ships with skill files that AI agents can automatically discover and use.

Available Skills

SkillDescriptionTriggers
claw-insights-installInstall, configure, and run Claw Insights. Covers npm/script install, port/auth setup, and troubleshooting"install claw-insights", "set up monitoring"
claw-insights-snapshotGenerate 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-snapshot

Agents that support skill discovery (like OpenClaw) will pick them up automatically.

Full Skill Files

View the complete skill definitions on GitHub.

Released under the MIT License.