원클릭으로
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.