openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > my skill

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

数据与表格

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 45 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:chgy123/hanime1-search

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This is a small, coherent web-scraper skill that fetches hanime1.me search results for 'miuuuuu' and extracts video titles; it requests no credentials and includes no installer, though the SKILL.md is incomplete and dependencies aren't declared.

目的

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.

说明范围

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.

安装机制

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.

证书

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.

持久

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.

综合结论

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 environ…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「my skill」。简介:当作者提及hanime是否更新时,或者miuuuu是否更新时,h站是否更新,调用此技能。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/chgy123/hanime1-search/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

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

---

## 用法(Windows / PowerShell)

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

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

常用可选参数:

- 等待动态内容加载(秒):

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

- JSON 输出(便于程序消费):

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

- 自定义 CSS 选择器(逗号分隔,按顺序尝试,先命中先用):

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

## 输出约定