← 返回 Skills 市场
59
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install photoplus-album-downloader
功能描述
Download PhotoPlus / 谱时图片直播 albums from a URL or activity ID; use to inspect metadata, filter date tabs, save JSON, or write caption/GPS metadata.
安全使用建议
This skill is functionally coherent but executes code fetched from the network (GitHub main/raw) and may install Python packages. Before installing or running it: (1) review the upstream repository (or bundle) and prefer a pinned commit; (2) run the wrapper in a sandbox or VM; (3) use --dry-run and --repo-dir pointing to a vetted local clone instead of letting it auto-download; (4) avoid --install-deps in sensitive environments — instead inspect requirements.txt and install dependencies from a trusted source; and (5) be aware it will write output to ./PhotoPlus and create a .codex cache directory in the working directory.
能力评估
Purpose & Capability
Name, description, SKILL.md, wrapper script, and upstream notes all align: the skill downloads PhotoPlus live albums and exposes relevant flags. Required binary (python3) matches the stated purpose; no unrelated credentials or config paths are requested.
Instruction Scope
Runtime instructions include cloning or downloading the upstream script from GitHub and then executing it. The SKILL.md and wrapper explicitly allow installing dependencies and running the upstream script; they do not require reading unrelated system files, but they do instruct the agent/operator to fetch and run remote code. The wrapper creates a local cache directory (.codex) and writes output under ./PhotoPlus, which is expected but should be noted.
Install Mechanism
There is no packaged install spec (instruction-only), but the included wrapper will: (1) attempt a shallow git clone of the upstream repo or (2) download a raw script from raw.githubusercontent.com (main branch), and then execute it. Downloading and executing unpinned code from the main branch and running pip install (possibly from a requirements file) is a higher-risk pattern because the fetched code can change after skill publication. The hosts used (github.com, raw.githubusercontent.com, PyPI) are well-known, which mitigates some risk, but the lack of pinning is the main concern.
Credentials
The skill requests no environment variables or credentials. The ability to install dependencies uses pip and network access, which is proportional to the claimed functionality but represents an escalation of runtime privileges (network + package install).
Persistence & Privilege
always is false and the skill does not request to be always-present. It creates local files/directories (.codex and ./PhotoPlus) in the working directory but does not modify other skills or system-wide agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install photoplus-album-downloader - 安装完成后,直接呼叫该 Skill 的名称或使用
/photoplus-album-downloader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of PhotoPlus Album Downloader (version 1.0.0).
- Download original images from PhotoPlus/谱时图片直播 albums using a URL or activity ID.
- Inspect album metadata, filter by date tabs, and save metadata (JSON/EXIF/IPTC).
- Supports partial downloads, custom output folders, and test runs.
- Built-in wrapper handles dependencies and upstream project cloning for ease of use.
元数据
常见问题
PhotoPlus Album Downloader 是什么?
Download PhotoPlus / 谱时图片直播 albums from a URL or activity ID; use to inspect metadata, filter date tabs, save JSON, or write caption/GPS metadata. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 59 次。
如何安装 PhotoPlus Album Downloader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install photoplus-album-downloader」即可一键安装,无需额外配置。
PhotoPlus Album Downloader 是免费的吗?
是的,PhotoPlus Album Downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PhotoPlus Album Downloader 支持哪些平台?
PhotoPlus Album Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PhotoPlus Album Downloader?
由 helloene(@helloene)开发并维护,当前版本 v1.0.0。
推荐 Skills