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.
frontend_legacy - Skill - OpenSmartRoute
Skillv1.0.0
frontend_legacy
<!-- Generated by scripts/sync_agent_adapters.py from scripts/agent_adapter_manifest.json. Do not edit manually. --> - Read frontend_legacy/AGENTS.md for legacy Streamlit frontend rules. - This subtre
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": "adriandecode-hipaa-compliant-ai-healthcare-system-fronte-b7a498",
"kind": "skill",
"name": "frontend_legacy",
"description": "<!-- Generated by scripts/sync_agent_adapters.py from scripts/agent_adapter_manifest.json. Do not edit manually. --> - Read frontend_legacy/AGENTS.md for legacy Streamlit frontend rules. - This subtree is reference-only unless the user explicitly asks for legacy frontend changes. - Use shared API client utilities from frontend_legacy/utils/. - Default backend URL to http://127.0.0.1:8000 through BACKEND_URL.",
"publisher": "Adriandecode",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"<!-- Generated by scripts/sync_agent_adapters.py from scripts/agent_adapter_manifest.json. Do not edit manually. --> - Read frontend_legacy/AGENTS.md for legacy Streamlit frontend rules. - This subtree is reference-only unless the user explicitly asks for legacy frontend changes. - Use shared API client utilities from frontend_legacy/utils/. - Default backend URL to http://127.0.0.1:8000 through BACKEND_URL."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Adriandecode/HIPAA-Compliant-AI-Healthcare-System",
"path": ".github/instructions/frontend_legacy.instructions.md",
"ref": "a10a23c13eb3a736540733f063e16a5aa4998b7b",
"url": "https://github.com/Adriandecode/HIPAA-Compliant-AI-Healthcare-System/blob/a10a23c13eb3a736540733f063e16a5aa4998b7b/.github/instructions/frontend_legacy.instructions.md",
"key": "Adriandecode/HIPAA-Compliant-AI-Healthcare-System/.github/instructions/frontend_legacy.instructions.md"
},
"applies_to": "frontend_legacy/**"
},
"instructions": "<!-- Generated by scripts/sync_agent_adapters.py from scripts/agent_adapter_manifest.json. Do not edit manually. -->\n- Read frontend_legacy/AGENTS.md for legacy Streamlit frontend rules.\n- This subtree is reference-only unless the user explicitly asks for legacy frontend changes.\n- Use shared API client utilities from frontend_legacy/utils/.\n- Default backend URL to http://127.0.0.1:8000 through BACKEND_URL.",
"cost": {
"context_tokens": 102
}
}
Fetch it by URL: GET /api/v1/registry/adriandecode-hipaa-compliant-ai-healthcare-system-fronte-b7a498/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.