意图识别,理解用户输入的真实意图和上下文
48
51%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/intent-recognition/SKILL.md分析用户输入,识别其真实意图和上下文需求。
用户输入: {user_input}
当前状态: {current_state}
历史上下文: {context}{
"primary_intent": {
"type": "goal_setting|task_management|information_query|status_update|help_request",
"description": "主要意图描述",
"confidence": 0.95
},
"secondary_intents": [
{
"type": "意图类型",
"description": "次要意图描述",
"confidence": 0.7
}
],
"emotional_state": {
"valence": "positive|neutral|negative",
"arousal": "high|medium|low",
"stress_level": 0.3
},
"urgency": {
"level": "high|medium|low",
"deadline": "具体时间或null"
},
"execution_capacity": {
"energy_level": 0.7,
"focus_level": 0.8,
"available_time": "2h"
},
"suggested_actions": [
"基于意图识别的建议行动"
]
}61ead80
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.