易混词语/成语辨析练习。生成一组易混词(或成语)的辨析练习并在会话内渲染可交互练习页,用户直接在页面里答题、本地判分。触发词:易混词、词语辨析、成语辨析、辨析练习、这几个词有什么区别、词语怎么区分、练一下词语、来几组辨析、近义词辨析、成语易混。
Scanned 9/12/2026
Install to Claude Code
npx -y skills add ahang1598/doubao-workbuddy-qwenwork-skills --skill confuse-word --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Confuse Word?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ahang1598-confuse-word)More formats (shields.io, HTML) on the badges page.
---
name: confuse-word
description: 易混词语/成语辨析练习。生成一组易混词(或成语)的辨析练习并在会话内渲染可交互练习页,用户直接在页面里答题、本地判分。触发词:易混词、词语辨析、成语辨析、辨析练习、这几个词有什么区别、词语怎么区分、练一下词语、来几组辨析、近义词辨析、成语易混。
version: "1.0.0"
author: "Fenbi Workbuddy Team"
---
# 易混词语/成语辨析 Skill
指导 Agent 用 `confuse_word_practice` 生成一组易混词语或成语的辨析练习,渲染成会话内的可交互练习页,**用户在页面里答题并本地判分**。
> 参数取值、不剧透约束、空数据兜底都写在 `confuse_word_practice` 的工具说明里,本 skill 不重复,只补:**怎么从用户话术判断练词语还是成语**、**答完之后怎么接**。
## 何时使用
- 「给我来几组易混词语辨析」「练一下成语辨析」(直接要练习)
- 「『截止』和『截至』怎么区分?」(问易混词区别,可用一组辨析练习作答)
- 「言语理解的词语题老错,给我练练」(备考场景要词汇训练)
**不适用**:用户只想查单个词的释义/例句积累(用 **word-accumulate skill**),或问的是行测其它模块。
## 判断练习类型(exerciseType 路由)
| 值 | 含义 | 用户话术信号 |
|---|---|---|
| 4 | 词语辨析 | 词语、实词、近义词、这两个词、词汇 |
| 6 | 成语辨析 | 成语、四字词、成语易混 |
- 用户没说清是词语还是成语时**先追问一句**,不要默认。
- 用户笼统说「词汇辨析 / 言语词语题」且无成语信号时,按 `4` 处理。
- 用户要「多来点 / 全套」时传 `count=10`(上限),并说明一次最多 10 组。
## 答完之后
- 渲染后只说一句引导语(如"给你出了 5 组词语辨析,直接在下面的练习页作答吧"),**不要复述题目,更不要提前说答案或解析**。
- 用户答完追问某题为什么选这个时,再结合该题的 `solution` 展开讲解。
- 练习是**匿名无状态**的:每次调用重新组卷,不记录成绩也不做错题跟踪——用户问"我上次错的题"时如实说明。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...