← 返回 Skills 市场
elevenzhou

Ip Screener

作者 EVspace · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eleven-ip-screener
功能描述
IP改编潜力筛选技能。从番茄小说、起点、七猫等小说平台筛选最具短剧/AI漫剧改编潜力的未改编小说,从剧情节奏、角色数、场景复杂度、画面感、受众共鸣、题材新颖度等维度打分,输出TOP5评分榜单。触发词:IP筛选、小说筛选、改编潜力分析、未改编小说、选剧分析、IP评分。
使用说明 (SKILL.md)

IP改编潜力筛选技能

数据获取流程

Step 1:确定筛选范围

根据用户需求选择数据来源(至少选2个平台):

  • 番茄小说热门榜(免费榜/付费榜/完本榜)
  • 起点中文网(如起点中文网热门)
  • 七猫免费小说
  • 纵横中文网

Step 2:搜索潜力IP

使用 batch_web_search 并行抓取各平台数据,关键词:

site:fqxs.cc 未改编 热门 2025
site:qimao.cc 短剧改编 潜力IP
番茄小说 热门原创 未改编 2025

Step 3:提取关键数据

对每本小说提取:

  • 书名、作者、字数、题材标签
  • 平台排名、收藏数、评论量(估算)
  • 故事类型(爽文/虐文/悬疑/甜宠)
  • 主要角色数量、场景数量
  • 是否已授权改编(排除已售出版权)

评分维度(10分制)

维度 权重 评分要点
剧情节奏 20% 开篇钩子、前3集是否有爆点、爽点密度
角色适配 15% 主角不超过5人、角色标签化程度(利于AI建模)
场景适配 15% 场景数量适中(5-15个核心场景)、视觉化程度
受众共鸣 15% 情绪价值(爽/虐/甜)、目标受众广度
题材新颖 15% 差异化程度、是否踩中当下热门题材
集数适配 10% 故事体量适合20-50集
制作成本 10% 场景集中度、特效量、角色服装成本
综合得分 100% 加权总分,输出TOP5

题材偏好参考(2026年热门)

高优先级题材

  • 都市异能+系统流:受众广、制作成本低、爽点密集
  • 甜宠/霸总:女频主力,AI仿真人适配度高
  • 末日/生存:海外接受度高,出海潜力大
  • 悬疑/推理:剧情张力强,完播率高

中优先级题材

  • 古风/历史:制作成本高,但IP价值大
  • 玄幻/修仙:特效量大,需评估ROI

排除题材

  • 色情擦边、封建迷信过度、政治敏感

输出格式

# IP改编潜力分析报告
📅 {日期} | 数据来源:{平台列表}

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🏆 TOP5 最具改编潜力小说
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🥇 第1名:《{书名}》
   作者:{作者}
   题材:{类型标签}
   综合得分:{X}/10
   平台数据:{排名、收藏等}
   适合类型:AI仿真人 / AI漫剧
   核心亮点:{3句话}
   改编优势:{简评}
   链接:{来源链接}
   ⚠️ 风险提示:{如有}
---
(以此类推第2-5名)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 评分维度详情(TOP3)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【{书名}】
   剧情节奏:8/10 ████████
   角色适配:7/10 ███████
   场景适配:9/10 █████████
   受众共鸣:8/10 ████████
   题材新颖:6/10 ██████
   集数适配:9/10 █████████
   制作成本:7/10 ███████
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 选剧建议
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
• 最快变现:{推荐1}
• 出海优先:{推荐2}
• 平台适配:{平台}+{题材}

注意事项

  • 数据来源尽量取实时排名(最近30天)
  • 每本小说须标注"AI仿真人适配"或"AI漫剧适配"
  • 排除已明确标注"已售出改编版权"的作品
  • 评分须有依据,引用平台数据或小说内容
  • 如某维度数据缺失,标注"--"并说明原因
安全使用建议
This skill is an instruction-only scraper and ranking template for finding novels with adaptation potential; it is internally coherent but consider the following before installing or using it: - Legal/copyright: The skill scrapes public novel sites and may encounter full-text content; confirm that your use complies with copyright law and platform terms of service. Avoid storing or redistributing full texts. - Credentials and scope: The skill asks for no credentials. If you (or the agent) try to access paywalled or account-only pages, do not supply unrelated credentials. The SKILL.md does not request or justify any secret access. - Reliability of '已授权改编': Determining whether adaptation rights were sold may require authoritative sources (rights databases, publisher contact). Treat scraped platform notices as provisional and verify before acting on legal/financial decisions. - Rate limits and robots.txt: The instructions do not mention rate limiting or robots.txt; ensure the agent's web-scrape tool respects site crawl rules to avoid IP blocking or abuse. - Data minimization: The skill asks to extract metadata (rankings, counts, tags) — prefer extracting only the needed fields and redacting any user-identifying data. If you plan to use this in production or to make licensing decisions, add explicit checks for rights verification, logging of sources, and legal review steps. Otherwise the skill appears coherent and low-risk as an instruction-only ranking helper.
功能分析
Type: OpenClaw Skill Name: eleven-ip-screener Version: 1.0.0 The skill bundle 'eleven-ip-screener' is a legitimate tool designed to help an AI agent analyze and rank web novels for adaptation potential. The SKILL.md file provides structured instructions for data gathering via web searches and a detailed scoring rubric for evaluating content, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
The name/description (IP改编潜力筛选) matches the runtime instructions: searching public novel platforms, extracting metadata, and scoring across defined dimensions. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
SKILL.md instructs the agent to use a web-search tool (batch_web_search) to scrape public novel platforms and extract counts, rankings, tags, scene/character counts, and whether adaptation rights are sold. This stays within the declared purpose. However the instructions lack guidance on legal/ethical limits (copyright, robots.txt, rate limiting) and do not explain how to reliably determine '已授权改编' beyond platform listings, which may be error-prone.
Install Mechanism
No install spec and no code files (instruction-only), so nothing will be written to disk or fetched during install. Risk is limited to runtime web access by the agent's existing web-search capability.
Credentials
The skill requests no environment variables or credentials, which is proportionate for a public web-scraping/search-based workflow. Note: some target platforms may require authentication to access certain data; the skill does not request or describe any credentials for that, and it should not attempt to use unrelated stored credentials.
Persistence & Privilege
always:false and no special persistence or system modifications requested. The skill does not ask to alter other skills or system configuration. Default autonomous invocation is allowed (platform default) but not elevated here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eleven-ip-screener
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eleven-ip-screener 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the IP改编潜力筛选技能 (IP Adaptation Potential Screener). - Enables screening of unadapted novels from major platforms for short drama/AI comic adaptation potential. - Analyzes and scores novels based on plot pacing, character suitability, scene complexity, audience resonance, novelty, and production cost. - Outputs a TOP5 ranking and detailed score breakdown for each entry. - Provides structured reports, including highlights, adaptation advantages, risks, and selection advice. - Excludes works with pre-sold adaptation rights and disallows sensitive or inappropriate themes.
元数据
Slug eleven-ip-screener
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ip Screener 是什么?

IP改编潜力筛选技能。从番茄小说、起点、七猫等小说平台筛选最具短剧/AI漫剧改编潜力的未改编小说,从剧情节奏、角色数、场景复杂度、画面感、受众共鸣、题材新颖度等维度打分,输出TOP5评分榜单。触发词:IP筛选、小说筛选、改编潜力分析、未改编小说、选剧分析、IP评分。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。

如何安装 Ip Screener?

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

Ip Screener 是免费的吗?

是的,Ip Screener 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ip Screener 支持哪些平台?

Ip Screener 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ip Screener?

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

💬 留言讨论