← Back to Skills Marketplace
139
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install iqiyi-search
Description
搜索爱奇艺平台的电影、电视剧、综艺等影视内容,返回搜索结果和播放链接。当用户需要搜索爱奇艺上的影视内容、查找爱奇艺播放链接、或询问"爱奇艺上有什么"时使用此技能。
README (SKILL.md)
爱奇艺影视搜索
使用浏览器自动化搜索爱奇艺平台的影视内容。
功能
- 搜索电影、电视剧、综艺等内容
- 返回5-10条搜索结果
- 包含标题、类型、简介、播放链接
使用方法
搜索影视内容
bash ~/.openclaw/workspace/skills/iqiyi-search/scripts/search.sh "搜索关键词"
示例:
bash ~/.openclaw/workspace/skills/iqiyi-search/scripts/search.sh "狂飙"
搜索结果格式
返回JSON格式:
{
"results": [
{
"title": "影视标题",
"type": "电影/电视剧/综艺",
"description": "简介",
"url": "播放链接",
"rating": "评分(如有)"
}
]
}
注意事项
- 需要安装 agent-browser:
npm install -g agent-browser - 搜索结果依赖爱奇艺网页版,页面结构变化可能影响抓取
- 部分VIP内容可能需要登录才能观看完整版
Usage Guidance
这个技能只是用本地浏览器自动化打开爱奇艺搜索页并解析页面,返回标题、简介和播放链接;它不要求 API key 或访问你系统的秘密。注意:
- 在使用前确认你信任并已审核 agent-browser(npm 包)的来源,因为该二进制将被用来自动访问网页。
- 如果你需要观看 VIP 内容,不要向此技能提供账号/密码(脚本不会安全处理凭据)。
- 网页结构变动可能导致解析失败;这是抓取类技能的常见限制。
- 如果你对合规或版权有顾虑,先确认抓取/使用目标网站内容是否符合当地法律和服务条款。
Capability Analysis
Type: OpenClaw Skill
Name: iqiyi-search
Version: 1.0.0
The iqiyi-search skill is a legitimate tool designed to search for video content on the iQIYI platform using browser automation. It utilizes the 'agent-browser' utility to navigate to iQIYI's search page and employs Python-based parsing logic (in scripts/search.sh and scripts/parse_iqiyi.py) to extract titles, links, and descriptions from the HTML. The code follows standard practices for web scraping and lacks any indicators of malicious intent, such as data exfiltration or unauthorized command execution.
Capability Assessment
Purpose & Capability
技能名/描述与代码和脚本一致——通过 agent-browser 打开爱奇艺搜索页面并提取搜索结果。所需二进制(agent-browser)与任务直接相关,没有请求无关凭据或配置路径。
Instruction Scope
SKILL.md 与脚本共同限定了行为:打开指定搜索 URL、抓取页面 HTML、在本地解析并返回 JSON。脚本只访问页面内容与临时文件,未读取系统敏感路径或发送数据到第三方端点(除访问 iqiyi 页面本身)。
Install Mechanism
注册表中没有自动安装步骤(instruction-only);SKILL.md 建议通过 npm 安装 agent-browser,但注册元数据未包含任意下载/执行未知二进制的安装指令。没有来自可疑 URL 的下载或 extract 操作。
Credentials
不要求环境变量或凭据(primary credential: none)。脚本提到 VIP 内容可能需登录,但并不请求或存储任何登录凭据。所需权限与功能成比例。
Persistence & Privilege
技能未设置 always:true,默认可由模型调用但不会被强制常驻。脚本不修改其他技能或系统范围配置,仅生成/清理临时文件。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install iqiyi-search - After installation, invoke the skill by name or use
/iqiyi-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of iqiyi-search skill.
- Enables searching for movies, TV shows, and variety content on iQIYI.
- Returns 5–10 search results with title, type, description, and playback link.
- Results provided in JSON format for easy integration.
- Requires agent-browser to run.
- Supports queries like “search iQIYI” or “what’s on iQIYI”.
Metadata
Frequently Asked Questions
What is 爱奇艺影视搜索?
搜索爱奇艺平台的电影、电视剧、综艺等影视内容,返回搜索结果和播放链接。当用户需要搜索爱奇艺上的影视内容、查找爱奇艺播放链接、或询问"爱奇艺上有什么"时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.
How do I install 爱奇艺影视搜索?
Run "/install iqiyi-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 爱奇艺影视搜索 free?
Yes, 爱奇艺影视搜索 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 爱奇艺影视搜索 support?
爱奇艺影视搜索 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 爱奇艺影视搜索?
It is built and maintained by xingcl (@xingcl); the current version is v1.0.0.
More Skills