Weibo TrendNote AI PC
/install weibo-trendnote-aipc
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
- Fetches the current Weibo hot search list.
- Summarizes the latest hot topics with a local summarize CLI / local model flow.
- Appends the hot list and summary to an Obsidian note.
- Can optionally register recurring cron jobs, but only when the user explicitly asks for scheduled automation.
Safety and side effects
- This skill writes local state files under
C:\Users\Intel\.openclaw\state\weibo_hot. - This skill appends content to an Obsidian note.
- Optional cron setup creates persistent scheduled jobs in OpenClaw.
- Do not install recurring cron jobs unless the user explicitly asks for ongoing automation.
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
- This skill is Windows-only.
- The runner loads optional values from
C:\Users\Intel\.openclaw\state\weibo_hot\env.ps1when present. - If
env.ps1is absent, the bundled scripts fall back to their built-in defaults.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weibo-trendnote-aipc - After installation, invoke the skill by name or use
/weibo-trendnote-aipc - Provide required inputs per the skill's parameter spec and get structured output
What is Weibo TrendNote AI PC?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install Weibo TrendNote AI PC?
Run "/install weibo-trendnote-aipc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weibo TrendNote AI PC free?
Yes, Weibo TrendNote AI PC is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weibo TrendNote AI PC support?
Weibo TrendNote AI PC is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32).
Who created Weibo TrendNote AI PC?
It is built and maintained by yinquan251 (@yinquan251); the current version is v1.0.1.