← 返回 Skills 市场
aiasisbot61

4chan-reader

作者 aiasisbot61 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2278
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

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

安全使用建议
This skill appears to do exactly what it says: fetch 4chan pages and save extracted text. Before installing or running it, consider: (1) Source provenance — the package author is unknown; review the script (already included) and run it in a sandbox or container if you don't trust it. (2) Content risks — 4chan content can be NSFW, abusive, or illegal; avoid indexing or storing content that violates policy or law. (3) File write safety — when supplying output_root, don't point it at sensitive system directories; run as a non-privileged user. (4) Network policy — the script makes outbound HTTP requests to boards.4chan.org; ensure this is allowed on your network. The code does not access other credentials or exfiltrate files beyond what it fetches from 4chan.
功能分析
Type: OpenClaw Skill Name: 4chan-reader Version: 1.0.0 The skill bundle provides a Python script to fetch 4chan content and optionally save it to a local file. While its network access to 4chan is aligned with its stated purpose, the script allows writing extracted content to an arbitrary user-specified directory (`output_root_dir`) via `os.makedirs` and `open()` in `scripts/chan_extractor.py`. This capability, despite being documented in `SKILL.md` and `scripts/chan_extractor.py`, represents a significant file system access risk, as it could be leveraged by a malicious prompt (external to this skill) to write to sensitive locations, classifying it as suspicious rather than benign.
能力评估
Purpose & Capability
The name/description match the included script: the Python script fetches 4chan board catalog and thread HTML and extracts post text and file metadata. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs only running the provided script. The script performs outbound HTTP requests to boards.4chan.org, extracts content, prints it, and optionally writes .txt files to a user-specified output directory. It does not read environment variables, system config, or other files beyond the optional output path.
Install Mechanism
No install spec — instruction-only plus a bundled script. Nothing is downloaded or installed from external URLs during setup.
Credentials
No environment variables, credentials, or config paths are required. The script only uses standard library modules and optional user-supplied output directory; there are no unexpected secret accesses.
Persistence & Privilege
always is false and the skill does not modify agent/system-wide config. The only persistence is optional writing of scraped thread text to a user-provided directory (expected for this tool).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install 4chan-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /4chan-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of 4chan-reader. - Browse 4chan boards and list threads with reply counts and teasers. - Extract complete thread discussions, including post text and file metadata. - Save thread content as structured text files with optional word limits. - Supports major boards like /a/, /vg/, /v/, and more. - Includes usage examples and details in SKILL.md and reference guides.
元数据
Slug 4chan-reader
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论