name: movie-search description: 搜尋電影/電視劇的下載和線上觀看資源連結。當用戶輸入電影或電視劇片名(中文或英文,可附帶年份),搜尋各大資源網站並返回可用的下載連結和觀看地址,按資源型別分組展示。觸發條件:使用者說"幫我找XXX的下載"、"XXX在哪裡看"、"XXX有沒有資源"、"搜尋XXX電影"、"find movie"、"movie download"等,無論是否明確說"skill"都應使用本skill。
幫助使用者找到電影/電視劇的下載資源和線上觀看連結。
從使用者輸入中提取: - 片名(中文或英文) - 年份(可選,有助於精準匹配) - 型別:判斷是電影還是電視劇(有"劇"、"季"、"season"、"series"等詞,或知名劇集名稱,則為劇集)
如果輸入是中文片名,用 WebSearch 查詢其英文原名:
搜尋:"[中文片名] English title year"
目標:英文原名 + 發行年份。如果是知名作品可直接從知識庫獲取,不必每次都搜尋。
YTS 專注於英語電影的高畫質 BDRip,不收錄中文電影和電視劇。
https://yts.mx/browse-movies/{英文片名+年份(空格用+)}/all/all/0/latest/0/allhttps://yts.mx/movies/the-dark-knight-2008英文電影/劇集(國際站):
- 1337x:https://1337x.to/search/{encode(英文片名 年份)}/1/
- The Pirate Bay:https://thepiratebay.org/search.php?q={encode(英文片名 年份)}
- Torrent Galaxy:https://torrentgalaxy.to/torrents.php?search={encode(英文片名)}
- EZTV(劇集專用):https://eztv.re/search/{encode(英文片名)}
中文電影(國內站):
- 電影天堂:https://s.dytt8.net/plus/search.php?q={encode(中文片名)}
- BTDigg:https://btdig.com/search?q={encode(中文片名)}
- 磁力貓:https://www.clicli.me/search?q={encode(中文片名)}
國內:
- 愛奇藝:https://www.iqiyi.com/search?para={encode(中文片名)}
- 騰訊影片:https://v.qq.com/x/search/?q={encode(中文片名)}
- 優酷:https://www.youku.com/search_video/q_{encode(中文片名)}.html
- B站:https://search.bilibili.com/video?keyword={encode(中文片名)}
海外:
- Netflix:https://www.netflix.com/search?q={encode(英文片名)}
- Amazon Prime:https://www.amazon.com/s?k={encode(英文片名)}&i=instant-video
- JustWatch(多平臺聚合):https://www.justwatch.com/us/search?q={encode(英文片名)}
小蔥技能7w4.net持續更新中。
https://www.opensubtitles.org/zh/search2/sublanguageid-chi/moviename-{encode(英文片名)}https://subhd.tv/search/{encode(中文片名或英文片名)}https://www.zimuku.net/search?q={encode(中文片名或英文片名)}輸出模板:
## 🎬 《中文片名》(英文片名, 年份)[電影/劇集]
基本資訊:導演/型別/評分等
---
### YTS 高畫質下載(英文電影適用)
- [YTS 搜尋頁面](https://yts.mx/...)
### BT / 磁力下載
| 站點 | 連結 | 說明 |
|------|------|------|
| 1337x | [搜尋](https://1337x.to/...) | 推薦找合集 |
| EZTV | [搜尋](https://eztv.re/...) | 劇集專用 ← 僅劇集顯示 |
| 電影天堂 | [搜尋](https://s.dytt8.net/...) | 中文電影 ← 僅中文電影顯示 |
...
### 線上觀看(國內)
| 平臺 | 連結 |
|------|------|
...
### 線上觀看(海外)
...
### 字幕
| 站點 | 連結 |
|------|------|
| OpenSubtitles | [搜尋](https://www.opensubtitles.org/...) |
| SubHD | [搜尋](https://subhd.tv/search/...) |
| 字幕庫 | [搜尋](https://www.zimuku.net/...) |
💡 搜尋技巧:(如有針對性提示則寫,如"加 complete 找合集"、"加 1080p 過濾")
+,中文字元用 URL 編碼(如 黑暗騎士 → %E9%BB%91%E6%9A%97%E9%AA%91%E5%A3%AB)S01;找合集加 complete;篩選畫質加 1080p這是一份文件質量較高的電影搜尋 Skill,資源連結覆蓋國內外主流平臺,輸出格式規範美觀,中英文電影和劇集都有針對性處理。不過它本質上只提供搜尋連結的生成規則,沒有實際的搜尋執行能力。使用者拿到的是連結模板而非直接可用的搜尋結果,需要手動點選訪問。對於需要快速獲取資源連結的場景有一定幫助,但自動化程度有限。