← 返回 Skills 市场
920
总下载
0
收藏
9
当前安装
5
版本数
在 OpenClaw 中安装
/install weibo-fresh-posts
功能描述
用于监控微博关注流,先切换到最新微博时间线,再按发帖时间抓取并去重写入每日 Markdown,减少关键微博漏看。
安全使用建议
This skill appears to do what it says: it uses your logged-in OpenClaw browser profile to scrape Weibo and writes daily Markdown files. Before installing, consider: (1) run it with an isolated browser profile instead of your main account to limit exposure of cookies/session data; (2) inspect scripts/install_cron.sh (it creates ~/.openclaw/prompts/<name>.prompt and registers an OpenClaw cron job) and delete that prompt/cron when uninstalling; (3) avoid using it with accounts holding sensitive access you don't want an automated agent to use; and (4) if you prefer manual runs, do not run the install_cron.sh and invoke the skill only on demand.
功能分析
Type: OpenClaw Skill
Name: weibo-fresh-posts
Version: 0.1.4
The OpenClaw skill 'weibo-fresh-posts' is designed to monitor Weibo, scrape posts from the 'latest posts' timeline, and save them to a local Markdown file. All files, including `SKILL.md` and `scripts/install_cron.sh`, consistently align with this stated purpose. The `SKILL.md` explicitly includes '安全注意' (Security Notes) instructing the agent not to save sensitive data like passwords or cookies. The `install_cron.sh` script creates a legitimate OpenClaw cron job using standard CLI commands to automate the scraping task, writing output to a local directory (`~/weibo-digest/`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection designed to subvert the agent for harmful purposes.
能力评估
Purpose & Capability
Name/description (monitor Weibo timeline, write Markdown digests) match the declared requirement (browser.enabled) and the SKILL.md and reference docs. No unrelated env vars, binaries, or unexpected service credentials are requested.
Instruction Scope
Runtime instructions require using the browser tool with profile=openclaw and target=host to open weibo.com, click the left "最新微博", extract posts, fetch detail pages when truncated, parse times, and write into ~/weibo-digest/YYYY-MM-DD.md. This is coherent, but it necessarily uses the user's logged-in browser session (cookies/session state) to access weibo — the SKILL.md warns not to persist credentials, but the agent will have access to the active session, which is sensitive and worth noting.
Install Mechanism
No install spec; only an included helper script (scripts/install_cron.sh) that writes a prompt file and calls openclaw cron add. No remote downloads or archive extraction are present.
Credentials
The skill requests no environment secrets or unrelated credentials. The only declared requirement is browser.enabled, which aligns with needing an authenticated browser profile to access Weibo.
Persistence & Privilege
always:false (not force-included). The provided script creates a prompt file under ~/.openclaw/prompts and registers a recurring OpenClaw cron job (openclaw cron add) so the task can run periodically. This persistence is expected for a scheduled monitor but means the skill will run repeatedly with access to the browser profile — run in an isolated profile if you want to limit exposure.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weibo-fresh-posts - 安装完成后,直接呼叫该 Skill 的名称或使用
/weibo-fresh-posts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
- Added bilingual section title "Weibo Timeline Monitor(微博关键信息不漏看)" to improve clarity for all users
- No functional or logic changes; documentation only
v0.1.3
- Major update: Documentation rewritten and improved for clarity; now primarily in Chinese.
- SKILL.md description, constraints, and instructions revised to simplify and clarify usage.
- Enhanced details on required extraction steps and deduplication.
- Markdown schema, workflow, and cron setup references updated for consistency.
- README.md and reference files updated to match the new documentation tone and details.
v0.1.2
Fix publish path note in README; recommend absolute path to avoid SKILL.md relative-path false error.
v0.1.1
Enforce original post body in 发帖内容; keep summary only in 内容总结; add truncated-post detail extraction guidance.
v0.1.0
Initial release of weibo-fresh-posts skill.
- Monitors followed Weibo accounts for new posts via the 最新微博 timeline.
- Extracts and parses original post timestamps with local formatting.
- Deduplicates entries by original post link before appending to daily markdown digests.
- Provides guidance for setup, extraction workflow, markdown schema, and cron scheduling.
- Includes safety instructions for credentials and error handling.
元数据
常见问题
Weibo Timeline Monitor 是什么?
用于监控微博关注流,先切换到最新微博时间线,再按发帖时间抓取并去重写入每日 Markdown,减少关键微博漏看。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 920 次。
如何安装 Weibo Timeline Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weibo-fresh-posts」即可一键安装,无需额外配置。
Weibo Timeline Monitor 是免费的吗?
是的,Weibo Timeline Monitor 完全免费(开源免费),可自由下载、安装和使用。
Weibo Timeline Monitor 支持哪些平台?
Weibo Timeline Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weibo Timeline Monitor?
由 HanWenbo(@hwb96)开发并维护,当前版本 v0.1.4。
推荐 Skills