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.
typing - Skill - OpenSmartRoute
Skillv1.0.0
typing
description: globs: * alwaysApply: false --- - Use type hints for all API endpoints function signatures. Prefer Pydantic models over raw dictionaries for input validation. - Add type hints for functio
Instruction file imported from nirlimor35/lions_roar_bot (.cursor/rules/python/typing.mdc). Copyright stays with the author.
description:
globs: *
alwaysApply: false
Use type hints for all API endpoints function signatures. Prefer Pydantic models over raw dictionaries for input validation.
Add type hints for function arguments and return values.
Assume Python 3.12 for typing.
Use the built in tuple, dict, list instead of importing them from typing.
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": "nirlimor35-lions-roar-bot-typing-rule",
"kind": "skill",
"name": "typing",
"description": "description: globs: * alwaysApply: false --- - Use type hints for all API endpoints function signatures. Prefer Pydantic models over raw dictionaries for input validation. - Add type hints for function arguments and return values. - Assume Python 3.12 for typing. - Use the built in tuple, dict, list instead of importing them from typing.",
"publisher": "nirlimor35",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"description: globs: * alwaysApply: false --- - Use type hints for all API endpoints function signatures. Prefer Pydantic models over raw dictionaries for input validation. - Add type hints for function arguments and return values. - Assume Python 3.12 for typing. - Use the built in tuple, dict, list instead of importing them from typing."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/nirlimor35/lions_roar_bot",
"path": ".cursor/rules/python/typing.mdc",
"ref": "088393eb69a98307e00ac2452a2ccac1ccc24abd",
"url": "https://github.com/nirlimor35/lions_roar_bot/blob/088393eb69a98307e00ac2452a2ccac1ccc24abd/.cursor/rules/python/typing.mdc",
"key": "nirlimor35/lions_roar_bot/.cursor/rules/python/typing.mdc"
}
},
"instructions": "---\ndescription: \nglobs: *\nalwaysApply: false\n---\n- Use type hints for all API endpoints function signatures. Prefer Pydantic models over raw dictionaries for input validation.\n- Add type hints for function arguments and return values.\n- Assume Python 3.12 for typing.\n- Use the built in tuple, dict, list instead of importing them from typing.",
"cost": {
"context_tokens": 86
}
}
Fetch it by URL: GET /api/v1/registry/nirlimor35-lions-roar-bot-typing-rule/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.