← 返回 Skills 市场
jav-lookup
作者
onebowl824
· GitHub ↗
· v1.0.0
· MIT-0
152
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jav-lookup
功能描述
This skill should be used when the user provides a list of Japanese AV film codes (番号, e.g. ABF-328, START-510, MIDA-563) and wants to look up the cast (主演),...
使用说明 (SKILL.md)
\r \r
JAV Lookup Skill — 番号批量查询\r
\r
目的\r
\r 根据用户提供的日本 AV 番号列表,批量查询:\r
- 主演(演员信息)\r
- 一句话剧情(剧情简介)\r
- 磁力链接(可选,需明确要求)\r \r 最终整理成表格输出。\r \r
触发场景\r
\r 场景 A:查询主演 + 剧情\r
- 用户提供一个或多个番号(格式如
ABF-328、MIDA-563、START-510)\r - 用户要求查询主演 / 剧情 / 简介\r
- 用户想整理成列表或表格\r \r 场景 B:查询磁力链接\r
- 用户要求找磁力链接 / magnet\r
- 用户提到
-u/-c/-uc后缀(无码/中字/无码中字)\r - 建议通过 JAVDB (
javdb.com) 搜索\r \r ---\r \r
工作流程\r
\r
场景 A:查询主演 + 剧情\r
\r
Step 1:识别番号与已知主演\r
\r
用户通常会以 主演:番号 的格式提供列表。直接从输入中提取番号与对应主演名。\r
\r
Step 2:批量并行网络搜索\r
\r 对每个番号,同时发起多个搜索(利用并行工具调用节省时间),搜索策略如下:\r \r 优先搜索(中文/繁体):\r
"\x3C番号>" \x3C主演> 剧情 简介\r
```\r
\r
**备用搜索(日文,更精准):**\r
```\r
"\x3C番号>" \x3C主演日文名> あらすじ 内容\r
```\r
\r
**推荐数据来源(按优先级):**\r
1. JAVDB (`javdb.com`) — 有中文剧情\r
2. FANZA / DMM (`dmm.co.jp`) — 官方日文简介\r
3. AV聚合站(yyshoo.com、aixiangaa.com 等)— 中文翻译版\r
4. Prestige / SOD / MOODYZ 等片商官网\r
\r
#### Step 3:判断信息质量\r
\r
- 若找到**具体的剧情标题或情节描述** → 直接使用\r
- 若只找到发行信息但无具体剧情 → 根据片商系列惯例+已有线索推断,并在备注中说明\r
- 若完全没有信息 → 标注"暂无资料,建议前往 FANZA/JAVDB 查询"\r
\r
#### Step 4:整理输出表格\r
\r
输出格式:\r
\r
```markdown\r
| # | 番号 | 主演 | 片商 | 一句话剧情 |\r
|---|------|------|------|-----------|\r
| 1 | ABF-328 | 涼森玲夢 | Prestige | 剧情... |\r
```\r
\r
表格字段说明:\r
- **番号**:原始番号\r
- **主演**:中文名(如有日文名括号附注)\r
- **片商**:从番号前缀推断(见下方对照表)\r
- **一句话剧情**:20~50 字,简洁描述核心情节\r
\r
---\r
\r
### 场景 B:查询磁力链接\r
\r
当用户明确要求查找磁力链接时,执行以下流程:\r
\r
#### Step 1:确认搜索需求\r
\r
- 用户要求找 magnet、磁力链接\r
- 用户提到特定后缀需求:` -u`(无码)、`-c`(中文字幕)、`-uc`(无码中字)\r
\r
#### Step 2:通过 JAVDB 搜索磁力\r
\r
**首选网站:JAVDB (`javdb.com`)**\r
\r
搜索流程:\r
1. 使用 `https://javdb.com/search?q=\x3C番号>&f=all` 搜索番号\r
2. 从搜索结果获取详情页 URL(如 `/v/xxxxxx`)\r
3. 访问详情页,提取磁力链接\r
\r
**搜索示例:**\r
```\r
https://javdb.com/search?q=JUR-067&f=all\r
https://javdb.com/v/qAb836 (详情页)\r
```\r
\r
#### Step 3:筛选特殊版本\r
\r
在详情页上,特别关注以下后缀:\r
- **`-u`**:无码版(uncensored)\r
- **`-c`**:中文字幕版\r
- **`-uc`**:无码中字版\r
- **`-FHD`**:全高清版\r
- **`-中文字幕`**:中文完整标注\r
\r
若找到特殊版本,在表格"备注"栏标注。\r
\r
#### Step 4:整理输出表格\r
\r
**输出格式(含磁力):**\r
\r
```markdown\r
| # | 番号 | 主演 | 一句话剧情 | 磁力链接 | 备注 |\r
|---|------|------|-----------|----------|------|\r
| 1 | JUR-067 | 久遠美緒 | 超大型新人出道... | magnet:?xt=urn:btih:xxx | |\r
```\r
\r
**重要:**\r
- 磁力链接格式:`magnet:?xt=urn:btih:\x3CHASH值>&dn=\x3C文件名>`\r
- 优先提供 **较大文件/高清版本** 的磁力链接\r
- 若同一番号有多个版本,在备注栏说明(如"中文字幕版")\r
- 若未找到 `-u` / `-c` / `-uc` 版本,标注"暂无特殊版本"\r
\r
#### Step 5:提醒用户\r
\r
在表格下方添加备注:\r
- 建议使用 115网盘、PikPak、比特球等离线下载\r
- 新番通常暂无特殊版本,过段时间再搜索可能有惊喜\r
- 磁力链接的可用性取决于做种人数\r
\r
---\r
\r
## 常见番号前缀 → 片商对照\r
\r
| 前缀 | 片商 |\r
|------|------|\r
| ABF / ABP / ABW | Prestige |\r
| START / SOD / SDNM | SOD Create |\r
| MIDA / MIFD / MIAA | MOODYZ |\r
| IPZZ / IPX / IPVR | IdeaPocket (S1) |\r
| JUR / JUQ / JUY | Madonna |\r
| NGOD / NTR / NDR | JET映像(NTR系列)|\r
| SSIS / SSS | S1 No.1 Style |\r
| DASS / DAD | Das! |\r
| MEYD / MBD | Tameike Goro |\r
| PRED / PLD | Premium |\r
\r
---\r
\r
## 输出备注规范\r
\r
在表格下方添加备注,说明:\r
- 哪些番号剧情来源于推断而非直接数据\r
- 哪些是最新发行(网络资料较少)\r
- 建议用户到 FANZA / JAVDB 核实\r
\r
---\r
\r
## 注意事项\r
\r
- 全程保持**客观、简洁**的描述,不添加主观评价\r
- 剧情描述使用**繁体中文**(用户习惯)\r
- 对 NTR / 时间停止 / 特定企划类型,明确标出类型特征\r
- 若用户只提供番号不提供主演,仍需搜索主演信息一并输出\r
安全使用建议
This skill is internally consistent: it will perform web searches and scrape public pages (JAVDB, FANZA, aggregator sites) to build a table of番号 → cast → one-line plot and, if requested, magnet URIs. Before installing, consider these points:
- Legal/policy risk: providing magnet links can facilitate downloading copyrighted material; legality and platform policy vary by jurisdiction and hosting service. Decide whether you want the agent to return magnet links or limit it to metadata and links to official sources (FANZA/DMM/JAVDB).
- Site scraping: the skill expects to crawl/search public sites; respect terms of service and robots.txt and avoid aggressive parallel scraping that could lead to IP blocking.
- Privacy: the skill does not request credentials or write files during install, but it will make outbound HTTP requests. If that outbound traffic is a concern in your environment, disable or restrict the skill.
- Safety: if you prefer not to surface magnet links, ask the skill author to remove or disable the 'Scene B' magnet-link branch or require an explicit confirmation step before returning any magnet URIs.
No hidden credentials, installs, or elevated privileges were found.
功能分析
Type: OpenClaw Skill
Name: jav-lookup
Version: 1.0.0
The skill is a specialized search tool designed to automate the retrieval of Japanese adult video (JAV) metadata, cast information, and magnet links from public websites like JAVDB and DMM. The instructions in SKILL.md are clearly aligned with the stated purpose and do not exhibit signs of data exfiltration, malicious execution, or prompt injection aimed at compromising the agent or the host system.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it looks up AV film codes, cast, short plot, and optionally magnet links. No unrelated credentials, binaries, or installs are requested — the requested actions (web search and site scraping) are proportionate to that purpose.
Instruction Scope
Instructions remain within the stated scope (extract番号, actor, one-line plot, and optionally magnet links) and specify target sites (JAVDB, FANZA/DMM, AV aggregator sites). Notable: the skill instructs scraping detail pages to extract magnet URIs and to prefer large/HD torrents; it also recommends download services (115, PikPak). This is coherent with the stated functionality but raises legal/policy considerations (facilitating distribution of copyrighted adult content and scraping site content). Also mentions running parallel searches — an implementation detail but not intrinsically problematic.
Install Mechanism
Instruction-only skill with no install/specs and no code files; nothing written to disk or downloaded during install. Lowest install risk.
Credentials
No environment variables, credentials, or config paths are requested. The set of required access (outbound web requests to public sites) is proportionate to the task.
Persistence & Privilege
always:false and default invocation settings. The skill does not request persistent or privileged system presence or modify other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jav-lookup - 安装完成后,直接呼叫该 Skill 的名称或使用
/jav-lookup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of jav-lookup skill:
- Supports batch lookup of Japanese AV film codes for cast, one-sentence plot summaries (in Traditional Chinese), and magnet links.
- Triggers on user requests for film information, cast, plot summaries, or magnet links using keywords like 查询番号, 番号主演剧情, 查影片信息, 找磁力链接, or magnet.
- Presents results in a clear markdown table format, including fields for code, cast, studio, and plot; optional magnet links and notes.
- Prioritizes data sources: JAVDB, FANZA/DMM, and official studios.
- Allows special search for uncensored or subtitled versions; flags new or hard-to-find content and suggests alternative searches.
- Adds output notes for clarification on data quality and suggestions for further verification.
元数据
常见问题
jav-lookup 是什么?
This skill should be used when the user provides a list of Japanese AV film codes (番号, e.g. ABF-328, START-510, MIDA-563) and wants to look up the cast (主演),... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。
如何安装 jav-lookup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jav-lookup」即可一键安装,无需额外配置。
jav-lookup 是免费的吗?
是的,jav-lookup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
jav-lookup 支持哪些平台?
jav-lookup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 jav-lookup?
由 onebowl824(@onebowl824)开发并维护,当前版本 v1.0.0。
推荐 Skills