time-svg-creator
仓库创建 2025年10月31日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
能把时间数据可视化并直接产出仓库内可查看的文件,适合仪表盘或报告。
▸ 风险提示
会在仓库路径写入/覆盖文件,需注意文件权限与路径安全。
这个 Skill 做什么
生成迪拜时间的 SVG 卡片并写入指定输出文件与摘要 Markdown。
生成一张显示迪拜当前时间的 SVG 卡片,并把 SVG 和一份摘要 Markdown 写到指定输出文件里,方便放在仪表盘或网页上显示时区时间。会接收 time、timezone、formatted 等字段来填充模板,适合自动化定时展示或同步多时区信息。输出路径和格式固定,便于后续流水线使用。
▸ 展开 SKILL.md 英文原文
Creates an SVG time card showing the current time for Dubai. Writes the SVG to agent-teams/output/dubai-time.svg and updates agent-teams/output/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/agent-teams/.claude/skills/time-svg-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/shanraisshan/claude-code-best-practice/main/agent-teams/.claude/skills/time-svg-creator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Time SVG Creator Skill Creates a visual SVG time card for Dubai, UAE and writes the output files. ## Task You will receive three fields from the calling context: `time`, `timezone`, and `formatted`. Create an SVG time 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** — Write to `agent-teams/output/dubai-time.svg` 3. **Write summary** — Write to `agent-teams/output/output.md` using the markdown template from [reference.md](reference.md) ## Rules - Use the EXACT time values provided — NEVER re-fetch or recalculate - The SVG must
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有