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.
scaffold-adapter - Skill - OpenSmartRoute
Skillv1.0.0
scaffold-adapter
Generate a new framework adapter (LangChain, LlamaIndex, LangGraph, CrewAI) from the base template.
Imported from matrujillo10/etch (.claude/skills/scaffold-adapter/SKILL.md). Install upstream with npx skills add matrujillo10/etch --skill scaffold-adapter. Copyright stays with the author.
Scaffold Adapter
Generate a new framework adapter from src/etch/adapters/base.py and any existing adapter as a template.
Status
Implementation pending — this skill completes in a dedicated pass once the first real adapter (likely LangChain) exists as a reference.
When ready, this skill will:
Read src/etch/adapters/base.py for the interface contract
Read the most complete existing adapter as the template
Generate src/etch/adapters/{{framework}}.py with stubs for all required methods
Generate tests/unit/test_adapter_{{framework}}.py with test stubs
Run make test-unit to verify no import 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.
matrujillo10-etch-scaffold-adapter.ocm.jsonjson
{
"ocm": "1",
"id": "matrujillo10-etch-scaffold-adapter",
"kind": "skill",
"name": "scaffold-adapter",
"description": "Generate a new framework adapter (LangChain, LlamaIndex, LangGraph, CrewAI) from the base template.",
"publisher": "matrujillo10",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate a new framework adapter (LangChain, LlamaIndex, LangGraph, CrewAI) from the base template."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/matrujillo10/etch",
"path": ".claude/skills/scaffold-adapter/SKILL.md",
"ref": "51a6d06d0c8ba7750badd52f393634702f0fafd6",
"url": "https://github.com/matrujillo10/etch/blob/51a6d06d0c8ba7750badd52f393634702f0fafd6/.claude/skills/scaffold-adapter/SKILL.md",
"key": "matrujillo10/etch/.claude/skills/scaffold-adapter/SKILL.md"
}
},
"instructions": "# Scaffold Adapter\n\nGenerate a new framework adapter from `src/etch/adapters/base.py` and any existing adapter as a template.\n\n## Status\n\nImplementation pending — this skill completes in a dedicated pass once the first real adapter (likely LangChain) exists as a reference.\n\nWhen ready, this skill will:\n1. Read `src/etch/adapters/base.py` for the interface contract\n2. Read the most complete existing adapter as the template\n3. Generate `src/etch/adapters/{{framework}}.py` with stubs for all required methods\n4. Generate `tests/unit/test_adapter_{{framework}}.py` with test stubs\n5. Run `make test-",
"cost": {
"context_tokens": 158
}
}
Fetch it by URL: GET /api/v1/registry/matrujillo10-etch-scaffold-adapter/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.