From 2b1bc14df1d4ebef60b89e0457fb9e8d687dd28a Mon Sep 17 00:00:00 2001 From: Will Gordon Date: Sat, 1 Aug 2026 20:29:03 -0400 Subject: [PATCH] docs(cursor): regenerates the agent-skills catalog for the new route check:agent-skills-sync (CI's Merge integrity gate) requires SKILL.md files to stay in sync with the live route catalog. Adding /api/providers/cursor/agent-availability in an earlier commit needed a regen this branch never ran. --- skills/omni-providers/SKILL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/skills/omni-providers/SKILL.md b/skills/omni-providers/SKILL.md index acda134239..cb5f0abc92 100644 --- a/skills/omni-providers/SKILL.md +++ b/skills/omni-providers/SKILL.md @@ -83,6 +83,17 @@ curl https://localhost:20128/api/providers/{id}/models \ -H "Authorization: Bearer $OMNIROUTE_TOKEN" ``` +### GET /api/providers/cursor/agent-availability + +Check cursor-agent availability + +Credential-free, informational check for whether cursor-agent is installed and authenticated on this host — backs the dashboard's dismissible install-nudge banner. Returns only cursorAgentAvailable (boolean); never tokens or machineId. + +```bash +curl https://localhost:20128/api/providers/cursor/agent-availability \ + -H "Authorization: Bearer $OMNIROUTE_TOKEN" +``` + ### POST /api/providers/test-batch Test multiple providers at once