runtime_skill_dispatcher

Route user prompts to relevant tool playbooks by keyword and intent.

2|Updated May 11, 2026
One-click install
npx skills add https://github.com/le-goff-benoit/better_odoo_consultant --skill runtime-skill-dispatcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: runtime_skill_dispatcher
Source: https://github.com/le-goff-benoit/better_odoo_consultant/tree/main/skills/runtime-skill-dispatcher
Command: npx skills add https://github.com/le-goff-benoit/better_odoo_consultant --skill runtime-skill-dispatcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of directing user prompts to the appropriate tool playbooks, ensuring efficient and accurate responses without overloading the system.

Core Features & Use Cases

  • Dynamic Routing: Routes user prompts to relevant tool playbooks based on keywords and intentions.
  • Scoring Candidates: Scores potential skills by keywords and intention to prioritize the best matches.
  • Skill Selection: Respects user-disabled skills and avoids loading unnecessary tools.
  • Use Case: Imagine you have a complex query that requires multiple tools. This Skill will automatically select and orchestrate the appropriate playbooks to address the query effectively.

Quick Start

Use the runtime_skill_dispatcher skill to route a prompt to the appropriate tool for your query.

Frequently Asked Questions about runtime_skill_dispatcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically route prompts to relevant tool playbooks?

Prompt routing is handled by evaluating user input keywords and intent to dynamically select and orchestrate the most relevant tool playbooks, ensuring accurate responses without overloading the system.

How does skill selection work for complex queries requiring multiple tools?

Skill selection scores potential matches by keywords and intention to prioritize the best fit, automatically orchestrating appropriate playbooks while respecting user-disabled skills to avoid loading unnecessary tools.

Can I use dynamic routing to avoid loading unnecessary tools for simple queries?

Yes, dynamic routing evaluates prompt intent to prevent unnecessary tool loading, respecting user-disabled skills and only initiating playbook orchestration when specific keywords and intentions are matched.

What is the best way to orchestrate playbook dispatching for multi-tool queries?

Playbook orchestration is best achieved by scoring potential skill candidates based on prompt keywords and intent, allowing the system to automatically prioritize and dispatch the most relevant tools for effective query resolution.

Do I need to manually invoke skill routing for every conversation turn?

No manual invocation is needed for skill routing, as the dispatcher is auto-invoked at the start of each turn to evaluate prompt keywords and route the input to the appropriate tool playbook automatically.

Why are my user-disabled skills still being triggered during prompt dispatching?

Prompt dispatching should respect user-disabled skills by avoiding loading unnecessary tools, so if disabled skills trigger, the candidate scoring mechanism may be failing to filter them correctly based on intent.