weather-svg-creator

Generate an SVG weather card and Markdown summary from temperature input.

1|1|Updated Aug 8, 2025
One-click install
npx skills add https://github.com/caovinhphuc/mia-warehouse-management --skill weather-svg-creator-caovinhphuc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-svg-creator
Source: https://github.com/caovinhphuc/mia-warehouse-management/tree/main/.claude/skills/weather-svg-creator
Command: npx skills add https://github.com/caovinhphuc/mia-warehouse-management --skill weather-svg-creator-caovinhphuc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a visual weather card, making it easy to display current weather information in a standardized format.

Core Features & Use Cases

  • SVG Weather Card Generation: Creates a clean, customizable SVG graphic representing weather data.
  • Automated File Output: Writes the generated SVG and a summary to specified files.
  • Use Case: Integrate this into a dashboard or report to visually display real-time weather conditions for a specific location like Dubai.

Quick Start

Use the weather-svg-creator skill to generate an SVG weather card for Dubai using the provided temperature and unit.

Frequently Asked Questions about weather-svg-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an SVG weather card for temperature visualization?

To generate an SVG weather card, provide the current temperature value and unit as input. The Skill formats this data into a clean SVG graphic and writes it to the orchestration-workflow directory.

Can I use this to display Dubai weather data in an SVG format?

Yes, this Skill specifically generates an SVG weather card displaying the current temperature for Dubai, UAE. It outputs the SVG file and updates a Markdown summary for easy integration.

What is the best way to automate SVG weather card creation for a dashboard?

Automating SVG weather card creation is handled by passing temperature inputs to the Skill, which then writes the generated SVG and a Markdown summary to your orchestration-workflow folder for dashboard display.

Does this weather SVG generator require any external dependencies?

No external dependencies are required to generate the weather SVG card. You only need to provide the temperature value and unit to produce the SVG file and Markdown output.

How do I input temperature values to create the SVG weather graphic?

You input temperature values by providing the specific numeric temperature and its unit. The Skill uses these inputs to format and generate the visual SVG weather card.

What files are updated when generating an SVG weather card?

Generating an SVG weather card writes the visual graphic to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md with a corresponding Markdown summary.