← 返回 Skills 市场
197
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install yys-wallpaper
功能描述
阴阳师原画壁纸下载工具。自动从 https://yys.163.com/media/picture.html 抓取壁纸,按分辨率下载到 ~/图片/{分辨率}/ 目录,跳过已存在的文件。触发条件:用户想要下载阴阳师壁纸、整理壁纸、批量下载图片。
安全使用建议
This skill appears to do exactly what it says: run a local Python script that downloads images from the specified site and saves them under ~/Pictures/{resolution}/. Before running: 1) ensure you are comfortable with the script making outbound HTTP requests and writing files to your home directory; 2) don't run it as root—run as your normal user; 3) respect the website's terms of use and rate limits (the script has delay controls); and 4) if you want extra caution, inspect the included scripts/download.py yourself (it is plain Python and uses only the standard library).
功能分析
Type: OpenClaw Skill
Name: yys-wallpaper
Version: 1.2.0
The skill is a legitimate wallpaper downloader for the game Onmyoji (阴阳师). The Python script (scripts/download.py) uses standard libraries to scrape image URLs from the official NetEase website and download them to the user's local Pictures directory with appropriate rate-limiting and error handling. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description say it will scrape and download wallpapers from yys.163.com; the script fetches that page, extracts image URLs from yys.res.netease.com, and saves images to ~/Pictures/{resolution}/. All required actions and resources requested by the skill are proportional to that purpose.
Instruction Scope
SKILL.md and the script instruct running a local Python script which (expectedly) performs HTTP GETs to the target site and writes files to the user's Pictures directory. The instructions do not request unrelated files, credentials, or external endpoints beyond the target image host.
Install Mechanism
There is no install spec (no packages downloaded or installed). The skill includes a standalone Python script using only the standard library, which is appropriate and low-risk for the stated task.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Network access and file-write access to the user's Pictures folder are required and consistent with the downloader's purpose.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It only runs as a user-invoked script and writes files under the user's home directory, which is appropriate.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yys-wallpaper - 安装完成后,直接呼叫该 Skill 的名称或使用
/yys-wallpaper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
v1.2.0 introduces advanced download options and improved usability.
- Added CLI options: batch size, delay control, force overwrite, and help message.
- Batch downloading and progress display are now supported.
- Enhanced skipping logic: intelligently skips existing files, or can re-download with --no-skip.
- Added error auto-retry (3 times) and per-file progress/statistics output.
- Updated documentation with new usage examples and supported resolutions.
- Metadata file _meta.json added.
v1.1.0
修复分辨率参数传递问题,现在支持任意分辨率下载
v1.0.0
yys-wallpaper 1.0.0 初始版本发布
- 支持自动抓取并批量下载阴阳师原画壁纸,来自 yys.163.com 官方媒体站。
- 用户可指定分辨率保存壁纸,默认 1920x1080,支持多种常见分辨率选项。
- 下载文件以指定格式命名,保存在 ~/Pictures/{分辨率}/ 目录下。
- 已存在的壁纸文件自动跳过,避免重复下载。
- 脚本纯 Python 标准库实现,无需安装额外依赖。
元数据
常见问题
Yys Wallpaper 是什么?
阴阳师原画壁纸下载工具。自动从 https://yys.163.com/media/picture.html 抓取壁纸,按分辨率下载到 ~/图片/{分辨率}/ 目录,跳过已存在的文件。触发条件:用户想要下载阴阳师壁纸、整理壁纸、批量下载图片。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 197 次。
如何安装 Yys Wallpaper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yys-wallpaper」即可一键安装,无需额外配置。
Yys Wallpaper 是免费的吗?
是的,Yys Wallpaper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Yys Wallpaper 支持哪些平台?
Yys Wallpaper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Yys Wallpaper?
由 lhf6623(@lhf6623)开发并维护,当前版本 v1.2.0。
推荐 Skills