my skill

v1.0.0

当作者提及hanime是否更新时,或者miuuuu是否更新时,h站是否更新,调用此技能。

0· 141·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for chgy123/hanime1-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "my skill" (chgy123/hanime1-search) from ClawHub.
Skill page: https://clawhub.ai/chgy123/hanime1-search
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install hanime1-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install hanime1-search
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
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
141downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

用法(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" 

输出约定

Comments

Loading comments...