🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Novel Scraper Pro

by @yuzhihui886

智能小说抓取工具 V6,支持自动翻页、分页补全、章节号自动解析、内存监控、中断续抓。 使用 curl+BeautifulSoup 抓取笔趣阁等小说网站,输出格式化 TXT 文件。 默认每 10 章合并为一个文档,避免文件零散分布。 自动检测分页并补全,智能跳过非小说内容(作者感言、抽奖预告等)。 内存监控和中断续...

Versionv2.0.3
📋 Tips & Best Practices

Q: 如何关闭内存监控?

python3 scripts/scraper.py --chapters "1-100" --book "书名" --no-memory-monitor

Q: 如何关闭中断续抓?

python3 scripts/scraper.py --chapters "1-100" --book "书名" --no-resume

Q: 如何清空进度重新抓取?

rm ~/.openclaw/workspace/skills/novel-scraper-pro/state/progress.json
python3 scripts/scraper.py --chapters "1-100" --book "书名"

Q: 缓存在哪里?如何清理?

# 缓存位置
/tmp/novel_scraper_cache/

清理缓存

rm -rf /tmp/novel_scraper_cache/*

View on ClawHub
TERMINAL
clawhub install novel-scraper-pro

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →