W
weather-automation
by @claude-office-skillsv
4.1(20)
気象データ統合とスマートトリガーをサポートする、天気ベースの自動化ワークフローと通知。
インストール方法
npx skills add claude-office-skills/skills --skill weather-automationcompare_arrows
Before / After 効果比較
1 组使用前
天気に基づいた自動ワークフローや通知、関連タスクを手動で完了するには、ドキュメントの繰り返し参照とデバッグが必要です。全プロセスに約30分かかり、エラーが発生しやすく、非効率的です。
使用後
このスキルを使用して自動処理すると、1分以内にすべての作業が完了し、プロセスが標準化され、精度が高くなります。
SKILL.md
weather-automation
Weather Automation
Automate weather-based workflows and notifications.
Core Capabilities
Current Weather
current_weather:
location: "San Francisco, CA"
# or coordinates
lat: 37.7749
lon: -122.4194
response:
temperature: 65°F
feels_like: 63°F
humidity: 72%
wind_speed: 12 mph
conditions: "Partly Cloudy"
uv_index: 5
Forecast
forecast:
location: "New York, NY"
days: 7
daily:
- date: "2024-01-20"
high: 45°F
low: 32°F
conditions: "Snow"
precipitation_chance: 80%
hourly:
interval: 3 # hours
periods: 24
Weather Alerts
alert_rules:
- name: "Rain Alert"
condition:
precipitation_chance: "> 70%"
within_hours: 6
action:
notify: slack
message: "☔ Rain expected in next 6 hours"
- name: "Freeze Warning"
condition:
temperature: "< 32°F"
action:
- notify: sms
- trigger: home_assistant
action: protect_pipes
Workflow Examples
Morning Briefing
morning_weather:
trigger: daily at 6:30 AM
actions:
- get_forecast:
location: home
days: 1
- send_notification:
channel: slack_dm
message: |
🌤️ Good morning! Today's weather:
High: {{high}}°F | Low: {{low}}°F
{{conditions}}
{{#if rain}}☔ Bring an umbrella!{{/if}}
Event Planning
event_weather:
trigger: calendar_event_tomorrow
condition:
event_type: outdoor
actions:
- get_forecast:
location: "{{event.location}}"
date: "{{event.date}}"
- if:
precipitation_chance: "> 50%"
then:
- notify: organizer
message: "Consider backup venue - rain likely"
Best Practices
-
Caching: Cache frequent requests
-
Units: Support both metric/imperial
-
Accuracy: Use reliable data sources
-
Alerts: Set sensible thresholds
-
Location: Support multiple formats
Weekly Installs–Repositoryclaude-office-s…s/skillsGitHub Stars26First Seen–Security AuditsGen Agent Trust HubPassSocketPassSnykPass
ユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数243
評価4.1 / 5.0
バージョン
更新日2026年5月20日
比較事例1 件
ユーザー評価
4.1(20)
5
20%
4
50%
3
25%
2
5%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
タイムライン
作成2026年3月26日
最終更新2026年5月20日