Weather SVG Creator Skill
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.
MCP get_skill({ skillId: "weather-svg-creator-skill-7145525c" })Use this skill with your agent
Create a free account and connect via MCP
# 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 provided — do not re-fetch or modify - The SVG must be self-contained and valid - Both output files go in the `orchestration-workflow/` directory ## Additional resources - For SVG template, output template, and design specs, see [reference.md](reference.md) - For example input/output pairs, see [examples.md](examples.md)
Related Skills
More skills in Design, Media & Creative
Ableton Lom
Ableton Live Object Model (LOM) API reference for Python Remote Scripts and control surface development.
Accessibility Compliance
Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.
Adobe Illustrator Scripting
Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.
🎬 AI Cinema Director Skill
Direct high-fidelity cinematic video with AI — translates creative intent into technical cinematographic directives for Veo3, Kling, and Luma video models via muapi.ai
AI Clipping
Turn a long video into N viral-ready short clips with a single managed API call. Wraps muapi.ai's `/ai-clipping` endpoint, which handles transcription, highlight ranking through a virality framework (hook / emotional peak / opinion bomb / revelation / conflict / quotable / story peak / practical value), overlap dedupe, and vertical face-tracking auto-crop server-side. No local Whisper, no local LLM, no GPU.
AI Workflow Builder
Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines.
Explore Other Categories
Skills from other categories with shared topics
Weather Fetcher Skill
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
Time Fetcher
Instructions for fetching current Dubai time via bash command
Time Skill
Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.