← 返回 Skills 市场
117
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install photo-downloader
功能描述
批量下载豆瓣电影/电视剧/综艺的剧照和海报。输入片名自动搜索下载,完全自动化,不需要登录。支持缓存去重、反爬延迟。当用户提到"下载剧照"、"获取海报"、"批量下载图片"时使用。
安全使用建议
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 launches a headless browser and makes network requests to Douban/image hosts; do not run it with elevated privileges. 5) Minor docs mismatch: SKILL.md claims it won't connect to existing browser sessions but comments/examples mention inheriting sessions or remote debugging — if you need to preserve browser state, review/modify the code intentionally. If you have concerns, run the code in a controlled environment (container/VM) or review the scripts line-by-line before use.
能力评估
Purpose & Capability
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.
Instruction Scope
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 Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install photo-downloader - 安装完成后,直接呼叫该 Skill 的名称或使用
/photo-downloader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
photo-downloader v1.1.0
- 增加 openclaw 元数据,明确依赖 Node.js 和 Playwright,并自动化 Playwright 安装流程
- 移除“Playwright依赖会自动安装”说明,转为结构化依赖声明
- 兼容性说明更新,明确需要 Node.js 环境
- 新增安全警告,强调不会连接已有浏览器会话,保护隐私
v1.0.0
Initial release of photo-downloader:
- 支持批量下载豆瓣电影/电视剧/综艺的剧照和海报,输入内容名自动搜索下载,无需登录
- 自动缓存去重、反爬延迟(800-2000ms)
- 支持分类下载(剧照/海报)、多数量批量下载
- 正确处理Referer防盗链和重定向,自动保存图片到本地
- 提供全自动浏览器版本和手动HTTP请求版本
- 仅适合个人少量下载,遵守网站的反爬虫机制和服务条款
元数据
常见问题
下载电影/电视剧/综艺的剧照/海报 是什么?
批量下载豆瓣电影/电视剧/综艺的剧照和海报。输入片名自动搜索下载,完全自动化,不需要登录。支持缓存去重、反爬延迟。当用户提到"下载剧照"、"获取海报"、"批量下载图片"时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 下载电影/电视剧/综艺的剧照/海报?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install photo-downloader」即可一键安装,无需额外配置。
下载电影/电视剧/综艺的剧照/海报 是免费的吗?
是的,下载电影/电视剧/综艺的剧照/海报 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
下载电影/电视剧/综艺的剧照/海报 支持哪些平台?
下载电影/电视剧/综艺的剧照/海报 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 下载电影/电视剧/综艺的剧照/海报?
由 z_j(@zj-john)开发并维护,当前版本 v1.0.1。
推荐 Skills