← Back to Skills Marketplace
fuxiaoji

Tieba Spider

by fuxiaoji · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tieba-spider
Description
贴吧帖子爬虫 - 从百度贴吧抓取帖子内容并导出为 Markdown(支持图片下载、楼中楼解析)。Tieba thread crawler - crawl Tieba threads to Markdown with images and sub-posts.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tieba-spider
  3. After installation, invoke the skill by name or use /tieba-spider
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tieba-spider
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tieba Spider?

贴吧帖子爬虫 - 从百度贴吧抓取帖子内容并导出为 Markdown(支持图片下载、楼中楼解析)。Tieba thread crawler - crawl Tieba threads to Markdown with images and sub-posts. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install Tieba Spider?

Run "/install tieba-spider" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tieba Spider free?

Yes, Tieba Spider is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tieba Spider support?

Tieba Spider is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tieba Spider?

It is built and maintained by fuxiaoji (@fuxiaoji); the current version is v1.0.0.

💬 Comments