Skip to content

Agent Skills

Claw Insights ships with Skill files that AI agents can automatically discover and use — no manual prompt engineering needed.

Available Skills

install

Guides the agent through installing, configuring, and running Claw Insights.

Triggers: "install claw-insights", "set up monitoring", "how do I get started"

snapshot

Generates dashboard snapshots as PNG/SVG/JSON via REST API or MCP protocol. The primary way agents interact with Claw Insights.

Triggers: "take a screenshot", "show me the dashboard", "capture agent status", "generate a report"

Installation

Skills are available in the source repository. Copy the skill directories 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.