← Back to Skills Marketplace
chgy123

my skill

by chgy123 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hanime1-search
Description
当作者提及hanime是否更新时,或者miuuuu是否更新时,h站是否更新,调用此技能。
README (SKILL.md)

用法(Windows / PowerShell)

从工作区根目录运行(示例):

python ".openclaw/workspace/skills/hanime-search/scripts/web_page_title_scraper.py" 

常用可选参数:

  • 等待动态内容加载(秒):
python ".openclaw/workspace/skills/hanime-search/scripts/web_page_title_scraper.py"
  • JSON 输出(便于程序消费):
python ".openclaw/workspace/skills/hanime-search/scripts/web_page_title_scraper.py" 
  • 自定义 CSS 选择器(逗号分隔,按顺序尝试,先命中先用):
python ".openclaw/workspace/skills/hanime-search/scripts/web_page_title_scraper.py" 

输出约定

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: hanime1-search Version: 1.0.0 The skill is a straightforward web scraper designed to check for updates on a specific adult content website (hanime1.me). The script 'scripts/web_page_title_scraper.py' uses standard libraries (requests and BeautifulSoup) to fetch and parse video titles based on hardcoded keywords. There is no evidence of data exfiltration, malicious command execution, or prompt injection attempts.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hanime1-search
  3. After installation, invoke the skill by name or use /hanime1-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
hanime-search v1.0.0 - Initial release with CLI tool to check for updates on hanime and related sites. - Supports dynamic content loading wait times. - Provides JSON output for easy programmatic use. - Allows custom CSS selectors to scrape web page titles.
Metadata
Slug hanime1-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is my skill?

当作者提及hanime是否更新时,或者miuuuu是否更新时,h站是否更新,调用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install my skill?

Run "/install hanime1-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is my skill free?

Yes, my skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does my skill support?

my skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created my skill?

It is built and maintained by chgy123 (@chgy123); the current version is v1.0.0.

💬 Comments