← 返回 Skills 市场
litousteven

Anime Image Downloader (Safebooru, Download Only)

作者 litousteven · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
316
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install safebooru-fetcher
功能描述
Download multiple high-quality original anime images from Safebooru by tags, saving files locally with safe content only.
安全使用建议
This skill appears consistent and low-risk for its stated downloader purpose, but take the usual precautions before running untrusted code: review the included Python files yourself, run inside a restricted environment or container if possible, and avoid running as root. Be aware it will write image files to ./downloads (so check disk use and the directory). The script relies on safebooru.org being SFW; if you need stricter rating controls, add explicit filters before downloading. Also note that an agent allowed to call skills autonomously could download many files if misused—limit counts or add rate limits when invoking.
功能分析
Type: OpenClaw Skill Name: safebooru-fetcher Version: 1.0.5 The skill is a legitimate utility for searching and downloading images from Safebooru using its public DAPI. The code in `safebooru.py` and `safebooru_fetcher.py` is well-structured, implements proper filename sanitization via `_safe_slug`, and includes rate-limiting to respect the provider's service. No evidence of data exfiltration, unauthorized network calls, or prompt injection was found; the instructions in `SKILL.md` actually serve to restrict the agent's scope to local downloads only.
能力评估
Purpose & Capability
Name/description claim a safebooru downloader and the code only accesses safebooru DAPI endpoints (POST_DAPI and TAG_DAPI). There are no unrelated network endpoints, binaries, or environment variables requested.
Instruction Scope
SKILL.md and the CLI/docs state the skill only downloads to a local ./downloads directory and does not upload or post elsewhere. The code implements that behavior. Minor note: SKILL.md says 'safe content only' (Safebooru is SFW), but the script does not add extra rating enforcement itself — it relies on the safebooru dataset and tag filters.
Install Mechanism
No install spec that pulls arbitrary code from the network; included files are Python source and a small requirements.txt (requests). Running the script writes files to disk as expected. No downloads from unknown hosts or archive extraction.
Credentials
The skill requests no environment variables, credentials, or config paths. The only external access is to safebooru.org per its stated purpose.
Persistence & Privilege
always is false and there are no persistent modifications to other skills or system configs. The skill can be invoked autonomously (platform default) and will write files to disk, which is expected for a downloader.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install safebooru-fetcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /safebooru-fetcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Internal metadata files (.clawhub/origin.json, _meta.json) have been removed. - No user-facing functionality or documentation changes.
v1.0.4
- Updated documentation in SKILL.md to clarify usage and improve formatting - No functional changes to the code or features
v1.0.3
- Added support for sorting, pagination, and minimum score filtering in image downloads - Introduced tag auto-suggestion/completion via the --suggest option - Updated documentation with new usage examples and expanded common tag lists - Now only depends on Python and requests (dropped mandatory agent-browser dependency)
v1.0.2
- 增加了 agent-browser 作为必须依赖,并提供安装命令及说明原因 - 依赖列表和说明内容更清晰,便于快速配置使用 - 其它文档结构和功能说明无变化
v1.0.1
- Renamed the skill to "Anime Image Downloader" for broader clarity. - Improved description to emphasize "图片搜索" (image search) capabilities. - Enhanced feature list with clearer distinctions between supported and unsupported functions. - Added a "wallpaper" tag example and a new "Keywords" section to improve searchability. - Minor language and formatting improvements for clarity.
v1.0.0
Initial release of safebooru-fetcher. - Fetches and downloads high-quality original images from Safebooru by tags. - Supports multi-tag searches (space-separated) and batch downloads. - Saves all images to a local directory (`./downloads/`). - Designed for download only; does not send, upload, or post files. - Dependence on Python 3, `requests`, and `agent-browser`. - Outputs the number of images downloaded and the save path.
元数据
Slug safebooru-fetcher
版本 1.0.5
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

Anime Image Downloader (Safebooru, Download Only) 是什么?

Download multiple high-quality original anime images from Safebooru by tags, saving files locally with safe content only. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 316 次。

如何安装 Anime Image Downloader (Safebooru, Download Only)?

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

Anime Image Downloader (Safebooru, Download Only) 是免费的吗?

是的,Anime Image Downloader (Safebooru, Download Only) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Anime Image Downloader (Safebooru, Download Only) 支持哪些平台?

Anime Image Downloader (Safebooru, Download Only) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Anime Image Downloader (Safebooru, Download Only)?

由 litousteven(@litousteven)开发并维护,当前版本 v1.0.5。

💬 留言讨论