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.
cicd-release - Skill - OpenSmartRoute
Skillv1.0.0
cicd-release
Use when designing GitHub Actions, CI checks, release workflows, deployment gates, artifact provenance, migrations, rollback, or environment promotion.
Imported from tayfunates10/nexora-agentos (skills/cicd-release/SKILL.md). Install upstream with npx skills add tayfunates10/nexora-agentos --skill cicd-release. Copyright stays with the author.
CI/CD & Release
Every merge should produce verifiable evidence.
Pull request checks
Format/lint -> type check -> unit tests -> security/static checks -> build -> selected integration tests.
Release
Build immutable artifacts once and promote them.
Run database migration safety checks before deployment.
Use environment protection for production.
Support rollback or forward-fix strategy explicitly.
Security
Use short-lived/OIDC cloud credentials where possible.
Pin third-party workflow actions to trusted versions/SHAs.
Never print secrets to logs.
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.