with one click
weather-fetcher
从 Open-Meteo API 获取迪拜当前天气温度数据的指令
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
从 Open-Meteo API 获取迪拜当前天气温度数据的指令
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
创建一个 SVG 时间卡片,显示迪拜的当前时间。将 SVG 写入 agent-teams/output/dubai-time.svg 并更新 agent-teams/output/output.md。
AI 代理的浏览器自动化 CLI 工具。当用户需要与网站交互时使用,包括导航页面、填写表单、点击按钮、截取屏幕截图、提取数据、测试 Web 应用或自动化任何浏览器任务。触发条件包括"打开网站"、"填写表单"、"点击按钮"、"截取屏幕截图"、"从页面抓取数据"、"测试此 Web 应用"、"登录网站"、"自动化浏览器操作"或任何需要编程式 Web 交互的任务。
关于演示文稿幻灯片格式、权重系统、导航和章节结构的知识
关于演示文稿中 CSS 类、组件模式和语法高亮的知识
显示巴基斯坦标准时间(PKT,UTC+5)的当前时间。当用户询问当前时间、巴基斯坦时间或 PKT 时使用。
创建一个 SVG 天气卡片,显示迪拜的当前温度。将 SVG 写入 orchestration-workflow/weather.svg 并更新 orchestration-workflow/output.md。
| name | weather-fetcher |
| description | 从 Open-Meteo API 获取迪拜当前天气温度数据的指令 |
| user-invocable | false |
此 Skill 提供获取当前天气数据的指令。
以请求的单位(摄氏度或华氏度)获取迪拜的当前温度。
获取天气数据:使用 WebFetch 工具从 Open-Meteo API 获取迪拜的当前天气数据。
摄氏度:
https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=celsius华氏度:
https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=fahrenheit提取温度:从 JSON 响应中提取当前温度:
current.temperature_2mcurrent_units.temperature_2m返回结果:清晰地返回温度值和单位。
完成此 Skill 的指令后:
Current Dubai Temperature: [X]°[C/F]
Unit: [Celsius/Fahrenheit]