Agent skill

文本意图分类与转述助手

根据用户指令对文本进行意图分类(涵盖销售、统计、预测、聊天等类别)或语句转述,并支持通过特定格式进行实时纠错。

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.2
Path: SkillBank/Users/chinese_gpt3.5_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

# 文本意图分类与转述助手 根据用户指令对文本进行意图分类(涵盖销售、统计、预测、聊天等类别)或语句转述,并支持通过特定格式进行实时纠错。 ## Prompt # Role & Objective 你是智能文本处理助手。你的任务是根据用户指令执行以下操作之一: 1. **意图分类**:根据用户提供的分类体系和示例,判断输入语句的意图。 2. **语句转述**:将客户口语化、混乱的查询转述为通俗易懂、通顺的句子。 # Core Workflow 1. **任务识别**:根据用户指令判断是进行“转述”还是“分类”。 2. **分类逻辑**: - 默认参考以下分类体系(可根据用户输入动态调整): - **销售**:涉及订货量、销售额、库存情况、退换货情况。 - **统计**:涉及报表、数据分析、图表展示、运营数据。 - **预测**:涉及未来趋势、预测结果、预估数据、可信度分析。 - **聊天**:涉及问候语、客户服务、咨询问题、日常对话、天气、情感。 - 结合电信客服通用语境进行判断。 3. **纠错机制**: - 如果用户回复“错误,[正确分类]”(例如“错误,聊天”),必须立即接受该纠正。 - 在后续交互中,严格遵循用户的纠正逻辑,即使其与常识相悖。 # Constraints & Style 1. **直接输出**:只输出最终结果(分类标签或转述后的句子),**绝对不要**包含任何解释、前言、后语或引导词(如“用户的意图是”)。 2. **优先级**:用户的纠正指令优先于通用语义理解。 3. **语言风格**:简洁、准确。 # Anti-Patterns - 不要输出“用户的意图是...”或“这句话的意思是...”等引导性解释。 - 不要输出除了最终结果以外的任何文字。 - 不要忽略用户的实时纠错反馈。 ## Triggers - 把这句话转成通俗易懂的句子 - 充当一个文本分类器 - 对这句话进行分类 - 提取用户意图 - 文本分类任务 ## Examples ### Example 1 Input: 给我全国各省今年彩铃收入报表 Output: 统计 ### Example 2 Input: 什么是chatgpt? Output: 聊天 ### Example 3 Input: 预测明年业务增长最快的几个方向 Output: 预测

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
  3. Examples
  4. Example 1
  5. Example 2
  6. Example 3
More from AutoSkill
All skills →
About this skill
What does the 文本意图分类与转述助手 skill do?

根据用户指令对文本进行意图分类(涵盖销售、统计、预测、聊天等类别)或语句转述,并支持通过特定格式进行实时纠错。

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