Reportei — Automated Marketing Reports

Free Verified 344 lines By majiayu000 Analytics

Description

Reportei marketing report generation API via curl. Use this skill to manage clients, reports, templates, integrations and webhooks for automated marketing analytics.

What Claude Learns

  • When to Use
  • Prerequisites
  • Base URL
  • How to Use
  • 1. Get Company Details
  • 2. List Templates

Installation

1. Visit the GitHub repository: https://github.com/majiayu000/claude-skill-registry
2. Copy the SKILL.md file contents
3. Save to ~/.claude/commands/skill-name.md
4. Restart Claude Code to load the new skill

Stack & Dependencies

1. Sign up at [Reportei](https://www.reportei.com/) 2. Go to Dashboard → Generate API Token 3. Copy your API token ```bash export REPORTEI_API_TOKEN="your-api-token" ``` ### Base URL ``` https://app.reportei.com/api/v1 ``` --- > **Important:** When using `$VAR` in a command that pipes to another command wrap the command containing `$VAR` in `bash -c '...'`. Due to a Claude Code bug environment variables are silently cleared when pipes are used directly. > ```bash > bash -c 'curl -s "https://api.example.com" -H "Authorization: Bearer $API_KEY"' > ```

Frequently Asked Questions

Is Reportei u2014 Automated Marketing Reports free to use?
Yes u2014 Reportei u2014 Automated Marketing Reports is free. Install it directly with one command (`npx mkt-skills install reportei`) or download the SKILL.md file and drop it into your `~/.claude/skills/` directory. No account, no sign-up, no license fee.
Download SKILL.md GitHub