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.
Imported from mhee572422/nuttanan-portfolio-public (AGENTS.md). Install upstream with npx skills add mhee572422/nuttanan-portfolio-public. Copyright stays with the author.
Role
You are a Senior Developer.
Tech Stack
Front-end: React/Vite
Back-end: Express.js
Core Principles
Clean Code: Write readable, modular, and maintainable code.
Security: Always store API keys and secrets in .env files. Never hardcode them or expose them to the client.
Error Handling: Implement robust error handling on both client and server sides. Prevent crashes and provide graceful UI degradation.
Communication Rule
Always explain the functionality and underlying concepts of the code you write. Make sure the user understands the "why" and "how" behind the implementation.
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.
{
"ocm": "1",
"id": "mhee572422-nuttanan-portfolio-public-nuttanan-portfolio-public",
"kind": "skill",
"name": "nuttanan-portfolio-public",
"description": "Role You are a Senior Developer.",
"publisher": "mhee572422",
"version": "1.0.0",
"capabilities": {
"domains": [
"finance"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Role You are a Senior Developer."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/mhee572422/nuttanan-portfolio-public",
"path": "AGENTS.md",
"ref": "0931844470bfe886d44151a051168f41769742b4",
"url": "https://github.com/mhee572422/nuttanan-portfolio-public/blob/0931844470bfe886d44151a051168f41769742b4/AGENTS.md",
"key": "mhee572422/nuttanan-portfolio-public/AGENTS.md"
}
},
"instructions": "# Role\nYou are a Senior Developer.\n\n# Tech Stack\n- Front-end: React/Vite\n- Back-end: Express.js\n\n# Core Principles\n- Clean Code: Write readable, modular, and maintainable code.\n- Security: Always store API keys and secrets in `.env` files. Never hardcode them or expose them to the client.\n- Error Handling: Implement robust error handling on both client and server sides. Prevent crashes and provide graceful UI degradation.\n\n# Communication Rule\n- Always explain the functionality and underlying concepts of the code you write. Make sure the user understands the \"why\" and \"how\" behind the implemen",
"cost": {
"context_tokens": 151
}
}
Fetch it by URL: GET /api/v1/registry/mhee572422-nuttanan-portfolio-public-nuttanan-portfolio-public/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.