π¦ ClawHub
WeatherPanel Note AI PC
by @yinquan251
WeatherPanel Note AI PC for Shanghai weather. This skill fetches current weather from Open-Meteo, summarizes the overall conditions with a local LLM through...
TERMINAL
clawhub install weatherpanel-note-aipcπ About This Skill
name: weatherpanel-note-aipc description: > WeatherPanel Note AI PC for Shanghai weather. This skill fetches current weather from Open-Meteo, summarizes the overall conditions with a local LLM through the summarize CLI, updates a local Canvas dashboard, and safely appends the summary to a Markdown note inside a configured Obsidian vault. user-invocable: true metadata: openclaw: emoji: "π€οΈ" homepage: https://open-meteo.com/en/docs
WeatherPanel Note AI PC
What this skill does
summarize CLI.weatherpanel-note-aipc.Safety and ClawHub alignment
HEARTBEAT.md..bat, .cmd, or .ps1 files.env.bat.summarize found on PATH.obsidian-cli; it writes only to a validated .md path under a configured vault directory inside the user's home directory.Default action
For a normal invocation, run the bundled pipeline:
python run_weatherpanel.py --mode all
Then tell the user the dashboard is available at the local Canvas path for this skill:
/__openclaw__/canvas/weatherpanel-note-aipc/dashboard.html
Other requests
python run_weatherpanel.py --mode all
python run_weatherpanel.py --mode fetch
python run_weatherpanel.py --mode summarize
python run_weatherpanel.py --mode flush
python run_weatherpanel.py --mode prepare-dashboard
token_cost.json from the Canvas directory for weatherpanel-note-aipc.Optional configuration
This skill does not require secrets. If needed, it may read a dedicated allowlisted JSON config file at:
~/.openclaw/state/weatherpanel_note_aipc/config.json
Supported keys are limited to:
CANVAS_ROOTOBSIDIAN_VAULTOBSIDIAN_NOTE_PATHOPENCLAW_BASE_URL