VM0VM0
Agent Skills

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:
    framework: claude-code
    skills:
      - https://github.com/vm0-ai/vm0-skills/tree/main/plausible

Run

Store your secret on the platform (recommended, one-time setup):

vm0 secret set PLAUSIBLE_API_KEY your-plausible-api-key

Then run your agent - secret is automatically loaded:

vm0 run my-agent "get website analytics"

For CI/CD or temporary overrides, pass secrets at runtime: --secrets PLAUSIBLE_API_KEY=value. See Environment Variables for details.

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