films-search

Solid

Search cloud drives for downloadable film and TV resources (movies, TV series, anime). Use this skill when the user wants to download a specific movie or TV show. Do NOT use for general movie information, schedules, reviews, or recommendations.

AI & Automation 82 stars 34 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Films Search Skill 搜索影视资源(电影、电视剧、动漫),通过实时爬虫深度抓取资源页面,从各网盘平台获取公开分享的资源链接。 ## 前置条件 - **web-search** skill(必需,用于搜索发现资源页面) ## 命令 ### 搜索资源 ```bash bash "$SKILLS_ROOT/films-search/scripts/film-search.sh" search "关键词" [选项] ``` **选项:** | 参数 | 说明 | 默认值 | |------|------|--------| | `--pan <type>` | 筛选网盘类型: `quark`, `baidu`, `aliyun`, `uc`, `all` | `all` | | `--quality <q>` | 筛选画质: `4k`, `1080p`, `720p`, `all` | `all` | | `--limit <n>` | 每个平台最大结果数 | `5` | | `--engine <e>` | 搜索引擎: `deep`, `web` | `deep` | **引擎说明:** - `deep`(默认,推荐)— web-search 搜索发现资源页面 + JavaScript 深度抓取提取网盘链接和提取码,结果最准确 - `web` — 仅从 web-search 搜索引擎摘要中提取链接(速度快,但准确率较低,不做深度抓取) **示例:** ```bash # 搜索所有平台的资源(默认使用深度搜索) bash "$SKILLS_ROOT/films-search/scripts/film-search.sh" search "流浪地球2" # 只搜夸克网盘 4K 资源 bash "$SKILLS_ROOT/films-search/scripts/film-search.sh" search "流浪地球2" --pan quark --quality 4k # 限制结果数量 bash "$SKILLS_ROOT/films-search/scripts/film-search.sh" search "流浪地球2" --limit 10 # 使用浅层搜索(不深度抓取页面) bash "$SKILLS_ROOT/films-search/scripts/film-search.sh" search "流浪地球2" --engine web ``` Windows 系统使用 PowerShell 脚本: ```powershell powershell -File "$SKILLS_ROOT/films-search/scripts/film-search.ps1" search "流浪地球2" --pan quark ``` ### 热门推荐 ```bash bash "$SKILLS_ROOT/films-search/scripts/film-search.sh" hot "2025年热门电影" ``` 本质上是以推荐类关键词调用搜索,返回相关网盘资源。 ### 解析跳转链接 ```bash bash "$SKILLS_ROOT/films-search/scripts/film-search.sh" resolve "https://example.com/goto/xxx" ``` 当搜索结果中的链接需要二次跳转时,用此命令解析出真实网盘地址。 ## Agent 使用流程 ...

Details

Author
freestylefly
Repository
freestylefly/wesight
Created
3 weeks ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

music-search

Search cloud drives for downloadable music resources (songs, albums, lossless audio). Use this skill when the user wants to download a specific song or album. Do NOT use for general music information, lyrics, or recommendations.

82 Updated today
freestylefly
AI & Automation Listed

tavily-search-free

Use Tavily Search API for optimized, real-time web search results for RAG. A pre-configured, cost-effective search tool.

335 Updated today
aiskillstore
AI & Automation Solid

agent-reach

Give your AI agent eyes to see the entire internet. 17 platforms via CLI, MCP, curl, and Python scripts. Zero config for 8 channels. 【路由方式】SKILL.md 包含路由表和常用命令,复杂场景需按需阅读对应分类的 references/*.md。 分类:search / social (小红书/抖音/微博/推特/B站/V2EX/Reddit) / career(LinkedIn) / dev(github) / web(网页/文章/公众号/RSS) / video(YouTube/B站/播客). Use when user asks to search, read, or interact on any supported platform, shares a URL, or asks to search the web.

20,751 Updated 2 weeks ago
Panniantong
AI & Automation Listed

dingtalk-ai-web-search

网页搜索与实时信息检索。需要查找最新资讯、实时数据、技术文档、热点事件,或用户说"搜一下"、"帮我查"、"查资料"、"web search"等时使用。基于小宿AI智能搜索,支持关键词搜索、时间范围过滤(一天/一周/一月/一年)、自定义结果数量、JSON 输出。

72 Updated 4 days ago
breath57
AI & Automation Listed

baidu-search

百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。

1 Updated yesterday
jiabai