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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weibo-trendnote-aipc - 安装完成后,直接呼叫该 Skill 的名称或使用
/weibo-trendnote-aipc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。
如何安装 Weibo TrendNote AI PC?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weibo-trendnote-aipc」即可一键安装,无需额外配置。
Weibo TrendNote AI PC 是免费的吗?
是的,Weibo TrendNote AI PC 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weibo TrendNote AI PC 支持哪些平台?
Weibo TrendNote AI PC 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32)。
谁开发了 Weibo TrendNote AI PC?
由 yinquan251(@yinquan251)开发并维护,当前版本 v1.0.1。