hanime-search
当作者提及hanime是否更新时,或者miuuuu是否更新时,h站是否更新,调用此技能。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chgy123/hanime1-searchWhat This Skill Does
The hanime-search skill is a specialized automation tool designed to monitor and retrieve the latest status updates from popular adult content platforms, specifically Hanime and Miuuuu. By utilizing a robust web page title scraper, the skill traverses target URLs to extract the most recent entries, ensuring that users are always informed about new content releases without needing to manually browse the site. It handles dynamic content loading, making it efficient for sites that rely on client-side rendering. The skill is designed for seamless integration into the OpenClaw ecosystem, allowing users to query the status of their favorite channels directly through their AI agent.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/chgy123/hanime1-search
Ensure you have the necessary dependencies for Python installed, as the scraper relies on standard web-crawling libraries to perform its tasks. You can verify the installation by checking the contents of the .openclaw/workspace/skills/hanime-search/ directory.
Use Cases
This skill is primarily intended for users who track specific content creators or platforms for updates. Typical use cases include:
- Automating the notification process when new content is uploaded to Hanime.
- Checking if a specific series or creator site (like Miuuuu) has published new material recently.
- Aggregating update information to be presented in a simplified digest format by your AI agent.
Example Prompts
- "Has there been any new content released on Hanime today?"
- "Hey OpenClaw, check if Miuuuu has updated their latest collection yet."
- "Is the h-site showing any new uploads, or is it still on the same page?"
Tips & Limitations
- Dynamic Content: The scraper supports waiting for dynamic content. If you find the scraper returns empty results, increase the delay parameter to ensure JavaScript rendering is complete.
- CSS Selectors: If the layout of the target website changes, use the custom CSS selector argument to point the scraper to the correct header or title element.
- Compliance: Ensure your use of this tool complies with your local regulations regarding content access. This skill is a utility tool; it does not bypass security measures or subscription paywalls. For the best performance, run the script within a stable network environment to avoid timeouts during page retrieval.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chgy123-hanime1-search": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, code-execution
Related Skills
okx-symbol-prices
Fetch specified crypto spot prices from OKX and present them in USD display. Use when the user asks to get OKX prices/quotes for specific symbols (e.g. BTC, ETH, SOL) or mentions OKX markets/top-cryptocurrency price list.
okx-crypto-price
从 OKX 公开行情接口一次性获取指定币种现货价格(美元展示),按输入顺序输出。适用于用户提到 OKX、币价查询、top-cryptocurrency、指定币种价格等场景。