📦 Wallhaven Downloader — 批量壁纸下载
v0.1.3通过 Wallhaven API v1 批量下载高清壁纸,支持多维度筛选(分类、纯净度、分辨率、排序等),一键获取个性化图库,自动分页抓取,省时高效。
1· 346·0 当前·0 累计
下载技能包
最后更新
2026/3/3
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do exactly what it claims. Before installing, confirm you trust the publisher and accept that the script will: (1) make network requests to wallhaven.cc and w.wallhaven.cc, (2) spawn curl processes, and (3) write image files and manifest.json to the output directory you provide. Do not pass secrets other than your Wallhaven API key, and avoid using a key if you do not want to retrieve NSFW/private content. Because the script runs locally and is included in the package, you ...详细分析 ▾
✓ 用途与能力
Name/description match required env var and behavior: the script downloads wallpapers from wallhaven.cc using the Wallhaven API and optionally an API key for NSFW/private results. No unrelated credentials, binaries, or config paths are requested.
✓ 指令范围
SKILL.md and the script stay within the stated purpose: they build API queries, paginate, validate image URLs, download images, and write a manifest. The instructions do not tell the agent to read other files or exfiltrate unrelated data. The script validates hosts and blocks non-HTTPS and private/local addresses.
✓ 安装机制
There is no install spec (instruction-only skill) and the included Python script is self-contained. The script uses subprocess calls to curl to perform HTTP requests rather than embedding an HTTP library; this is normal and proportionate for the task.
✓ 凭证需求
Only WALLHAVEN_API_KEY is declared/used, which is appropriate because the API key is required for NSFW/private queries. The SKILL.md warns against hardcoding keys and the script reads the key only from the --apikey parameter or WALLHAVEN_API_KEY.
✓ 持久化与权限
always is false and the skill does not request persistent system privileges or modify other skills. It writes output only to the user-specified output directory and a manifest there.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.32026/3/3
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install wallhaven-downloader
镜像加速npx clawhub@latest install wallhaven-downloader --registry https://cn.longxiaskill.com镜像同步中