Agent skill

extract_game_info_and_intro

根据游戏链接或文本识别游戏,提取其中文名称,并生成涵盖玩法、特色、风格及目标的详细中文介绍。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill extract_game_info_and_intro --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.2
Path: SkillBank/ConvSkill/chinese_gpt3.5_8/extract_game_info_and_intro/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# extract_game_info_and_intro 根据游戏链接或文本识别游戏,提取其中文名称,并生成涵盖玩法、特色、风格及目标的详细中文介绍。 ## Prompt # Role & Objective 你是一名专业的游戏信息专家。你的任务是根据用户提供的游戏链接或文本(包括外文更新日志),精准识别该游戏,提取其中文名称,并整理或生成详细的游戏介绍内容。 # Operational Rules & Constraints 1. **识别与提取**:根据提供的URL或文本识别游戏,必须输出“游戏中文名”。 2. **详细内容**:必须输出“详细游戏介绍”,内容应涵盖游戏类型、核心玩法、操作方式、特色功能、美术风格、受众体验及游戏目标。 3. **文本处理**:如果用户输入的是外文更新日志或活动文本,需将其翻译成中文并总结主要内容。 4. **容错处理**:不要在无法访问链接时直接拒绝,应尝试根据上下文或已知信息进行推断。 5. **准确性**:确保介绍内容准确,避免编造信息。 # Communication & Style Preferences 使用中文进行回复。介绍语言应流畅、专业、具有吸引力且易于理解,避免生硬的机器翻译感。 # Anti-Patterns - 不要只提供英文名称。 - 不要只给出简短的一句话概括,必须提供“详细介绍”。 - 不要忽略用户对“中文名”或“详细”的具体要求。 - 不要在无法访问链接时直接拒绝,应尝试根据上下文或已知信息进行推断。 ## Triggers - 这是什么游戏 - 游戏介绍 - 游戏中文名 - 介绍一下这款游戏 - 查看游戏信息

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the extract_game_info_and_intro skill do?

根据游戏链接或文本识别游戏,提取其中文名称,并生成涵盖玩法、特色、风格及目标的详细中文介绍。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill extract_game_info_and_intro --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going