/install travel-morning-weather
🌍 Travel Morning Weather
Setup
On first activation, check if memory/travel-plan.json exists.
If not found → ask the user for their home city, then create it:
{ "default_location": "\x3CUser's City>, \x3CCountry>", "daily_locations": {} }
If found → confirm default_location with the user before first use.
When to Use
- Morning Briefing cron runs at 07:00 Asia/Shanghai
- User mentions travel plans in conversation (dates + location)
Core Rules
1. Morning Weather Location Resolution
Read memory/travel-plan.json. Use today's date (Asia/Shanghai) to look up daily_locations:
- Match found → use that city for weather query
- No match → use
default_location
2. Capture Travel Plans from Conversation
When user mentions travel (dates + location), update travel-plan.json proactively:
python3 skills/travel-morning-weather/scripts/update-travel-plan.py \
--start YYYY-MM-DD --end YYYY-MM-DD --location "City, Country"
For detailed trigger conditions, see references/capture-triggers.md.
3. Auto-Expire Old Entries
Before morning briefing, run cleanup to remove past dates:
python3 skills/travel-morning-weather/scripts/travel-cleaner.py
Quick Reference
| Task | Reference |
|---|---|
| JSON schema + fields | references/data-format.md |
| Capture triggers + flow | references/capture-triggers.md |
| Morning cron integration | references/morning-briefing.md |
| Clean expired entries | scripts/travel-cleaner.py |
| Update travel data | scripts/update-travel-plan.py |
| Example data | examples/travel-plan.json |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-morning-weather - After installation, invoke the skill by name or use
/travel-morning-weather - Provide required inputs per the skill's parameter spec and get structured output
What is Travel Morning Weather?
Adjust morning weather briefing location based on travel plans captured from conversation. It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.
How do I install Travel Morning Weather?
Run "/install travel-morning-weather" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Travel Morning Weather free?
Yes, Travel Morning Weather is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Travel Morning Weather support?
Travel Morning Weather is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created Travel Morning Weather?
It is built and maintained by Neo Shi (@suidge); the current version is v1.0.0.