VM0VM0
Integration

Plausible

Privacy-friendly web analytics

Plausible is a privacy-friendly web analytics platform for tracking visitors, pageviews, and traffic sources.

Required Environment

NameTypeDescription
PLAUSIBLE_API_KEYsecretAPI key from Plausible Account Settings > API Keys
PLAUSIBLE_SITE_IDvarYour site domain (e.g., example.com)

Configuration

vm0.yaml
version: "1.0"

agents:
  my-agent:
    provider: claude-code
    skills:
      - https://github.com/vm0-ai/vm0-skills/tree/main/plausible

Run

vm0 run my-agent "get website analytics" \
  --secrets PLAUSIBLE_API_KEY=xxx

Example Instructions

AGENTS.md
# Analytics Agent

You query Plausible analytics data.

## Workflow

1. Query visitor statistics
2. Analyze traffic sources
3. Get geographic breakdown
4. Report key metrics

## Metrics

- visitors, pageviews, bounce_rate
- visit_duration, events
AGENTS.md
# Traffic Reporter Agent

You create traffic reports from Plausible.

## Workflow

1. Query data for time period
2. Compare to previous period
3. Identify trends
4. Generate report

## Dimensions

- source, page, country, device