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.
auth - Skill - OpenSmartRoute
Skillv1.0.0
auth
Only BARUK is authorized to request or approve API data pulls. - Ensure all API keys are handled via environment variables or GitHub secrets. - Reject any unpinned dependencies or mutable tags. - Enfo
Instruction file imported from BlessOrg26/BLESS (.github/instructions/auth.instructions.md). Copyright stays with the author.
Only BARUK is authorized to request or approve API data pulls.
Ensure all API keys are handled via environment variables or GitHub secrets.
Reject any unpinned dependencies or mutable tags.
Enforce strict linting and security checks on all API code.
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/blessorg26-bless-auth-instructions/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.
blessorg26-bless-auth-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "blessorg26-bless-auth-instructions",
"kind": "skill",
"name": "auth",
"description": "Only BARUK is authorized to request or approve API data pulls. - Ensure all API keys are handled via environment variables or GitHub secrets. - Reject any unpinned dependencies or mutable tags. - Enforce strict linting and security checks on all API code.",
"publisher": "BlessOrg26",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Only BARUK is authorized to request or approve API data pulls. - Ensure all API keys are handled via environment variables or GitHub secrets. - Reject any unpinned dependencies or mutable tags. - Enforce strict linting and security checks on all API code."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/BlessOrg26/BLESS",
"path": ".github/instructions/auth.instructions.md",
"ref": "1b564166ebaea13365499941bd1922d9c9d6d897",
"url": "https://github.com/BlessOrg26/BLESS/blob/1b564166ebaea13365499941bd1922d9c9d6d897/.github/instructions/auth.instructions.md",
"key": "BlessOrg26/BLESS/.github/instructions/auth.instructions.md"
},
"applies_to": "src/api/**/*.ts"
},
"instructions": "- Only BARUK is authorized to request or approve API data pulls.\n- Ensure all API keys are handled via environment variables or GitHub secrets.\n- Reject any unpinned dependencies or mutable tags.\n- Enforce strict linting and security checks on all API code.",
"cost": {
"context_tokens": 64
}
}
Fetch it by URL: GET /api/v1/registry/blessorg26-bless-auth-instructions/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.