← Back to Skills Marketplace
146
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weibo-scraper
Description
抓取指定微博用户的帖子内容。当用户提到"抓微博"、"微博内容"、"看微博"、"weibo"、"某人微博"等关键词时使用此 skill。支持按日期筛选、自动获取长文全文、滚动加载防遗漏。基于 m.weibo.cn 移动端 + browser 工具实现,无需登录即可抓取公开微博。
Usage Guidance
This skill appears to do what it says: automated browsing of m.weibo.cn to collect public posts. Before installing, consider: (1) legal/ToS and privacy — ensure you have the right to scrape and store the target user's public posts and comply with Weibo's terms; (2) rate-limiting and detection — implement throttling if you will run it repeatedly to avoid IP blocking or anti-scraping measures; (3) scope your scraping — prefer single-user, date-limited queries rather than bulk harvesting; (4) autonomous runs — the skill can be invoked by the agent automatically (platform default), so restrict or monitor agent behavior if you are concerned about repeated or unattended scraping. If you need broader guarantees (e.g., logging, request throttling, proxy handling), ask the author to add explicit safeguards to the instructions or helper code.
Capability Assessment
Purpose & Capability
Name/description match the implementation: the SKILL.md and helper script both describe browser automation against m.weibo.cn to find a user's posts, handle long posts, and scroll to load more items. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Runtime instructions are narrowly scoped to browser navigation, DOM snapshotting, scrolling, extracting post timestamps, preview text, and visiting /status/{id} pages to retrieve full text. They do not instruct reading local files, system env vars, or sending data to third parties.
Install Mechanism
No install spec or downloaded code beyond a small included browser helper script. The script contains only DOM queries and string extraction—no remote downloads or extraction steps.
Credentials
The skill requests no environment variables, credentials, or config paths. Its needs (a browser tool capable of navigate/evaluate/close) are proportionate to the stated scraping task.
Persistence & Privilege
always:false and the skill does not request persistent agent-level privileges or modify other skills. disable-model-invocation is false (default), which permits autonomous invocation but is normal platform behavior and not, by itself, a concern.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weibo-scraper - After installation, invoke the skill by name or use
/weibo-scraper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Weibo Scraper 1.0.0 initial release:
- Enables scraping of public Weibo posts from a specified user without login, using a browser-driven workflow for m.weibo.cn mobile site.
- Supports keyword triggers such as “抓微博”, “微博内容”, “看微博”, “weibo”, and “某人微博”.
- Allows date filtering, automatic retrieval of full content for long posts, and scroll loading to prevent missing entries.
- Provides clear output listing with chronological sorting and formatted post time.
- Operates with anti-crawling considerations: no API usage, only browser automation on the mobile site.
Metadata
Frequently Asked Questions
What is 抓取某个微博用户在某个时间发的微博内容。只需要说:抓一下XXX的微博。?
抓取指定微博用户的帖子内容。当用户提到"抓微博"、"微博内容"、"看微博"、"weibo"、"某人微博"等关键词时使用此 skill。支持按日期筛选、自动获取长文全文、滚动加载防遗漏。基于 m.weibo.cn 移动端 + browser 工具实现,无需登录即可抓取公开微博。 It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install 抓取某个微博用户在某个时间发的微博内容。只需要说:抓一下XXX的微博。?
Run "/install weibo-scraper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 抓取某个微博用户在某个时间发的微博内容。只需要说:抓一下XXX的微博。 free?
Yes, 抓取某个微博用户在某个时间发的微博内容。只需要说:抓一下XXX的微博。 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 抓取某个微博用户在某个时间发的微博内容。只需要说:抓一下XXX的微博。 support?
抓取某个微博用户在某个时间发的微博内容。只需要说:抓一下XXX的微博。 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 抓取某个微博用户在某个时间发的微博内容。只需要说:抓一下XXX的微博。?
It is built and maintained by op3nclaw (@x1a0f31); the current version is v1.0.0.
More Skills