← Back to list

weather-check
by Willyfrog
Elements to extend the pi agent I'm running
⭐ 0🍴 0📅 Jan 15, 2026
SKILL.md
name: weather-check description: Check current weather and forecast via a simple CLI script. Use when the user asks for current conditions, temperature, wind, or a quick forecast. Defaults to Torrejón de Ardoz and metric units. compatibility: Requires network access and curl.
Weather Check
Setup
Ensure the script is executable:
cd /path/to/project
chmod +x .pi/skills/weather-check/scripts/weather.sh
Usage
./.pi/skills/weather-check/scripts/weather.sh "Berlin"
./.pi/skills/weather-check/scripts/weather.sh "New York"
./.pi/skills/weather-check/scripts/weather.sh "" "v2" # default location
- First argument: location (city name, zip, lat,lon). Leave empty for the default.
- Second argument (optional): wttr.in format (default:
3, tryv2for multi-line). - Output uses metric units.
Tool
If the weather tool is available, call it directly:
weather {"location": "Berlin", "format": "3"}
Command
Use the command to get a quick notification:
/weather
/weather Madrid v2
Workflow
- Run the script with the requested location.
- Return the output verbatim.
- If the user wants more detail, rerun with format
v2.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon