Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
managoat_mcp_auth - Skill - OpenSmartRoute
Skillv1.0.0
managoat_mcp_auth
The guidance for this repository is in **[CLAUDE.md](CLAUDE.md)** — the gate (`mix precommit`), the test patterns, the release flow, and the things not to do. It applies to any coding agent, not only
Imported from managoat/managoat_mcp_auth (AGENTS.md). Install upstream with npx skills add managoat/managoat_mcp_auth. Copyright stays with the author.
AGENTS.md
The guidance for this repository is in CLAUDE.md — the gate
(mix precommit), the test patterns, the release flow, and the things not to
do. It applies to any coding agent, not only Claude Code; this file exists so
agents that look for AGENTS.md find their way there.
README.md is the normative description of what managoat_mcp_auth does.
CONTRIBUTING.md covers licensing, the DCO sign-off, and what
a pull request is expected to carry.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "managoat-managoat-mcp-auth-managoat-mcp-auth",
"kind": "skill",
"name": "managoat_mcp_auth",
"description": "The guidance for this repository is in **[CLAUDE.md](CLAUDE.md)** — the gate (`mix precommit`), the test patterns, the release flow, and the things not to do. It applies to any coding agent, not only Claude Code; this file exists so agents that look for `AGENTS.md` find their way there.",
"publisher": "managoat",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The guidance for this repository is in **[CLAUDE.md](CLAUDE.md)** — the gate (`mix precommit`), the test patterns, the release flow, and the things not to do. It applies to any coding agent, not only Claude Code; this file exists so agents that look for `AGENTS.md` find their way there."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/managoat/managoat_mcp_auth",
"path": "AGENTS.md",
"ref": "e7a54d204ad5d65ba3e4aa9db31375e3cabdcc11",
"url": "https://github.com/managoat/managoat_mcp_auth/blob/e7a54d204ad5d65ba3e4aa9db31375e3cabdcc11/AGENTS.md",
"key": "managoat/managoat_mcp_auth/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nThe guidance for this repository is in **[CLAUDE.md](CLAUDE.md)** — the gate\n(`mix precommit`), the test patterns, the release flow, and the things not to\ndo. It applies to any coding agent, not only Claude Code; this file exists so\nagents that look for `AGENTS.md` find their way there.\n\n[README.md](README.md) is the normative description of what `managoat_mcp_auth` does.\n[CONTRIBUTING.md](CONTRIBUTING.md) covers licensing, the DCO sign-off, and what\na pull request is expected to carry.",
"cost": {
"context_tokens": 126
}
}
Fetch it by URL: GET /api/v1/registry/managoat-managoat-mcp-auth-managoat-mcp-auth/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.