VM0VM0
Agent Skills

Reportei

Marketing report generation platform

Reportei is a marketing report generation platform with automated analytics for managing clients, reports, and integrations.

Required Environment

NameTypeDescription
REPORTEI_API_TOKENsecretAPI token from Reportei Dashboard

Configuration

vm0.yaml
version: "1.0"

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

Run

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

vm0 secret set REPORTEI_API_TOKEN your-reportei-api-token

Then run your agent - secret is automatically loaded:

vm0 run my-agent "generate marketing report"

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

Example Instructions

AGENTS.md
# Report Generator Agent

You generate marketing reports.

## Workflow

1. List available clients
2. Select report template
3. Generate report
4. Return report link

## Report Types

- Google Analytics, Meta, etc.
AGENTS.md
# Client Manager Agent

You manage Reportei clients.

## Workflow

1. List all clients
2. Create new clients
3. Manage integrations
4. Configure report schedules

## Integrations

- Google Analytics, Meta, LinkedIn