← 返回 Skills 市场
144
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hanime1-search
功能描述
当作者提及hanime是否更新时,或者miuuuu是否更新时,h站是否更新,调用此技能。
使用说明 (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"
输出约定
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hanime1-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/hanime1-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
my skill 是什么?
当作者提及hanime是否更新时,或者miuuuu是否更新时,h站是否更新,调用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 my skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hanime1-search」即可一键安装,无需额外配置。
my skill 是免费的吗?
是的,my skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
my skill 支持哪些平台?
my skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 my skill?
由 chgy123(@chgy123)开发并维护,当前版本 v1.0.0。
推荐 Skills