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.
agent-framework-check - Skill - OpenSmartRoute
Skillv1.0.0
agent-framework-check
Run the agent-framework check MCP tool and report summarized lint/type-check/editor-diagnostic results. Use when the user invokes $agent-framework-check.
Imported from timlisemer/agent-framework (adapters/codex/dotcodex/skills/agent-framework-check/SKILL.md). Install upstream with npx skills add timlisemer/agent-framework --skill agent-framework-check. Copyright stays with the author.
Agent Framework Check
Immediately call mcp__agent_framework__check with working_dir set to the current repository path.
Do not run Bash check/build/test commands and do not gather file context first.
Report the tool result:
If status is PASS, say all checks passed.
If status is FAIL, report the error count and specific errors.
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": "timlisemer-agent-framework-agent-framework-check",
"kind": "skill",
"name": "agent-framework-check",
"description": "Run the agent-framework check MCP tool and report summarized lint/type-check/editor-diagnostic results. Use when the user invokes $agent-framework-check.",
"publisher": "timlisemer",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run the agent-framework check MCP tool and report summarized lint/type-check/editor-diagnostic results. Use when the user invokes $agent-framework-check."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/timlisemer/agent-framework",
"path": "adapters/codex/dotcodex/skills/agent-framework-check/SKILL.md",
"ref": "22295198f884cf1939a177db23aa409eed2c4d7f",
"url": "https://github.com/timlisemer/agent-framework/blob/22295198f884cf1939a177db23aa409eed2c4d7f/adapters/codex/dotcodex/skills/agent-framework-check/SKILL.md",
"key": "timlisemer/agent-framework/adapters/codex/dotcodex/skills/agent-framework-check/SKILL.md"
}
},
"instructions": "# Agent Framework Check\n\n1. Immediately call `mcp__agent_framework__check` with `working_dir` set to the current repository path.\n2. Do not run Bash check/build/test commands and do not gather file context first.\n3. Report the tool result:\n - If status is PASS, say all checks passed.\n - If status is FAIL, report the error count and specific errors.",
"cost": {
"context_tokens": 88
}
}
Fetch it by URL: GET /api/v1/registry/timlisemer-agent-framework-agent-framework-check/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.