← Back to Skills Marketplace
920
Downloads
0
Stars
9
Active Installs
5
Versions
Install in OpenClaw
/install weibo-fresh-posts
Description
用于监控微博关注流,先切换到最新微博时间线,再按发帖时间抓取并去重写入每日 Markdown,减少关键微博漏看。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weibo-fresh-posts - After installation, invoke the skill by name or use
/weibo-fresh-posts - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Weibo Timeline Monitor?
用于监控微博关注流,先切换到最新微博时间线,再按发帖时间抓取并去重写入每日 Markdown,减少关键微博漏看。 It is an AI Agent Skill for Claude Code / OpenClaw, with 920 downloads so far.
How do I install Weibo Timeline Monitor?
Run "/install weibo-fresh-posts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weibo Timeline Monitor free?
Yes, Weibo Timeline Monitor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Weibo Timeline Monitor support?
Weibo Timeline Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weibo Timeline Monitor?
It is built and maintained by HanWenbo (@hwb96); the current version is v0.1.4.
More Skills