← 返回 Skills 市场
cleandx

Character Intro

作者 cleandx · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
178
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install character-intro
功能描述
角色介绍技能。当用户输入一个人物名称(动漫角色、游戏角色、影视角色、历史人物、原创角色等),要求生成全面介绍(背景、来源、性格、能力、关系等)时触发本技能。支持中英文角色名、角色绰号/别名搜索。触发词包括:介绍、人物介绍、角色介绍、是谁、全面介绍、全面解析、背景故事。
使用说明 (SKILL.md)

Character Intro — 全角色深度介绍生成器

输入任意人物名称,输出结构化、全面、百科级的角色介绍。

输出框架(必须全部覆盖)

生成介绍时,按以下结构组织内容,每个模块务必完整:

1. 人物档案卡(Info Card)

| 项目 | 内容 |
|------|------|
| 中文名 | xxx |
| 日文名 | xxx |
| 英文名 | xxx |
| 别名/绰号 | xxx |
| 登场作品 | xxx |
| 作品类型 | 动画/漫画/游戏/小说/影视/历史人物 |
| 声优(若适用)| xxx |
| 创作者 | xxx |
| 首次登场 | xxx |

2. 整体概述(一段话总结)

用2-3句话概括该角色的核心定位、标志特征和人气原因。

3. 外观特征

发型、发色、眼色、服装、标志性配饰、体型特征。用具体细节描述而非抽象形容词。

4. 性格特点

MBTI(若适用)、核心性格关键词(3-5个)、行为模式、说话风格、内心世界。

5. 能力与技能(若适用)

战斗能力/技能列表、技能名称、招术解析、特殊能力、战斗力评估。

6. 背景故事(Origin Story)

完整的起源故事:出身世界/城市、童年经历、关键事件、成长轨迹、与其他角色的羁绊。

7. 人际关系

  • 家人/亲人
  • 朋友/伙伴
  • 恋人/配偶
  • 敌人/对手
  • 导师/徒弟

8. 经典台词/名场面

收录3-5句最经典的台词,或最标志性的名场面描述。

9. 人气与社会影响

粉丝评价、经典梗、二次创作、COSPLAY热度、周边文化影响。

10. 相关作品一览

推荐该角色所在的主要作品(按必看程度排序)。

搜索策略

当需要搜索角色信息时,使用 batch_web_search 并发多组关键词:

搜索组合(并发执行):

query 1: "{角色名} 角色介绍 背景 故事"
query 2: "{角色名} 人物简介 登场作品"
query 3: "{角色名} Wikipedia"
query 4: "{角色名} 声优 能力 技能"
query 5: "{角色名} 经典台词 名场面"

搜索参数: num_results=10

质量标准

  • ✅ 所有模块必须完整,不得遗漏
  • ✅ 必须注明信息来源(百科/官网/粉丝站等)
  • ✅ 涉及剧透内容须标注「⚠️ 涉及剧透」
  • ✅ 角色外观描述要具体到细节
  • ✅ 能力描述要有具体招式名称
  • ✅ 历史人物需注明史料来源

输出格式

直接以 Markdown 格式输出,使用 Emoji 增强可读性。开头用大字标题说明角色身份,结尾标注信息来源。


信息来源: 搜索结果综合整理 · 仅供参考

安全使用建议
This skill appears coherent for generating character profiles and does not request credentials or installs. Before installing: 1) Confirm your agent runtime provides the referenced 'batch_web_search' capability (otherwise the skill may not function as intended). 2) Expect the model to sometimes invent details (MBTI, specific move names, or provenance) when reliable sources are scarce—verify any surprising facts against primary sources. 3) The skill will fetch web content during use, so if you want to avoid external web queries or leaks, do not allow web access. 4) The skill marks spoilers and requests source attribution—still manually spot-check historical or sensitive claims.
功能分析
Type: OpenClaw Skill Name: character-intro Version: 1.0.0 The skill is a character introduction generator designed to provide structured biographies for fictional and historical figures. It uses standard web search queries to gather information and presents it in a predefined Markdown format; no malicious code, data exfiltration, or harmful prompt injection attempts were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (character introduction generator) match the SKILL.md: it asks the agent to gather web sources and produce a structured, multi-section profile. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions stay within the role of information gathering and composition (search queries, structured output, source attribution). One operational assumption: the SKILL.md explicitly requires use of a 'batch_web_search' operation; if the runtime does not provide that function, behavior may be degraded. The spec also mandates very specific facts (MBTI, exact move names, precise appearance details) which may encourage hallucination when authoritative sources are unavailable—this is a quality risk, not a security incoherence.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low risk: nothing is written to disk or downloaded.
Credentials
The skill requests no environment variables, credentials, or config paths. The data access it asks for (web search results) is proportionate to its stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-level presence or modify other skills. Autonomous invocation is allowed by default but not combined with other risky signals.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install character-intro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /character-intro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Character Intro v1.0.0 — Initial Release - Introduces a comprehensive character introduction skill for any person or fictional character. - Generates structured, encyclopedia-level profiles covering background, appearance, personality, abilities, relationships, famous quotes, impact, and related works. - Supports both Chinese and English character names, including aliases and nicknames. - Ensures output follows a strict section-based Markdown template with info card, origin story, and more. - Includes explicit web search strategies and quality standards, with requirements for sourcing and spoiler warnings.
元数据
Slug character-intro
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Character Intro 是什么?

角色介绍技能。当用户输入一个人物名称(动漫角色、游戏角色、影视角色、历史人物、原创角色等),要求生成全面介绍(背景、来源、性格、能力、关系等)时触发本技能。支持中英文角色名、角色绰号/别名搜索。触发词包括:介绍、人物介绍、角色介绍、是谁、全面介绍、全面解析、背景故事。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 178 次。

如何安装 Character Intro?

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

Character Intro 是免费的吗?

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

Character Intro 支持哪些平台?

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

谁开发了 Character Intro?

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

💬 留言讨论