← 返回 Skills 市场
susankerrbq

影视资源搜索技能

作者 SusanKerrbq · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
359
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install easy-movie-search
功能描述
搜索电视剧、动漫、电影的百度网盘和夸克网盘资源链接。当用户询问任何影视作品的网盘链接、资源、下载地址时使用此技能,包括但不限于"有XX的网盘链接吗"、"XX在哪里下载"、"找XX的资源"等问题。
使用说明 (SKILL.md)

影视资源搜索技能

当用户询问电视剧、动漫或电影的百度网盘或夸克网盘链接时,使用此技能。

触发条件

用户询问包含以下关键词的内容:

  • 电视剧/电视/剧集 + 网盘/百度/夸克/链接/资源
  • 动漫/动画 + 网盘/百度/夸克/链接/资源
  • 电影 + 网盘/百度/夸克/链接/资源

使用方法

  1. 从用户的问题中提取影视作品的名称(keyword)
  2. 调用 API 接口获取资源信息
  3. 格式化展示结果给用户

API 接口

  • 接口地址:https://meng-ge.top/api/movieData/getMoviesByType
  • 请求方法:GET
  • 请求参数:
    • page: 页码(默认 1)
    • size: 每页数量(默认 50)
    • keyword: 影视作品名称(需要 URL 编码)

响应格式

{
  "code": 0,
  "timestamp": 1773299629789,
  "message": "操作成功",
  "data": [
    {
      "id": 2605,
      "movieName": "逐玉.1080P更 15",
      "baiduLink": "https://pan.baidu.com/s/xxx?pwd=1120",
      "quarkLink": "https://pan.quark.cn/s/xxx",
      "type": "TV",
      "updateTime": "2026-03-12 11:55:10",
      "hash": "EaM7XP",
      "hot": true
    }
  ]
}

展示格式

当获取到结果后,按以下格式展示:

找到 [影视名称] 的资源:

1. [movieName]
   - 类型:[type 转换为中文]
   - 百度网盘:[baiduLink]
   - 夸克网盘:[quarkLink]
   - 更新时间:[updateTime]

2. ...

类型映射:

  • TV: 电视剧
  • TV_4K: 电视剧(4K)
  • MOVIE: 电影
  • MOVIE_4K: 电影(4K)
  • ANIME: 动漫
  • ANIME_4K: 动漫(4K)

注意事项

  1. keyword 需要进行 URL 编码
  2. 如果没有找到结果(data 为空数组),告知用户未找到相关资源
  3. 如果 API 返回错误(code 不为 0),告知用户查询失败
  4. 优先展示热门资源(hot 为 true)
  5. 如果有多个版本(1080P、4K等),都展示给用户选择
安全使用建议
This skill will send user search queries to an unverified third‑party API (meng-ge.top) and display returned Baidu/Quark links (which may include extraction passwords). Before installing, consider the following: 1) The API host has no homepage/source code listed — ask the publisher for provenance and review the API behavior. 2) The endpoint can log everything users search for (privacy risk); avoid sending sensitive or identifying queries. 3) Returned links may point to copyrighted or unsafe content — there is no built‑in safety or content‑license checking. 4) Never auto-open or auto-download returned links; validate links manually and scan downloaded files. 5) If you need similar functionality, prefer well-known, documented APIs or a vetted proxy that filters/validates returned resources. If you proceed, test with non-sensitive queries and request the skill author provide source code or an official homepage for vetting.
功能分析
Type: OpenClaw Skill Name: easy-movie-search Version: 1.0.0 The skill bundle provides a straightforward interface for searching movie and TV resources via a third-party API (meng-ge.top). It contains no executable code, obfuscation, or instructions to exfiltrate sensitive data, and its behavior is entirely consistent with its stated purpose of retrieving cloud drive links based on user-provided keywords.
能力评估
Purpose & Capability
Name and description align with the runtime instructions: the skill extracts a movie name and queries a remote API for Baidu/Quark links. However, the skill has no authoritative source/homepage and the API host (meng-ge.top) is not documented or verifiable, which is unusual for a production integration.
Instruction Scope
SKILL.md instructs the agent to send user-supplied keywords to an external GET endpoint and display returned cloud-storage links (including possible passwords). There is no guidance to validate, sanitize, or verify returned links, no rate/usage limits, and no mention of privacy or legal filtering. Because the API receives raw user queries, it can log/search/exfiltrate user interests; the skill gives the agent broad discretion to present potentially illegal or malicious download links.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and no third‑party packages are installed. This is the lowest install risk.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. Requested privileges are minimal and proportionate to the described purpose.
Persistence & Privilege
always is false and the skill doesn't request persistent system-wide changes. Autonomous invocation is allowed (platform default) but not by itself a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install easy-movie-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /easy-movie-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 更换为新影视资源 API,仅搜索百度网盘和夸克网盘链接 - 仅支持电视剧、动漫、电影等的网盘资源搜索 - 修改触发条件:仅当用户询问影视资源的网盘、链接、下载等 - 删除了旧版的多源BT/PT/流媒体/字幕站展示逻辑 - 精简输出模板,聚焦类型、链接和更新时间 - 移除 evals/evals.json 文件
元数据
Slug easy-movie-search
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

影视资源搜索技能 是什么?

搜索电视剧、动漫、电影的百度网盘和夸克网盘资源链接。当用户询问任何影视作品的网盘链接、资源、下载地址时使用此技能,包括但不限于"有XX的网盘链接吗"、"XX在哪里下载"、"找XX的资源"等问题。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 359 次。

如何安装 影视资源搜索技能?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install easy-movie-search」即可一键安装,无需额外配置。

影视资源搜索技能 是免费的吗?

是的,影视资源搜索技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

影视资源搜索技能 支持哪些平台?

影视资源搜索技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 影视资源搜索技能?

由 SusanKerrbq(@susankerrbq)开发并维护,当前版本 v1.0.0。

💬 留言讨论