frevana-gen-report
Installation
SKILL.md
Frevana Report Generator
Generate final HTML by calling Frevana's POST https://api.frevana.com/report/generate.
Purpose
This skill is for backend HTML generation.
Inputs:
contenttemplate_id
Output:
- final HTML extracted from the Frevana API response JSON's
contentfield
The API returns JSON in the shape {"content": "<html>..."}. This skill extracts the content value and treats that HTML as the final API result. Do not modify, optimize, rewrite, or post-process it unless the user explicitly asks for that.