📦 Photo Downloader — 剧照海报下载

v1.0.1

下载电影/电视剧/综艺的剧照/海报工具。

0· 97·0 当前·0 累计
zj-john 头像by @zj-john (z_j)
下载技能包
最后更新
2026/3/26
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The skill's code, install spec, and runtime instructions are consistent with its stated purpose (batch-download Douban photos/posters) and do not request unrelated credentials or unusual privileges.
评估建议
This skill appears to do what it says: scrape Douban pages and download images. Before installing, consider: 1) Legal/ToS: scraping may violate Douban's terms — only use for small-scale/personal use as the README warns. 2) Playwright side-effects: installing playwright will download browser binaries and use additional disk space and network traffic. 3) Filesystem: downloaded images are saved under your home directory (~/.openclaw/output/photo-download or ~/download/photos). 4) Privacy: the code ...
详细分析 ▾
用途与能力
Name/description match the implementation: Node.js scripts that search Douban, extract photo IDs (optionally with Playwright), and download images while handling Referer and redirects. Required binaries (node, npm) and the playwright dependency are coherent with the stated scraping/downloading functionality.
指令范围
SKILL.md and the JS files instruct the agent to run the included Node scripts and save files under the user's home directory. The code only accesses network resources (Douban and image hosts) and local filesystem directories under the user's home. Minor inconsistency: SKILL.md claims 'does not connect to existing browser sessions for privacy', while some comments and examples in code mention inheriting or connecting to an existing browser session or remote-debugging; actual Playwright functions in the code launch a new headless browser. This is a documentation/code mismatch but not an obvious malicious behavior.
安装机制
Install uses the well-known npm package 'playwright' (expected for headless browser scraping). Playwright will typically download browser binaries during install which increases disk usage and performs network downloads — expected for this use-case but worth noting as extra installation footprint.
凭证需求
The skill requests no environment variables or credentials and does not access configs outside its download directory. It only uses the network to contact Douban and image host domains, which is proportional to its stated purpose.
持久化与权限
always:false and no special privileges requested. The skill writes files only under the user's home (.openclaw/output/photo-download or ~/download/photos) and does not attempt to modify other skills or system-wide settings.
auto-download.js:165
Shell command execution detected (child_process).
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/3/26

photo-downloader v1.1.0 - 增加 openclaw 元数据,明确依赖 Node.js 和 Playwright,并自动化 Playwright 安装流程 - 移除“Playwright依赖会自动安装”说明,转为结构化依赖声明 - 兼容性说明更新,明确需要 Node.js 环境 - 新增安全警告,强调不会连接已有浏览器会话,保护隐私

Pending

安装命令

点击复制
官方npx clawhub@latest install photo-downloader
镜像加速npx clawhub@latest install photo-downloader --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库