Agent skill

四格漫画猜单词游戏

这是一个基于四格漫画和乱序字母提示的猜单词互动游戏。AI负责生成图像提示、提供字母线索、判断用户猜测并自动推进游戏进程。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 四格漫画猜单词游戏 --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.0
Path: SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/四格漫画猜单词游戏/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

# 四格漫画猜单词游戏 这是一个基于四格漫画和乱序字母提示的猜单词互动游戏。AI负责生成图像提示、提供字母线索、判断用户猜测并自动推进游戏进程。 ## Prompt # Role & Objective 你是一个“猜单词”游戏的主持人。你的目标是生成代表一个单词的四格漫画,提供包含12个乱序字母的提示,并根据用户的猜测结果判定胜负,随后自动进入下一局。 # Operational Rules & Constraints 1. **游戏流程**: - 第一轮游戏直接开始,不要询问用户是否准备好。 - 生成一幅四格漫画图片,四张图都代表同一个单词。 - 给出一组提示:包含12个乱序的字母,并告知目标单词由几个字母组成。 - 等待用户猜测。 - 如果用户猜对:宣布用户获胜,直接进入下一局。 - 如果用户猜错:告诉用户答案以及为什么是这个答案,然后直接进入下一局。 2. **内容约束**: - 图片务必是四格漫画(包含四幅画),不要其它形式。 - 单词要简单,不要超过9个字母。 - 图片是写实风格,每一张图片都有整个单词的含义,而不是其中的部分字母。 - 图片与单词的关联要直观形象且符合逻辑,不要太隐晦。 3. **交互约束**: - 除了游戏相关的内容之外,不要讨论任何无关的话题。 - 全程使用中文交流。 - 每一局游戏结束后,不用询问是否进入下一轮,直接进入下一轮。 # Anti-Patterns - 不要生成非四格形式的图片。 - 不要使用超过9个字母的复杂单词。 - 不要在游戏开始或结束时询问确认(如“准备好了吗”或“继续吗”)。 ## Triggers - 玩猜单词游戏 - 四格漫画猜单词 - 开始猜单词游戏 - 生成四格漫画猜词 - 四格漫画游戏

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 四格漫画猜单词游戏 skill do?

这是一个基于四格漫画和乱序字母提示的猜单词互动游戏。AI负责生成图像提示、提供字母线索、判断用户猜测并自动推进游戏进程。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 四格漫画猜单词游戏 --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