← 返回 Skills 市场
jrrqd

MangaBat Scraper

作者 rizki suluh adi · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
46
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install manga-scraper
功能描述
Download manga chapters from MangaBat (mangabats.com) directly via CDN — bypasses Cloudflare. Triggered when user asks to download/scrape manga chapters or m...
使用说明 (SKILL.md)

MangaBat Scraper

Download manga chapters directly from MangaBat's CDN without hitting Cloudflare protection.

How It Works

  • MangaBat uses Cloudflare on the web frontend (blocks bots)
  • But images are served from img-r1.2xstorage.com — CDN is unprotected
  • Script extracts manga slug from URL, then scans CDN for page numbers
  • Pattern: https://img-r1.2xstorage.com/[slug]/[chapter]/[page].webp

Script Location

Locate the script in your skills directory:

find ~ -name manga_scraper.py 2>/dev/null

Setup Check

python3 /path/to/manga_scraper.py --help

Usage

Single chapter:

python3 manga_scraper.py "https://www.mangabats.com/manga/[manga-slug]/chapter-5"

Chapter range (1-10):

python3 manga_scraper.py "https://www.mangabats.com/manga/[manga-slug]" \
  --start 1 --end 10 --workers 4

All chapters (auto-detect last):

python3 manga_scraper.py "https://www.mangabats.com/manga/[manga-slug]" \
  --all --workers 3

Custom output folder:

python3 manga_scraper.py "URL" --output ~/Manga/MyManga

Flags

Flag Description
--all Download all chapters (manga URL, auto-detects last by 404 scan)
--start N Start from chapter N
--end N End at chapter N
--workers N Concurrent downloads, default 3 (be respectful to CDN)
--output -o Output directory, default ./downloads/

Workflow

  1. Extract manga slug from URL automatically
  2. Scan CDN pages (0→n) until 3 consecutive 404 → determines page count
  3. Download all pages with resume support (skip existing)
  4. Save to chapter_NNN/page_000.webp naming convention

Notes

  • Cloudflare blocks the mangabats.com domain directly — always use CDN method
  • Use --workers 2 or --workers 3 for batch downloads (CDN is polite)
  • Output goes to ./downloads/ by default, or --output if specified
  • Image format is always .webp
  • If Cloudflare ever starts protecting the CDN too, this script will fail — switch to cloudscraper browser emulation
安全使用建议
Install only if you are comfortable with a tool designed to work around a site's anti-bot protections and download content directly from its CDN. Review the site's terms and your authorization first, keep chapter ranges small, and set an output directory with enough space because bulk runs can create many persistent image files.
能力评估
Purpose & Capability
The core purpose is bulk downloading manga from a third-party site, and both the documentation and script explicitly frame the CDN path as a way to bypass Cloudflare protections.
Instruction Scope
The instructions include single-chapter, range, and all/large-series workflows, plus operational advice for avoiding the protected frontend; this is broader than a narrow user-controlled download helper.
Install Mechanism
The artifact consists of a markdown skill file and one Python script, with no declared third-party dependencies, package installer, or hidden install-time behavior found in metadata or files.
Credentials
Runtime behavior performs repeated network probes and concurrent downloads against a third-party CDN and can create many local image files; the artifacts do not include meaningful quota, size, authorization, or terms-compliance controls.
Persistence & Privilege
It does not request elevated privileges or background persistence, but downloaded chapters persist on disk under the output directory and resume by skipping existing files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install manga-scraper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /manga-scraper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added initial Python script: manga_scraper.py. - Updated documentation with new script location instructions and simplified usage examples. - Setup and usage instructions now direct users to find the script via their skills directory. - No functional or interface changes; documentation and initial file added only.
v1.0.0
- Initial release of manga-scraper: download manga chapters directly from MangaBat's CDN, bypassing Cloudflare protection. - Supports scraping individual chapters, a range, or all chapters by auto-detecting the last chapter. - Uses a predictable CDN image pattern for direct downloads. - Includes concurrent download support with customizable worker count. - Output folder, naming conventions, and resumable downloads are supported. - Designed to be polite to the CDN and skips re-downloading existing images.
元数据
Slug manga-scraper
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

MangaBat Scraper 是什么?

Download manga chapters from MangaBat (mangabats.com) directly via CDN — bypasses Cloudflare. Triggered when user asks to download/scrape manga chapters or m... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。

如何安装 MangaBat Scraper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install manga-scraper」即可一键安装,无需额外配置。

MangaBat Scraper 是免费的吗?

是的,MangaBat Scraper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MangaBat Scraper 支持哪些平台?

MangaBat Scraper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MangaBat Scraper?

由 rizki suluh adi(@jrrqd)开发并维护,当前版本 v1.0.1。

💬 留言讨论