my skill
v1.0.0当作者提及hanime是否更新时,或者miuuuu是否更新时,h站是否更新,调用此技能。
⭐ 0· 108·0 current·0 all-time
by@chgy123
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The description (monitoring whether hanime/miuuuu/h-site updated) matches the included Python script which requests the hanime1.me search URL and extracts candidate video titles. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided script from the workspace path which is accurate, but the documented optional parameters and JSON output examples are incomplete/ambiguous. The runtime instructions do not ask the agent to read unrelated files or secrets; they only run the included script.
Install Mechanism
There is no install spec (instruction-only), which minimizes disk changes. However, the script depends on third-party Python packages (requests, bs4/BeautifulSoup) that are not declared in metadata or an install step — the skill will fail unless those are present in the environment.
Credentials
The skill requires no environment variables, credentials, or config paths. The script makes outbound HTTP requests to the target site (expected for a scraper) but does not exfiltrate data to any other endpoint or use hidden credentials.
Persistence & Privilege
The skill is not forced-always, does not request elevated/persistent privileges, and does not modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but is not combined with other concerning flags.
Assessment
What to consider before installing:
- This skill fetches pages from an adult site (hanime1.me) and will contact that site directly when run; that exposes your agent's IP and request headers to that site. If that is a concern, restrict network access or avoid installing.
- The Python script requires requests and BeautifulSoup (bs4) but the skill metadata doesn't declare or install them; ensure those packages are available in the runtime environment before use.
- SKILL.md examples are incomplete/ambiguous about arguments and JSON output. Expect to run the hardcoded script path exactly as provided or adapt it locally.
- Scraping a website can violate that site's terms of service; confirm you are allowed to scrape this site and consider rate limits and legal/privacy implications.
- The code is simple and does not access secrets or external endpoints beyond the target site; if you need higher assurance, review or run the script in an isolated environment first.Like a lobster shell, security has layers — review code before you run it.
latestvk97djg2k984wake4bbpjfgne09837r7q
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
