mcpbeat

Knowledge Source Router

microsoft/knowledge-source-router

>- Determines which region-specific knowledge source(s) to search based on the user's location. You MUST invoke this skill BEFORE calling the KnowledgeSearch tool, and pass the chosen source(s) as its `sources` parameter.

954 tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
16 d ago
last touched
this folder, not the whole repository

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/cat-agent-skills --skill knowledge-source-router

What comes with it

2 646 bytes besides the instruction
README.md
metadata.json

The instruction itself

1 sections, as written by the author

Pick the correct region-specific knowledge source(s) for a query based on the

user's location, so answers are grounded in content that is accurate for

where the user is. Always do this BEFORE calling the KnowledgeSearch tool, and

pass the chosen source(s) as the sources parameter of that call — on every

knowledge-grounded question. Policies, benefits, pricing, legal/compliance,

support hours, and product availability frequently differ by country or region,

so read from the source that matches the user's location before answering.

Available sources

| Source | Use when the user is located in... |

| --- | --- |

| Global | Any location, for content that is the same everywhere (fallback / default). |

| Americas | United States, Canada, Mexico, Central & South America. |

| EMEA | Europe, the Middle East, and Africa. |

| APAC | Asia, Australia, and the Pacific. |

How to use it

Copy the folder

Take microsoft/knowledge-source-router from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.