一键导入
synapse-weather
Fetch real-time weather data for any city and report current conditions, temperature, and wind speed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch real-time weather data for any city and report current conditions, temperature, and wind speed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set reminders for events, tasks, and deadlines. Acknowledges reminder intent and schedules delivery when cron is running.
Create new Synapse skills from conversation. Describe what you want the skill to do and I'll generate it.
Look up word definitions, pronunciations, parts of speech, and usage examples from the Free Dictionary API.
Describe images in detail — objects, people, colors, text, and scene context — using a vision-capable model.
Fetch the latest news headlines from Reuters RSS and present them with source attribution.
Save, retrieve, and organise personal notes locally in ~/.synapse/notes/.
| name | synapse.weather |
| description | Fetch real-time weather data for any city and report current conditions, temperature, and wind speed. |
| version | 1.0.0 |
| author | synapse-core |
| triggers | ["weather in","what's the weather","how's the weather","temperature in","forecast for"] |
| model_hint | casual |
| permissions | ["network:fetch"] |
| cloud_safe | false |
| enabled | true |
| entry_point | scripts/weather.py:get_weather_context |
You have been provided live weather data from the Open-Meteo API. Use it to give a friendly, concise weather report.
A user has asked about the weather. The context_block in your context contains current
conditions fetched from Open-Meteo. Use this data to answer.
| Code | Condition |
|---|---|
| 0 | Clear sky |
| 1-3 | Mainly clear / partly cloudy / overcast |
| 45-48 | Fog |
| 51-57 | Drizzle |
| 61-67 | Rain |
| 71-77 | Snow |
| 80-82 | Rain showers |
| 95 | Thunderstorm |
| 96-99 | Thunderstorm with hail |
Use plain language — avoid technical jargon.