4chan-reader
/install 4chan-reader
4chan Reader
This skill allows you to catalog and extract threads from 4chan boards into structured text.
Workflows
1. View Board Catalog
To see active threads and their reply counts on a board:
python3 scripts/chan_extractor.py catalog \x3Cboard>
Output format: ThreadID|PostCount|TeaserText
2. Extract Thread Content
To read a specific thread and optionally save it:
python3 scripts/chan_extractor.py thread \x3Cboard> \x3Cthread_id> [output_root_dir] [word_limit]
output_root_dir(optional): If provided, saves content to\x3Coutput_root_dir>/\x3Cboard>_\x3Ctimestamp>/\x3Cthread_id>.txt.word_limit(optional): Limits each line of post text to the specified number of words.
Details
- Scripts: Uses chan_extractor.py for all operations.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install 4chan-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/4chan-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
4chan-reader 是什么?
Browse 4chan boards and extract thread discussions into structured text files. Use when you need to fetch catalog information or specific thread content (including post text and file metadata) from 4chan boards like /a/, /vg/, /v/, etc. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2278 次。
如何安装 4chan-reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install 4chan-reader」即可一键安装,无需额外配置。
4chan-reader 是免费的吗?
是的,4chan-reader 完全免费(开源免费),可自由下载、安装和使用。
4chan-reader 支持哪些平台?
4chan-reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 4chan-reader?
由 aiasisbot61(@aiasisbot61)开发并维护,当前版本 v1.0.0。