Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (daily ZCOOL recommendations) align with the provided script and example output. The included Python script performs HTML retrieval, classification, highlight generation, and saves a local report — all expected for this purpose.
Instruction Scope
SKILL.md simply instructs running the provided Python script. The script only fetches https://www.zcool.com.cn/ and individual work pages, parses titles/descriptions, classifies items, generates highlights, prints, and writes a text file under the output directory. It does not read other local files, environment variables, or external endpoints outside ZCOOL.
Install Mechanism
No install spec; this is instruction-plus-script. Dependencies are normal Python libraries (requests, beautifulsoup4) installable via pip, which is proportionate to the task. No downloads from unknown hosts or archive extraction are present.
Credentials
The skill requests no environment variables, secrets, or config paths. The absence of credentials is consistent with scraping public webpages.
Persistence & Privilege
Flags show no 'always: true' and default autonomous invocation behavior. The skill does not attempt to modify other skills or system-wide settings; it only writes its own output files to a local directory.
Assessment
This skill appears coherent and implements what it claims: it will make HTTP requests to zcool.com.cn and individual work pages, parse the HTML, and save a text file (zcool_daily/zcool_{date}.txt). Before installing or enabling autonomous runs, consider: (1) review the included scripts yourself — the code here is readable and not obfuscated; (2) be aware it will perform outbound network requests (ensure you are comfortable with that and that it complies with ZCOOL's site policies/robots.txt); (3) it writes files to the working directory (zcool_daily) — run in a directory or container where that is acceptable; (4) install dependencies in a virtualenv to avoid affecting system Python; (5) if you will allow the agent to invoke the skill autonomously, note that it will periodically perform network activity when invoked — schedule or restrict execution as needed. If you want extra assurance, run the script in an isolated environment (container/VM) the first time.Like a lobster shell, security has layers — review code before you run it.
latestvk972we84sfqs2qf8xsysp7pxhn839xfv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
