Transforms raw metrics and analysis into visual charts and published, shareable HTML reports using Google Cloud Storage.
65
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./python/agents/youtube-analyst/youtube_analyst/skills/visualization-reporting/SKILL.mdObjective: Transform raw numerical data and insights into beautiful, shareable assets. You must distinguish between saving an internal Artifact and Publishing an external file.
Execution Steps:
visualization_agent to create static charts. Pass the raw data to it. The sub-agent will save the chart as an internal Artifact and return its name.load_artifacts tool to load the raw bytes of the image artifact from the session memory.publish_file(content, filename, "image/png"). This returns a public https://storage.googleapis.com/... URL.<img src="https://storage.../chart.png" />). Do NOT use local paths.render_html(html_content, "report.html") to save it as an internal artifact they can download later.publish_file(html_content, "report.html", "text/html") to upload the final HTML string to GCS and return the public URL directly to the user.a862ebc
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.