Install
openclaw skills install weibo-trendnote-aipcFetch Weibo realtime hot search rankings, summarize trending topics with a local model, and append the hot list plus digest to an Obsidian note. Supports one-time runs and optional recurring cron setup on Windows.
openclaw skills install weibo-trendnote-aipcUse this skill to fetch current Weibo hot trends, summarize them locally, and append the result to Obsidian.
C:\Users\Intel\.openclaw\state\weibo_hot.Use this for a normal fetch → summarize → write pass:
exec: python "{baseDir}/skill_runner.py" once
To force a full run even when the hot list has not changed:
exec: python "{baseDir}/skill_runner.py" once --force
Only use this after the user explicitly asks to enable scheduled runs:
exec: python "{baseDir}/skill_runner.py" install-crons
C:\Users\Intel\.openclaw\state\weibo_hot\env.ps1 when present.env.ps1 is absent, the bundled scripts fall back to their built-in defaults.