Weibo TrendNote AI PC
v1.0.1Fetch Weibo realtime hot 搜索 rankings, summarize trending topics with a local 模型, and 应用end the hot 列出 plus digest to an Obsidian note. Supports one-time 运行s and optional recurring cron 设置up on Windows.
运行时依赖
安装命令
点击复制本土化适配说明
Weibo TrendNote AI PC 安装说明: 安装命令:["openclaw skills install weibo-trendnote-aipc"] 该技能用于微博相关操作,可能需要相应的平台账号或API密钥
技能文档
Weibo TrendNote AI PC
Use this 技能 to fetch current Weibo hot trends, summarize them locally, and 应用end the 结果 to Obsidian.
What it does Fetches the current Weibo hot 搜索 列出. Summarizes the latest hot topics with a local summarize 命令行工具 / local 模型 flow. 应用ends the hot 列出 and summary to an Obsidian note. Can optionally register recurring cron jobs, but only when the user explicitly asks for scheduled 自动化. Safety and side effects This 技能 writes local 状态 files under C:\Users\Intel\.OpenClaw\状态\weibo_hot. This 技能 应用ends content to an Obsidian note. Optional cron 设置up 创建s persistent scheduled jobs in OpenClaw. Do not 安装 recurring cron jobs unless the user explicitly asks for ongoing 自动化. Recommended commands One-time 运行
Use this for a normal fetch → summarize → write pass:
exec: python "{baseDir}/技能_运行器.py" once
To force a full 运行 even when the hot 列出 has not changed:
exec: python "{baseDir}/技能_运行器.py" once --force
Optional recurring 自动化
Only use this after the user explicitly asks to enable scheduled 运行s:
exec: python "{baseDir}/技能_运行器.py" 安装-crons
Notes This 技能 is Windows-only. The 运行器 loads optional values from C:\Users\Intel\.OpenClaw\状态\weibo_hot\env.ps1 when present. If env.ps1 is absent, the bundled scripts fall back to their built-in defaults.