π¦ ClawHub
Weibo TrendNote AI PC
by @yinquan251
Fetch 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...
TERMINAL
clawhub install weibo-trendnote-aipcπ About This Skill
name: weibo-trendnote-aipc description: > Fetch 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. user-invocable: true metadata: {"openclaw":{"os":["win32"],"requires":{"anyBins":["python","py"],"bins":["openclaw"]},"homepage":"https://docs.openclaw.ai/tools/skills"}}
Weibo TrendNote AI PC
Use this skill to fetch current Weibo hot trends, summarize them locally, and append the result to Obsidian.
What it does
Safety and side effects
C:\Users\Intel\.openclaw\state\weibo_hot.Recommended commands
One-time run
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
Optional recurring automation
Only use this after the user explicitly asks to enable scheduled runs:exec: python "{baseDir}/skill_runner.py" install-crons
Notes
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.π Tips & Best Practices
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.