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
| Name | Type | Description |
|---|---|---|
REPORTEI_API_TOKEN | secret | API token from Reportei Dashboard |
Configuration
version: "1.0"
agents:
my-agent:
framework: claude-code
skills:
- https://github.com/vm0-ai/vm0-skills/tree/main/reporteiRun
Store your secret on the platform (recommended, one-time setup):
vm0 secret set REPORTEI_API_TOKEN your-reportei-api-tokenThen 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
# 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.# 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