Yys Wallpaper
v1.2.0阴阳师原画壁纸下载工具。自动从 https://yys.163.com/media/picture.html 抓取壁纸,按分辨率下载到 ~/图片/{分辨率}/ 目录,跳过已存在的文件。触发条件:用户想要下载阴阳师壁纸、整理壁纸、批量下载图片。
⭐ 0· 87·0 current·0 all-time
by@lhf6623
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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).Like a lobster shell, security has layers — review code before you run it.
latestvk97aet2a67psb3bk2t6apq7aj5847axk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
