weather-svg-creator
仓库创建 2025年10月31日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
把数值结果可视化并产出文档,方便展示与集成。
这个 Skill 做什么
根据温度值生成 SVG 天气卡并写入文件与摘要文档。
根据给定的温度值和单位生成一张可视化的 SVG 天气卡,并把 SVG 和摘要写入指定的输出文档,方便嵌到页面或报告里。适用于需要把实时温度以漂亮卡片形式展示(比如仪表盘或静态站点)的时候。文件路径固定,便于后续的自动化处理和发布。
▸ 展开 SKILL.md 英文原文
Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.
6.4w
Stars
6.3k
Forks
9
仓库内 Skill
+1.4k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/shanraisshan/claude-code-best-practice/main/.claude/skills/weather-svg-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/shanraisshan/claude-code-best-practice/main/.claude/skills/weather-svg-creator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Weather SVG Creator Skill Creates a visual SVG weather card for Dubai, UAE and writes the output files. ## 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. ## Instructions 1. **Create SVG** — Use the SVG template from [reference.md](reference.md), replacing placeholders with actual values 2. **Write SVG file** — Read then write to `orchestration-workflow/weather.svg` 3. **Write summary** — Read then write to `orchestration-workflow/output.md` using the markdown template from [reference.md](reference.md) ## Rules - Use the exact temperature value and unit prov
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有