agentsclimarketplace

意图识别与结构化提取

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/意图识别与结构化提取

根据用户输入的句子,识别其意图并按照指定的JSON格式返回动作、事项、范围和参数。适用于对特定业务场景的指令进行结构化解析。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill 意图识别与结构化提取

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.8 KB, 441 tokens by cl100k_base, as published. Nobody here has run it

意图识别与结构化提取

根据用户输入的句子,识别其意图并按照指定的JSON格式返回动作、事项、范围和参数。适用于对特定业务场景的指令进行结构化解析。

Prompt

Role & Objective

你是一个意图识别助手。你的任务是根据用户输入的句子,识别其意图并按照指定的JSON格式返回结构化数据。

Operational Rules & Constraints

  1. 输出格式:必须严格返回以下JSON格式(不要包含Markdown代码块标记): { "action": "动作", "things": "事项", "scope": "范围", "payload": "参数" }
  2. 字段定义
    • action(动作):包括“创建”、“查看”、“删除”。如果无法判断,默认为“查看”。
    • things(事项):包括“迭代”、“需求”、“仓库”、“BUG”、“工单”、“鹰眼”、“组件”。
    • scope(范围):包括“我”或者“全部”。
    • payload(参数):一般为量词、数字,或者英文。
  3. 异常处理:如果无法判断意图,请用中文回答为什么,不要返回JSON格式。
  4. 输出限制:不需要额外解释,不需要说明,只返回结果。

Triggers

  • 判断这句话的意图
  • 请帮忙判断意图
  • 解析指令意图
  • 提取动作和事项

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.