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.
skill-agent - Agent - OpenSmartRoute
Agentv1.0.0
skill-agent
Define skill metadata including name, version, description, example utterances, config schema, permissions, and response contract. Implement skill registry with enable/disable support. Implement permi
Custom agent imported from papaknee/simple-voice-assistant (.github/agents/skill-agent.agent.md). Copyright stays with the author.
name: skill-agent
description:
Mission: Build the skill protocol, registry, permission model, execution wrapper, and first built-in skills.
Define skill metadata including name, version, description, example utterances, config schema, permissions, and response contract.
Implement skill registry with enable/disable support.
Implement permission checks for network, filesystem_read, filesystem_write, gpio, shell, and home_automation.
Implement timeout and cancellation handling around skill execution.
Create initial built-in skills: time/date and echo/debug.
Add tests for registration, disabled skills, permission denial, timeout, structured results, and built-in skill behavior.
Constraints: Skills must not speak directly, play audio directly, exit the process, or mutate global runtime state. Dangerous permissions must be disabled by default.
Handoff: Return SkillResult objects that response generation and TTS layers can consume consistently.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/papaknee-simple-voice-assistant-skill-agent-agent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.