weather-svg-creator
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWeather SVG Creator Skill
Weather SVG Creator Skill
Creates a visual SVG weather card for Dubai, UAE and writes the output files.
创建一个用于阿联酋迪拜的可视化SVG天气卡片,并写入输出文件。
Task
任务
You will receive a temperature value and unit (Celsius or Fahrenheit) from the calling context. Create an SVG weather card and write both the SVG and a markdown summary.
你将从调用上下文接收温度数值和单位(摄氏度或华氏度)。创建一个SVG天气卡片,并写入SVG文件和markdown摘要。
Instructions
说明
- Create SVG — Use the SVG template from reference.md, replacing placeholders with actual values
- Write SVG file — Read then write to
orchestration-workflow/weather.svg - Write summary — Read then write to using the markdown template from reference.md
orchestration-workflow/output.md
- 创建SVG — 使用reference.md中的SVG模板,将占位符替换为实际数值
- 写入SVG文件 — 读取并写入到
orchestration-workflow/weather.svg - 写入摘要 — 使用reference.md中的markdown模板,读取并写入到
orchestration-workflow/output.md
Rules
规则
- Use the exact temperature value and unit provided — do not re-fetch or modify
- The SVG must be self-contained and valid
- Both output files go in the directory
orchestration-workflow/
- 使用提供的精确温度数值和单位——请勿重新获取或修改
- SVG必须是自包含且有效的
- 两个输出文件都要放在目录下
orchestration-workflow/
Additional resources
额外资源
- For SVG template, output template, and design specs, see reference.md
- For example input/output pairs, see examples.md
- 如需SVG模板、输出模板和设计规范,请查看reference.md
- 如需输入/输出示例,请查看examples.md