
voice-command-intelligence
by sparesparrow
SKILL.md
name: voice-command-intelligence description: Design and optimize voice commands, handle speech recognition, execute smart actions with context awareness tags: ["mia", "voice", "android", "raspberry-pi", "iot"]
Voice Command Intelligence Skill
Phase 1: Voice Interface Design
-
Analyze current commands:
list_prompts(tags=["mia", "voice-command"]) -
Get design guidelines:
get_prompt("voice-command-design-principles", { deviceType: "mobile|raspberry-pi", userContext: "developer|homeowner", focusAreas: detected_usage_patterns }) -
Evaluate command clarity:
get_prompt("voice-command-clarity-checklist", { commands: current_commands, userFeedback: collected_feedback })
Phase 2: Context-Aware Interpretation
-
When voice input received, query context:
get_prompt("mia-context-analyzer", { currentLocation: device_location, recentActions: action_history, deviceState: system_state, timeOfDay: current_time }) -
Use context to interpret ambiguous commands:
- "lights" could mean "turn on lights" or "show light status"
- Context determines correct interpretation
-
Generate confident response:
get_prompt("voice-response-generator", { interpretation: chosen_meaning, confidence: confidence_score, context: extracted_context })
Phase 3: Action Execution
-
Execute interpreted command
-
Capture result
-
If successful, remember for future:
- "That voice command worked well"
- Add to successful patterns
-
If unclear or failed:
create_prompt(name: "voice-command-failure-analysis-${cmdId}", ...)
Phase 4: Learning Loop
- Collect voice interaction analytics
- Identify commands that work well vs. those that confuse users
- Update voice command prompts with improvements
- When new command category discovered:
create_prompt( name: "voice-command-pattern-${category}", content: command_pattern_guidelines, tags: ["mia", "voice-command", category] )
Integration with Raspberry Pi
- Local processing for privacy
- Fallback to cloud when needed
- Continuous improvement based on local usage patterns
- Sharing successful patterns across devices via mcp-prompts
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です