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.
init - Skill - OpenSmartRoute
Skillv1.0.0
init
Initialize Trufagent v1 in the current project. Use for /trufagent:init or when adopting Trufagent in a repository.
Imported from TrufaStack/trufagent (skills/init/SKILL.md). Install upstream with npx skills add TrufaStack/trufagent --skill init. Copyright stays with the author.
Initialize Trufagent v1
Choose a stable project id from the repository name unless the user supplied
one. Confirm it with the user if the choice is ambiguous, then run:
uv run --project "${CLAUDE_PLUGIN_ROOT}" trufagent init . --project <project-id>
Report the created .trufagent/config.yaml. Initialization creates the governed
memory vault and links the personal skill catalog. It does not generate
CLAUDE.md, start a dashboard, rewrite product documentation, or scan secrets.
If configuration already exists, inspect it and do not overwrite a mismatch.
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.
trufastack-trufagent-init.ocm.jsonjson
{
"ocm": "1",
"id": "trufastack-trufagent-init",
"kind": "skill",
"name": "init",
"description": "Initialize Trufagent v1 in the current project. Use for /trufagent:init or when adopting Trufagent in a repository.",
"publisher": "TrufaStack",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Initialize Trufagent v1 in the current project. Use for /trufagent:init or when adopting Trufagent in a repository."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/TrufaStack/trufagent",
"path": "skills/init/SKILL.md",
"ref": "ed27da51821aaa61e10d76e9ba99c8c325e07686",
"url": "https://github.com/TrufaStack/trufagent/blob/ed27da51821aaa61e10d76e9ba99c8c325e07686/skills/init/SKILL.md",
"key": "TrufaStack/trufagent/skills/init/SKILL.md"
}
},
"instructions": "# Initialize Trufagent v1\n\nChoose a stable project id from the repository name unless the user supplied\none. Confirm it with the user if the choice is ambiguous, then run:\n\n```bash\nuv run --project \"${CLAUDE_PLUGIN_ROOT}\" trufagent init . --project <project-id>\n```\n\nReport the created `.trufagent/config.yaml`. Initialization creates the governed\nmemory vault and links the personal skill catalog. It does not generate\n`CLAUDE.md`, start a dashboard, rewrite product documentation, or scan secrets.\n\nIf configuration already exists, inspect it and do not overwrite a mismatch.",
"cost": {
"context_tokens": 144
}
}
Fetch it by URL: GET /api/v1/registry/trufastack-trufagent-init/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.