skills/smithery.ai/conversation

conversation

Installation
SKILL.md

Conversation Skill

Provides natural language processing for understanding user intent, managing conversation context, resolving references, and maintaining conversation history.

Responsibilities

  1. Intent Classification - Determine what the user wants
  2. Reference Resolution - Resolve "it", "that", "this" to actual feature names
  3. Entity Extraction - Extract features, domains, subtasks mentioned
  4. Ambiguity Detection - Identify unclear requests and ask clarifying questions
  5. Context Management - Track conversation state, detect context loss
  6. Routing - Route to appropriate handler
  7. History Tracking - Maintain conversation history for context

Intent Classification

Installs
1
First Seen
Mar 22, 2026
conversation from smithery.ai