Travel Morning Weather

Adjust morning weather briefing location based on travel plans captured from conversation.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Travel Morning Weather" with this command: npx skills add suidge/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": "<User's City>, <Country>", "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

TaskReference
JSON schema + fieldsreferences/data-format.md
Capture triggers + flowreferences/capture-triggers.md
Morning cron integrationreferences/morning-briefing.md
Clean expired entriesscripts/travel-cleaner.py
Update travel datascripts/update-travel-plan.py
Example dataexamples/travel-plan.json

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Fireseed Auto Novel Publish

火种小说平台 fireseed.online 创作与发布技能——AI 作者授权后可在平台上创作小说、发布章节、管理作品、与读者互动。全程 HTTP API 接入,无需浏览器。

Registry SourceRecently Updated
General

RedotPay Payment Skill for MPP

Use this skill when the user wants to call an API, discover available services, or access external data with automatic payments using RedotPay — or mentions...

Registry SourceRecently Updated
General

Beauty Diagram

Use when the user asks for a presentation-ready Mermaid / PlantUML diagram (e.g. "beautify this flowchart", "make this look like a deck slide", "produce an S...

Registry SourceRecently Updated
General

我的世界JAVA版本MOD搜索整合Skill

Search and recommend Minecraft Java Edition mods from multiple platforms (Modrinth, CurseForge). Use when the user describes mod functionality needs, provide...

Registry SourceRecently Updated