← 返回 Skills 市场
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tieba-spider
功能描述
贴吧帖子爬虫 - 从百度贴吧抓取帖子内容并导出为 Markdown(支持图片下载、楼中楼解析)。Tieba thread crawler - crawl Tieba threads to Markdown with images and sub-posts.
安全使用建议
This skill is coherent and does what its README promises, but take these practical precautions before running: (1) downloaded images are fetched from URLs embedded in posts — those can point to arbitrary external hosts, so use --no-images if you want to avoid making extra outbound requests; (2) the script posts to API_BASE over HTTP (not HTTPS) which may be susceptible to network interception — run on a trusted network; (3) files are written to the output directory you choose, so pick a safe location and watch disk usage; (4) respect site terms of service and rate limits (the script has a default 0.5s delay and a --delay option); (5) run in an isolated environment if you have concerns (container or VM).
功能分析
Type: OpenClaw Skill
Name: tieba-spider
Version: 1.0.0
The tieba-spider skill is a functional crawler for Baidu Tieba threads, designed to export thread content, sub-posts, and images into Markdown format. The Python script (tieba_spider.py) utilizes the Tieba mobile API with a standard signature algorithm and relies solely on Python's built-in libraries. No evidence of data exfiltration, unauthorized file access, malicious execution, or prompt injection was found; the code's behavior is strictly aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description (Tieba thread crawler → export Markdown, images, sub-posts) matches the included code and SKILL.md. The only runtime dependency is python3, which is appropriate.
Instruction Scope
SKILL.md instructs running the CLI with a thread URL/ID and standard options. The code only requests data from Baidu Tieba API endpoints and image URLs found in posts; it writes output to a user-specified directory. It does not read unrelated files, environment variables, or credentials.
Install Mechanism
No install spec (instruction-only skill) and the provided code is a local Python script. Nothing is downloaded or installed by the platform—lowest-risk install model.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate for a public-thread crawler that uses public mobile API endpoints.
Persistence & Privilege
Skill is not always-enabled and does not request persistent platform privileges or modify other skills. It writes files only to the user-specified output directory (normal behavior for a scraper).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tieba-spider - 安装完成后,直接呼叫该 Skill 的名称或使用
/tieba-spider触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of tieba-spider.
- Crawl full threads from Baidu Tieba, including all posts and replies.
- Download images within threads and save them locally.
- Parse sub-posts (楼中楼) for complete discussion capture.
- Export posts and images to a clean Markdown format.
- Support for custom output directory and adjustable request delay.
- Command-line options allow for flexible usage, including skipping image downloads.
元数据
常见问题
Tieba Spider 是什么?
贴吧帖子爬虫 - 从百度贴吧抓取帖子内容并导出为 Markdown(支持图片下载、楼中楼解析)。Tieba thread crawler - crawl Tieba threads to Markdown with images and sub-posts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 Tieba Spider?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tieba-spider」即可一键安装,无需额外配置。
Tieba Spider 是免费的吗?
是的,Tieba Spider 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tieba Spider 支持哪些平台?
Tieba Spider 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tieba Spider?
由 fuxiaoji(@fuxiaoji)开发并维护,当前版本 v1.0.0。
推荐 Skills