بنقرة واحدة
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.