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.
tesla-charger - Skill - OpenSmartRoute
Skillv1.0.0
tesla-charger
See [specs/guides/testing-with-effect.md](specs/guides/testing-with-effect.md) for testing best practices.\ ⚠️ NEVER use `bun test` to run tests — always use `bun run test --run`.
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": "ojhaujjwal-tesla-charger-tesla-charger",
"kind": "skill",
"name": "tesla-charger",
"description": "See [specs/guides/testing-with-effect.md](specs/guides/testing-with-effect.md) for testing best practices.\\ ⚠️ NEVER use `bun test` to run tests — always use `bun run test --run`.",
"publisher": "ojhaujjwal",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"See [specs/guides/testing-with-effect.md](specs/guides/testing-with-effect.md) for testing best practices.\\ ⚠️ NEVER use `bun test` to run tests — always use `bun run test --run`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/ojhaujjwal/tesla-charger",
"path": "AGENTS.md",
"ref": "c5f777bdfcfa80de2396f419b24d9a2b2b67985e",
"url": "https://github.com/ojhaujjwal/tesla-charger/blob/c5f777bdfcfa80de2396f419b24d9a2b2b67985e/AGENTS.md",
"key": "ojhaujjwal/tesla-charger/AGENTS.md"
}
},
"instructions": "## Tesla Charger - Agent Guide\nThis project uses the following tools:\n- Node for runtime\n- Vitest for running tests\n- Effect TypeScript Library.\n\n## Validations\nRun 'npm run ci' after changing any code.\n\n## This project uses \"effect\"\nBefore writing any code, YOU MUST read repos/effect-smol/LLMS.md fully.\n\n## Testing with Effect and Vitest\n\nSee [specs/guides/testing-with-effect.md](specs/guides/testing-with-effect.md) for testing best practices.\\\n⚠️ NEVER use `bun test` to run tests — always use `bun run test --run`.",
"cost": {
"context_tokens": 130
}
}
Fetch it by URL: GET /api/v1/registry/ojhaujjwal-tesla-charger-tesla-charger/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.