[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-foundry-knowledge":3,"mdc--jbvafc-key":52,"related-repo-azure-foundry-knowledge":472,"related-org-azure-foundry-knowledge":578},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":47,"sourceUrl":50,"mdContent":51},"foundry-knowledge","retrieve knowledge via Foundry RAG","Knowledge retrieval (RAG) via Foundry file_search and azure_ai_search tools. Agentic retrieval with citations — uses Responses API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"azure","Azure (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fazure.png","Azure",[13,17,18,21],{"name":14,"slug":15,"type":16},"Research","research","tag",{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},"Knowledge Management","knowledge-management",{"name":22,"slug":23,"type":16},"Search","search",28,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fkars","2026-07-12T08:18:35.894301",null,2,[30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],"agent","agentic-framework","agentmesh","ai-agent","ai-agents-automation","ai-sandbox","end-to-end-encryption","hermes","hermes-agent","kubernetes","kubernetes-sandbox","microsoft","openclaw","reference","runtime-security","sandbox","zero-trust",{"repoUrl":25,"stars":24,"forks":28,"topics":48,"description":49},[30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],"Agent Reference Stack for Kubernetes (kars) - an open source stack from Microsoft for running AI agents safely on Kubernetes. Multi-runtime, Foundry-aware, hardened per-agent sandboxes, governed egress, end-to-end encrypted inter-agent mesh.","https:\u002F\u002Fgithub.com\u002FAzure\u002Fkars\u002Ftree\u002FHEAD\u002Fruntimes\u002Fopenclaw\u002Fskills\u002Ffoundry-knowledge","---\nname: foundry-knowledge\ndescription: Knowledge retrieval (RAG) via Foundry file_search and azure_ai_search tools. Agentic retrieval with citations — uses Responses API.\nmetadata: {\"openclaw\": {\"requires\": {\"env\": [\"FOUNDRY_PROJECT_ENDPOINT\"]}, \"primaryEnv\": \"FOUNDRY_PROJECT_ENDPOINT\"}}\n---\n\n# Foundry Knowledge — File Search & Azure AI Search (Responses API)\n\nYou have access to knowledge retrieval via Foundry's built-in search tools:\n- **file_search**: Searches uploaded files in vector stores (PDFs, docs, text)\n- **azure_ai_search**: Searches Azure AI Search indexes (enterprise RAG)\n\nBoth return results with citations. No hosted agent needed — uses direct Responses API.\n\n## Endpoint\n\nAll requests: `http:\u002F\u002Flocalhost:8443` with `?api-version=2025-11-15-preview`. Auth is automatic.\n\n## Operations\n\n### Search uploaded files (file_search)\n\nRequires vector store IDs from previously uploaded files:\n\n```bash\ncurl -s -X POST 'http:\u002F\u002Flocalhost:8443\u002Fopenai\u002Fresponses?api-version=2025-11-15-preview' \\\n  -H 'Content-Type: application\u002Fjson' \\\n  -d '{\"model\":\"gpt-4.1\",\"input\":\"What does the Q3 report say about revenue?\",\"tools\":[{\"type\":\"file_search\",\"vector_store_ids\":[\"vs_abc123\"]}],\"store\":false}'\n```\n\n### Search Azure AI Search index\n\nRequires an AI Search index configured as a connection in the Foundry project:\n\n```bash\ncurl -s -X POST 'http:\u002F\u002Flocalhost:8443\u002Fopenai\u002Fresponses?api-version=2025-11-15-preview' \\\n  -H 'Content-Type: application\u002Fjson' \\\n  -d '{\"model\":\"gpt-4.1\",\"input\":\"Find documents about security best practices\",\"tools\":[{\"type\":\"azure_ai_search\",\"azure_ai_search\":{\"indexes\":[{\"index_name\":\"my-index\",\"project_connection_id\":\"\u002Fconnections\u002Fmy-search\"}]}}],\"store\":false}'\n```\n\n### List available indexes\n\n```bash\ncurl -s 'http:\u002F\u002Flocalhost:8443\u002Findexes?api-version=2025-11-15-preview'\n```\n\n## When to use\n\n- User asks \"what does the report say about X\" — RAG over enterprise docs\n- Need to ground answers in specific documents with citations\n- User says \"search my documents\", \"find in the knowledge base\"\n- Questions requiring multiple document sources\n\n## When NOT to use\n\n- For real-time web information (use foundry-web-search)\n- For code execution or calculations (use foundry-code)\n- For simple text files in \u002Fsandbox\u002F (just read them directly)\n- For remembering user preferences (use foundry-memory)\n\n## Note on setup\n\nFile search requires uploading files to Foundry vector stores first. Azure AI Search requires an index and connection configured in the project. If neither is set up, the tools will return empty results — the agent should fall back to its training data.\n",{"data":53,"body":59},{"name":4,"description":6,"metadata":54},{"openclaw":55},{"requires":56,"primaryEnv":58},{"env":57},[58],"FOUNDRY_PROJECT_ENDPOINT",{"type":60,"children":61},"root",[62,71,77,103,108,115,137,143,150,155,264,270,275,360,366,397,403,426,432,455,461,466],{"type":63,"tag":64,"props":65,"children":67},"element","h1",{"id":66},"foundry-knowledge-file-search-azure-ai-search-responses-api",[68],{"type":69,"value":70},"text","Foundry Knowledge — File Search & Azure AI Search (Responses API)",{"type":63,"tag":72,"props":73,"children":74},"p",{},[75],{"type":69,"value":76},"You have access to knowledge retrieval via Foundry's built-in search tools:",{"type":63,"tag":78,"props":79,"children":80},"ul",{},[81,93],{"type":63,"tag":82,"props":83,"children":84},"li",{},[85,91],{"type":63,"tag":86,"props":87,"children":88},"strong",{},[89],{"type":69,"value":90},"file_search",{"type":69,"value":92},": Searches uploaded files in vector stores (PDFs, docs, text)",{"type":63,"tag":82,"props":94,"children":95},{},[96,101],{"type":63,"tag":86,"props":97,"children":98},{},[99],{"type":69,"value":100},"azure_ai_search",{"type":69,"value":102},": Searches Azure AI Search indexes (enterprise RAG)",{"type":63,"tag":72,"props":104,"children":105},{},[106],{"type":69,"value":107},"Both return results with citations. No hosted agent needed — uses direct Responses API.",{"type":63,"tag":109,"props":110,"children":112},"h2",{"id":111},"endpoint",[113],{"type":69,"value":114},"Endpoint",{"type":63,"tag":72,"props":116,"children":117},{},[118,120,127,129,135],{"type":69,"value":119},"All requests: ",{"type":63,"tag":121,"props":122,"children":124},"code",{"className":123},[],[125],{"type":69,"value":126},"http:\u002F\u002Flocalhost:8443",{"type":69,"value":128}," with ",{"type":63,"tag":121,"props":130,"children":132},{"className":131},[],[133],{"type":69,"value":134},"?api-version=2025-11-15-preview",{"type":69,"value":136},". Auth is automatic.",{"type":63,"tag":109,"props":138,"children":140},{"id":139},"operations",[141],{"type":69,"value":142},"Operations",{"type":63,"tag":144,"props":145,"children":147},"h3",{"id":146},"search-uploaded-files-file_search",[148],{"type":69,"value":149},"Search uploaded files (file_search)",{"type":63,"tag":72,"props":151,"children":152},{},[153],{"type":69,"value":154},"Requires vector store IDs from previously uploaded files:",{"type":63,"tag":156,"props":157,"children":162},"pre",{"className":158,"code":159,"language":160,"meta":161,"style":161},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","curl -s -X POST 'http:\u002F\u002Flocalhost:8443\u002Fopenai\u002Fresponses?api-version=2025-11-15-preview' \\\n  -H 'Content-Type: application\u002Fjson' \\\n  -d '{\"model\":\"gpt-4.1\",\"input\":\"What does the Q3 report say about revenue?\",\"tools\":[{\"type\":\"file_search\",\"vector_store_ids\":[\"vs_abc123\"]}],\"store\":false}'\n","bash","",[163],{"type":63,"tag":121,"props":164,"children":165},{"__ignoreMap":161},[166,216,241],{"type":63,"tag":167,"props":168,"children":171},"span",{"class":169,"line":170},"line",1,[172,178,184,189,194,200,205,210],{"type":63,"tag":167,"props":173,"children":175},{"style":174},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[176],{"type":69,"value":177},"curl",{"type":63,"tag":167,"props":179,"children":181},{"style":180},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[182],{"type":69,"value":183}," -s",{"type":63,"tag":167,"props":185,"children":186},{"style":180},[187],{"type":69,"value":188}," -X",{"type":63,"tag":167,"props":190,"children":191},{"style":180},[192],{"type":69,"value":193}," POST",{"type":63,"tag":167,"props":195,"children":197},{"style":196},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[198],{"type":69,"value":199}," '",{"type":63,"tag":167,"props":201,"children":202},{"style":180},[203],{"type":69,"value":204},"http:\u002F\u002Flocalhost:8443\u002Fopenai\u002Fresponses?api-version=2025-11-15-preview",{"type":63,"tag":167,"props":206,"children":207},{"style":196},[208],{"type":69,"value":209},"'",{"type":63,"tag":167,"props":211,"children":213},{"style":212},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[214],{"type":69,"value":215}," \\\n",{"type":63,"tag":167,"props":217,"children":218},{"class":169,"line":28},[219,224,228,233,237],{"type":63,"tag":167,"props":220,"children":221},{"style":180},[222],{"type":69,"value":223},"  -H",{"type":63,"tag":167,"props":225,"children":226},{"style":196},[227],{"type":69,"value":199},{"type":63,"tag":167,"props":229,"children":230},{"style":180},[231],{"type":69,"value":232},"Content-Type: application\u002Fjson",{"type":63,"tag":167,"props":234,"children":235},{"style":196},[236],{"type":69,"value":209},{"type":63,"tag":167,"props":238,"children":239},{"style":212},[240],{"type":69,"value":215},{"type":63,"tag":167,"props":242,"children":244},{"class":169,"line":243},3,[245,250,254,259],{"type":63,"tag":167,"props":246,"children":247},{"style":180},[248],{"type":69,"value":249},"  -d",{"type":63,"tag":167,"props":251,"children":252},{"style":196},[253],{"type":69,"value":199},{"type":63,"tag":167,"props":255,"children":256},{"style":180},[257],{"type":69,"value":258},"{\"model\":\"gpt-4.1\",\"input\":\"What does the Q3 report say about revenue?\",\"tools\":[{\"type\":\"file_search\",\"vector_store_ids\":[\"vs_abc123\"]}],\"store\":false}",{"type":63,"tag":167,"props":260,"children":261},{"style":196},[262],{"type":69,"value":263},"'\n",{"type":63,"tag":144,"props":265,"children":267},{"id":266},"search-azure-ai-search-index",[268],{"type":69,"value":269},"Search Azure AI Search index",{"type":63,"tag":72,"props":271,"children":272},{},[273],{"type":69,"value":274},"Requires an AI Search index configured as a connection in the Foundry project:",{"type":63,"tag":156,"props":276,"children":278},{"className":158,"code":277,"language":160,"meta":161,"style":161},"curl -s -X POST 'http:\u002F\u002Flocalhost:8443\u002Fopenai\u002Fresponses?api-version=2025-11-15-preview' \\\n  -H 'Content-Type: application\u002Fjson' \\\n  -d '{\"model\":\"gpt-4.1\",\"input\":\"Find documents about security best practices\",\"tools\":[{\"type\":\"azure_ai_search\",\"azure_ai_search\":{\"indexes\":[{\"index_name\":\"my-index\",\"project_connection_id\":\"\u002Fconnections\u002Fmy-search\"}]}}],\"store\":false}'\n",[279],{"type":63,"tag":121,"props":280,"children":281},{"__ignoreMap":161},[282,317,340],{"type":63,"tag":167,"props":283,"children":284},{"class":169,"line":170},[285,289,293,297,301,305,309,313],{"type":63,"tag":167,"props":286,"children":287},{"style":174},[288],{"type":69,"value":177},{"type":63,"tag":167,"props":290,"children":291},{"style":180},[292],{"type":69,"value":183},{"type":63,"tag":167,"props":294,"children":295},{"style":180},[296],{"type":69,"value":188},{"type":63,"tag":167,"props":298,"children":299},{"style":180},[300],{"type":69,"value":193},{"type":63,"tag":167,"props":302,"children":303},{"style":196},[304],{"type":69,"value":199},{"type":63,"tag":167,"props":306,"children":307},{"style":180},[308],{"type":69,"value":204},{"type":63,"tag":167,"props":310,"children":311},{"style":196},[312],{"type":69,"value":209},{"type":63,"tag":167,"props":314,"children":315},{"style":212},[316],{"type":69,"value":215},{"type":63,"tag":167,"props":318,"children":319},{"class":169,"line":28},[320,324,328,332,336],{"type":63,"tag":167,"props":321,"children":322},{"style":180},[323],{"type":69,"value":223},{"type":63,"tag":167,"props":325,"children":326},{"style":196},[327],{"type":69,"value":199},{"type":63,"tag":167,"props":329,"children":330},{"style":180},[331],{"type":69,"value":232},{"type":63,"tag":167,"props":333,"children":334},{"style":196},[335],{"type":69,"value":209},{"type":63,"tag":167,"props":337,"children":338},{"style":212},[339],{"type":69,"value":215},{"type":63,"tag":167,"props":341,"children":342},{"class":169,"line":243},[343,347,351,356],{"type":63,"tag":167,"props":344,"children":345},{"style":180},[346],{"type":69,"value":249},{"type":63,"tag":167,"props":348,"children":349},{"style":196},[350],{"type":69,"value":199},{"type":63,"tag":167,"props":352,"children":353},{"style":180},[354],{"type":69,"value":355},"{\"model\":\"gpt-4.1\",\"input\":\"Find documents about security best practices\",\"tools\":[{\"type\":\"azure_ai_search\",\"azure_ai_search\":{\"indexes\":[{\"index_name\":\"my-index\",\"project_connection_id\":\"\u002Fconnections\u002Fmy-search\"}]}}],\"store\":false}",{"type":63,"tag":167,"props":357,"children":358},{"style":196},[359],{"type":69,"value":263},{"type":63,"tag":144,"props":361,"children":363},{"id":362},"list-available-indexes",[364],{"type":69,"value":365},"List available indexes",{"type":63,"tag":156,"props":367,"children":369},{"className":158,"code":368,"language":160,"meta":161,"style":161},"curl -s 'http:\u002F\u002Flocalhost:8443\u002Findexes?api-version=2025-11-15-preview'\n",[370],{"type":63,"tag":121,"props":371,"children":372},{"__ignoreMap":161},[373],{"type":63,"tag":167,"props":374,"children":375},{"class":169,"line":170},[376,380,384,388,393],{"type":63,"tag":167,"props":377,"children":378},{"style":174},[379],{"type":69,"value":177},{"type":63,"tag":167,"props":381,"children":382},{"style":180},[383],{"type":69,"value":183},{"type":63,"tag":167,"props":385,"children":386},{"style":196},[387],{"type":69,"value":199},{"type":63,"tag":167,"props":389,"children":390},{"style":180},[391],{"type":69,"value":392},"http:\u002F\u002Flocalhost:8443\u002Findexes?api-version=2025-11-15-preview",{"type":63,"tag":167,"props":394,"children":395},{"style":196},[396],{"type":69,"value":263},{"type":63,"tag":109,"props":398,"children":400},{"id":399},"when-to-use",[401],{"type":69,"value":402},"When to use",{"type":63,"tag":78,"props":404,"children":405},{},[406,411,416,421],{"type":63,"tag":82,"props":407,"children":408},{},[409],{"type":69,"value":410},"User asks \"what does the report say about X\" — RAG over enterprise docs",{"type":63,"tag":82,"props":412,"children":413},{},[414],{"type":69,"value":415},"Need to ground answers in specific documents with citations",{"type":63,"tag":82,"props":417,"children":418},{},[419],{"type":69,"value":420},"User says \"search my documents\", \"find in the knowledge base\"",{"type":63,"tag":82,"props":422,"children":423},{},[424],{"type":69,"value":425},"Questions requiring multiple document sources",{"type":63,"tag":109,"props":427,"children":429},{"id":428},"when-not-to-use",[430],{"type":69,"value":431},"When NOT to use",{"type":63,"tag":78,"props":433,"children":434},{},[435,440,445,450],{"type":63,"tag":82,"props":436,"children":437},{},[438],{"type":69,"value":439},"For real-time web information (use foundry-web-search)",{"type":63,"tag":82,"props":441,"children":442},{},[443],{"type":69,"value":444},"For code execution or calculations (use foundry-code)",{"type":63,"tag":82,"props":446,"children":447},{},[448],{"type":69,"value":449},"For simple text files in \u002Fsandbox\u002F (just read them directly)",{"type":63,"tag":82,"props":451,"children":452},{},[453],{"type":69,"value":454},"For remembering user preferences (use foundry-memory)",{"type":63,"tag":109,"props":456,"children":458},{"id":457},"note-on-setup",[459],{"type":69,"value":460},"Note on setup",{"type":63,"tag":72,"props":462,"children":463},{},[464],{"type":69,"value":465},"File search requires uploading files to Foundry vector stores first. Azure AI Search requires an index and connection configured in the project. If neither is set up, the tools will return empty results — the agent should fall back to its training data.",{"type":63,"tag":467,"props":468,"children":469},"style",{},[470],{"type":69,"value":471},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":473,"total":577},[474,494,506,529,541,555,570],{"slug":475,"name":475,"fn":476,"description":477,"org":478,"tags":479,"stars":24,"repoUrl":25,"updatedAt":493},"agt-governance","enforce behavioral governance for agents","Behavioral governance for OpenClaw agents via AGT — tool-level policy, inter-agent trust, audit logging.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[480,483,486,487,490],{"name":481,"slug":482,"type":16},"Agents","agents",{"name":484,"slug":485,"type":16},"Audit","audit",{"name":11,"slug":8,"type":16},{"name":488,"slug":489,"type":16},"Governance","governance",{"name":491,"slug":492,"type":16},"Policy","policy","2026-07-12T08:18:34.446985",{"slug":495,"name":495,"fn":496,"description":497,"org":498,"tags":499,"stars":24,"repoUrl":25,"updatedAt":505},"foundry-agents","inspect and invoke Foundry prompt agents","Query and inspect Foundry prompt agents and invoke Foundry tools via the Responses API. OpenClaw is the orchestrator — Foundry provides managed AI services.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[500,501,504],{"name":481,"slug":482,"type":16},{"name":502,"slug":503,"type":16},"API Development","api-development",{"name":11,"slug":8,"type":16},"2026-07-12T08:18:31.798351",{"slug":507,"name":507,"fn":508,"description":509,"org":510,"tags":511,"stars":24,"repoUrl":25,"updatedAt":528},"foundry-code","execute Python code in Azure Foundry","Python code execution via Azure AI Foundry Responses API with code_interpreter tool. Data analysis, charts, and math in a managed sandbox.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[512,513,516,519,522,525],{"name":11,"slug":8,"type":16},{"name":514,"slug":515,"type":16},"Charts","charts",{"name":517,"slug":518,"type":16},"Data Analysis","data-analysis",{"name":520,"slug":521,"type":16},"Data Visualization","data-visualization",{"name":523,"slug":524,"type":16},"Mathematics","mathematics",{"name":526,"slug":527,"type":16},"Python","python","2026-07-12T08:18:30.4206",{"slug":530,"name":530,"fn":531,"description":532,"org":533,"tags":534,"stars":24,"repoUrl":25,"updatedAt":540},"foundry-conversations","manage persistent conversations via Foundry","Manage persistent conversations via Foundry Conversations API. Create conversations, add messages, and maintain history across sessions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[535,536,537],{"name":481,"slug":482,"type":16},{"name":11,"slug":8,"type":16},{"name":538,"slug":539,"type":16},"Memory","memory","2026-07-12T08:18:38.407887",{"slug":542,"name":542,"fn":543,"description":544,"org":545,"tags":546,"stars":24,"repoUrl":25,"updatedAt":554},"foundry-deployments","query Foundry model deployments and infrastructure","Query model deployments, connections, and indexes in the Foundry project. Discover available models and infrastructure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[547,548,551],{"name":11,"slug":8,"type":16},{"name":549,"slug":550,"type":16},"Infrastructure","infrastructure",{"name":552,"slug":553,"type":16},"LLM","llm","2026-07-12T08:18:39.662409",{"slug":556,"name":556,"fn":557,"description":558,"org":559,"tags":560,"stars":24,"repoUrl":25,"updatedAt":569},"foundry-evaluations","evaluate agent quality with Foundry Evals","Evaluate agent quality using Foundry OpenAI Evals API. Create evaluations, run them against models, and analyze results.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[561,562,565,566],{"name":11,"slug":8,"type":16},{"name":563,"slug":564,"type":16},"Evals","evals",{"name":552,"slug":553,"type":16},{"name":567,"slug":568,"type":16},"OpenAI","openai","2026-07-12T08:18:40.889909",{"slug":4,"name":4,"fn":5,"description":6,"org":571,"tags":572,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[573,574,575,576],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":14,"slug":15,"type":16},{"name":22,"slug":23,"type":16},11,{"items":579,"total":750},[580,595,614,631,646,661,674,689,700,712,725,738],{"slug":581,"name":581,"fn":582,"description":583,"org":584,"tags":585,"stars":592,"repoUrl":593,"updatedAt":594},"azure-arg-external-evaluation-policy-author","author and test Azure Resource Graph policies","Use when the user wants to author, design, or test an Azure Policy that queries Azure Resource Graph (ARG) at request-time — i.e. a policy whose deny\u002Faudit decision depends on data from elsewhere in the subscription (sibling\u002Fparent resource state, RG-wide invariants, multi-hop relationships, etc.). Formally called Azure Policy External Evaluation; sometimes referred to colloquially as \"Invoke\". Drives an iterative KQL co-design loop against the user's real subscription via `az graph query`, then emits a policy definition, assignment, `.http` test flow, and an `EXPLANATION.md` companion. Read-only; never provisions anything.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[586,587,590,591],{"name":11,"slug":8,"type":16},{"name":588,"slug":589,"type":16},"Compliance","compliance",{"name":488,"slug":489,"type":16},{"name":491,"slug":492,"type":16},1686,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":596,"name":596,"fn":597,"description":598,"org":599,"tags":600,"stars":611,"repoUrl":612,"updatedAt":613},"azure-blueprints-migration","migrate Azure Blueprints to Template Specs","Use when a user needs to migrate off Azure Blueprints (definitions and\u002For assignments) to Template Specs and Deployment Stacks before the January 31, 2027 retirement. Covers inventory, export, conversion to Bicep, policy decoupling, Template Spec publishing, Deployment Stack deployment with deny-settings, validation, and cutover.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[601,602,605,608],{"name":11,"slug":8,"type":16},{"name":603,"slug":604,"type":16},"Deployment","deployment",{"name":606,"slug":607,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":609,"slug":610,"type":16},"Migration","migration",260,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-07-12T08:17:49.646405",{"slug":615,"name":615,"fn":616,"description":617,"org":618,"tags":619,"stars":628,"repoUrl":629,"updatedAt":630},"apiview-feedback-resolution","resolve APIView feedback on Azure SDKs","Analyze and resolve APIView review feedback on Azure SDK PRs. **UTILITY SKILL**. USE FOR: APIView comments, API review feedback, SDK API surface changes. DO NOT USE FOR: general code review, non-APIView feedback. INVOKES: azure-sdk-mcp:azsdk_apiview_get_comments, azure-sdk-mcp:azsdk_typespec_customized_code_update.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[620,621,622,625],{"name":502,"slug":503,"type":16},{"name":11,"slug":8,"type":16},{"name":623,"slug":624,"type":16},"Code Review","code-review",{"name":626,"slug":627,"type":16},"Documentation","documentation",133,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-sdk-tools","2026-07-12T08:17:43.350876",{"slug":632,"name":632,"fn":633,"description":634,"org":635,"tags":636,"stars":628,"repoUrl":629,"updatedAt":645},"azsdk-common-live-and-recorded-tests","deploy resources and run Azure SDK tests","Deploy test resources and run Azure SDK tests in live, record, or playback mode. WHEN: \"run live tests\", \"run recorded tests\", \"deploy test resources\", \"record tests\", \"run tests in record mode\", \"clean up test resources\", \"run tests against live resources\". DO NOT USE FOR: writing new tests, authoring Bicep templates, playback-only test runs without resource deployment. INVOKES: azure-sdk-mcp:azsdk_package_run_tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[637,638,639,642],{"name":11,"slug":8,"type":16},{"name":603,"slug":604,"type":16},{"name":640,"slug":641,"type":16},"SDK","sdk",{"name":643,"slug":644,"type":16},"Testing","testing","2026-07-12T08:17:44.718943",{"slug":647,"name":647,"fn":648,"description":649,"org":650,"tags":651,"stars":628,"repoUrl":629,"updatedAt":660},"azsdk-common-prepare-release-plan","manage Azure SDK release plan work items","Create, get, update, abandon, and link SDK PRs to release plan work items for Azure SDK releases. **UTILITY SKILL**. USE FOR: \"create release plan\", \"get release plan\", \"update release plan\", \"update API spec in release plan\", \"update SDK details in release plan\", \"abandon release plan\", \"link SDK PR to plan\", \"namespace approval\", \"check release plan status\". DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedback. INVOKES: azure-sdk-mcp:azsdk_create_release_plan, azure-sdk-mcp:azsdk_get_release_plan, azure-sdk-mcp:azsdk_get_release_plan_for_spec_pr, azure-sdk-mcp:azsdk_update_release_plan, azure-sdk-mcp:azsdk_update_api_spec_pull_request_in_release_plan, azure-sdk-mcp:azsdk_update_sdk_details_in_release_plan, azure-sdk-mcp:azsdk_abandon_release_plan, azure-sdk-mcp:azsdk_link_sdk_pull_request_to_release_plan, azure-sdk-mcp:azsdk_link_namespace_approval_issue.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[652,653,656,659],{"name":11,"slug":8,"type":16},{"name":654,"slug":655,"type":16},"GitHub","github",{"name":657,"slug":658,"type":16},"Project Management","project-management",{"name":640,"slug":641,"type":16},"2026-07-12T08:17:38.345387",{"slug":662,"name":662,"fn":663,"description":664,"org":665,"tags":666,"stars":628,"repoUrl":629,"updatedAt":673},"azsdk-common-sdk-release","release Azure SDK packages","Check release readiness and trigger the release pipeline for Azure SDK packages. **UTILITY SKILL**. USE FOR: \"release SDK\", \"trigger release\", \"check release readiness\", \"release pipeline\", \"publish package\", \"ship SDK\". DO NOT USE FOR: SDK development, code generation, pipeline debugging, release plan creation. INVOKES: azure-sdk-mcp:azsdk_release_sdk.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[667,668,671,672],{"name":11,"slug":8,"type":16},{"name":669,"slug":670,"type":16},"CI\u002FCD","ci-cd",{"name":603,"slug":604,"type":16},{"name":640,"slug":641,"type":16},"2026-07-12T08:17:34.27607",{"slug":675,"name":675,"fn":676,"description":677,"org":678,"tags":679,"stars":628,"repoUrl":629,"updatedAt":688},"azure-typespec-author","author and modify Azure TypeSpec API specifications","Authors and modifies Azure TypeSpec (.tsp) API specifications. USE FOR: any TypeSpec\u002Ftsp change — api versions (add, bump, preview, stable, promote), resources, operations, models, properties, decorators, visibility, constraints, breaking changes, LRO, suppressions, operationId, spread model. Covers ARM resource-manager and data-plane services. DO NOT USE FOR: SDK generation, releasing SDK packages, or single MCP tool calls. INVOKES: azure-sdk-mcp:azsdk_typespec_generate_authoring_plan, azure-sdk-mcp:azsdk_run_typespec_validation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[680,681,682,685],{"name":502,"slug":503,"type":16},{"name":11,"slug":8,"type":16},{"name":683,"slug":684,"type":16},"OpenAPI","openapi",{"name":686,"slug":687,"type":16},"Technical Writing","technical-writing","2026-07-12T08:17:39.603232",{"slug":690,"name":690,"fn":691,"description":692,"org":693,"tags":694,"stars":628,"repoUrl":629,"updatedAt":699},"generate-sdk-locally","generate and test Azure SDKs locally","Generate, build, and test Azure SDKs locally from TypeSpec with automatic customization. WHEN: \"generate SDK locally\", \"build SDK\", \"run SDK tests\", \"run CI checks\", \"validate package\", \"run checks\", \"update changelog\", \"fix SDK build errors\", \"fix breaking changes\", \"resolve SDK generation errors\", \"customize TypeSpec\", \"rename SDK client\", \"rename SDK model\", \"hide operation from SDK\", \"fix analyzer errors\", \"resolve customization drift\", \"create subclient\", \"update metadata\", \"update version\". DO NOT USE FOR: publishing to package registries, CI pipeline configuration, API design review. INVOKES: azsdk_verify_setup, azsdk_package_generate_code, azsdk_package_build_code, azsdk_package_run_check, azsdk_package_run_tests, azsdk_customized_code_update, azsdk_package_update_changelog_content, azsdk_package_update_metadata, azsdk_package_update_version.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[695,696,697,698],{"name":11,"slug":8,"type":16},{"name":669,"slug":670,"type":16},{"name":640,"slug":641,"type":16},{"name":643,"slug":644,"type":16},"2026-07-12T08:17:37.08523",{"slug":701,"name":701,"fn":702,"description":703,"org":704,"tags":705,"stars":628,"repoUrl":629,"updatedAt":711},"markdown-token-optimizer","optimize markdown files for token efficiency","Analyze markdown files for token efficiency and reduce context-window bloat. **UTILITY SKILL**. DO NOT USE FOR: code optimization, general file editing, non-markdown files. TRIGGERS: optimize markdown, reduce tokens, token count, token bloat, too many tokens, make concise, shrink file, file too large, optimize for AI, token efficiency, verbose markdown, reduce file size. INVOKES: waza CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[706,707,710],{"name":552,"slug":553,"type":16},{"name":708,"slug":709,"type":16},"Performance","performance",{"name":686,"slug":687,"type":16},"2026-07-12T08:17:42.080413",{"slug":713,"name":713,"fn":714,"description":715,"org":716,"tags":717,"stars":628,"repoUrl":629,"updatedAt":724},"pipeline-troubleshooting","troubleshoot Azure SDK CI pipelines","Diagnose and resolve failures in Azure SDK CI and generation pipelines. **UTILITY SKILL**. USE FOR: \"pipeline failed\", \"build failure\", \"CI check failing\", \"SDK generation error\", \"reproduce pipeline locally\", \"debug SDK pipeline\". DO NOT USE FOR: local build issues without pipeline context, API design review, SDK publishing. INVOKES: azure-sdk-mcp:azsdk_analyze_pipeline, azure-sdk-mcp:azsdk_package_build_code, azure-sdk-mcp:azsdk_package_run_check.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[718,719,720,723],{"name":11,"slug":8,"type":16},{"name":669,"slug":670,"type":16},{"name":721,"slug":722,"type":16},"Debugging","debugging",{"name":640,"slug":641,"type":16},"2026-07-12T08:17:40.821512",{"slug":726,"name":726,"fn":727,"description":728,"org":729,"tags":730,"stars":628,"repoUrl":629,"updatedAt":737},"sensei","improve skill frontmatter compliance","**WORKFLOW SKILL** — Iteratively improve skill frontmatter compliance using the Ralph loop pattern. WHEN: \"run sensei\", \"sensei help\", \"improve skill\", \"fix frontmatter\", \"skill compliance\", \"frontmatter audit\", \"score skill\", \"check skill tokens\". INVOKES: token counting tools, test runners, git commands. FOR SINGLE OPERATIONS: use token CLI directly for counts\u002Fchecks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[731,732,733,736],{"name":11,"slug":8,"type":16},{"name":588,"slug":589,"type":16},{"name":734,"slug":735,"type":16},"Process Optimization","process-optimization",{"name":686,"slug":687,"type":16},"2026-07-12T08:17:32.970921",{"slug":739,"name":739,"fn":740,"description":741,"org":742,"tags":743,"stars":628,"repoUrl":629,"updatedAt":749},"skill-authoring","author agent skills for agentskills.io","Write Agent Skills that comply with the agentskills.io specification. WHEN: \"create a skill\", \"new skill\", \"write a skill\", \"skill template\", \"skill structure\", \"review skill\", \"skill PR\", \"skill compliance\", \"SKILL.md format\", \"skill frontmatter\", \"skill best practices\". DO NOT USE FOR: improving existing skills (use sensei), general documentation. INVOKES: waza CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[744,745,748],{"name":626,"slug":627,"type":16},{"name":746,"slug":747,"type":16},"Plugin Development","plugin-development",{"name":686,"slug":687,"type":16},"2026-07-12T08:17:35.873862",109]