爱奇艺影视搜索

v1.0.0

搜索爱奇艺平台的电影、电视剧、综艺等影视内容,返回搜索结果和播放链接。当用户需要搜索爱奇艺上的影视内容、查找爱奇艺播放链接、或询问"爱奇艺上有什么"时使用此技能。

1· 145·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 xingcl/iqiyi-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "爱奇艺影视搜索" (xingcl/iqiyi-search) from ClawHub.
Skill page: https://clawhub.ai/xingcl/iqiyi-search
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: agent-browser
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 iqiyi-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install iqiyi-search
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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,默认可由模型调用但不会被强制常驻。脚本不修改其他技能或系统范围配置,仅生成/清理临时文件。
Assessment
这个技能只是用本地浏览器自动化打开爱奇艺搜索页并解析页面,返回标题、简介和播放链接;它不要求 API key 或访问你系统的秘密。注意: - 在使用前确认你信任并已审核 agent-browser(npm 包)的来源,因为该二进制将被用来自动访问网页。 - 如果你需要观看 VIP 内容,不要向此技能提供账号/密码(脚本不会安全处理凭据)。 - 网页结构变动可能导致解析失败;这是抓取类技能的常见限制。 - 如果你对合规或版权有顾虑,先确认抓取/使用目标网站内容是否符合当地法律和服务条款。

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🎬 Clawdis
Binsagent-browser
latestvk97czcnn11a9tranwnhs8nncz583eaws
145downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

爱奇艺影视搜索

使用浏览器自动化搜索爱奇艺平台的影视内容。

功能

  • 搜索电影、电视剧、综艺等内容
  • 返回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内容可能需要登录才能观看完整版

Comments

Loading comments...