بنقرة واحدة
weather
Get current weather and forecasts
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Get current weather and forecasts
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Security assessment of a codebase — minimal mode for runner validation
Daily fetch from a fixed public allowlist; score against the user's interests file; cluster into themes; push the digest to the configured channel
Read-only retrieval over the daily-digest kept set. Slash-invoke with `/librarian <question>`; returns items verbatim with citations.
Math calculations and unit conversions
Parse and analyze CSV data
Analyze disk usage and find large files
| name | weather |
| description | Get current weather and forecasts |
| disable-model-invocation | false |
| metadata | {"wirken":{"requires":{"bins":["curl"]}}} |
| permissions | {"tools":{"allow":["exec"]},"egress":{"mode":"deny"},"inference":{"allow":["*"]}} |
Get weather information using wttr.in.
curl -s "wttr.in/CityName?format=3"curl -s "wttr.in/CityName"curl -s "wttr.in/CityName?format=%l:+%c+%t+%w+%h"curl -s "wttr.in/Moon"Replace spaces in city names with + (e.g., New+York).
For JSON output: curl -s "wttr.in/CityName?format=j1"