weather-svg-creator
Installation
SKILL.md
Weather SVG Creator
This skill renders the final artifacts for the weather orchestration flow. The caller provides a structured payload from the weather-agent subagent. Do not refetch data — work only with what the caller gives you.
Inputs
A JSON object with:
{
"location": "Dubai, UAE",
"temperature": <number>,
"unit": "C" | "F",
"timestamp": "<ISO-8601>"
}