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.
hrms - Skill - OpenSmartRoute
Skillv1.0.0
hrms
This folder is the **new HRMS Turborepo** (`ui-editor`, Backstage, az-mcp, db-mcp, `autofill`, `@hrms/ui`). It is **not** classic My Details, Core API, or the Liquibase database.
Imported from hanhn-dev/hrms (AGENTS.md). Install upstream with npx skills add hanhn-dev/hrms. Copyright stays with the author.
Part of the HRMS workspace
This folder is the new HRMS Turborepo (ui-editor, Backstage, az-mcp, db-mcp, autofill, @hrms/ui). It is not classic My Details, Core API, or the Liquibase database.
Canonical repo map (read before choosing where to edit):
AGENTS.md at the SourceCode root.
Only change this repo for editor / Backstage / MCP / @hrms/ui work. Classic employee profile, search, Core Node API, @hrms/sdk, and HRMS-DATABASE live in the other workspace folders.
If the owning repo is not in the workspace, add that folder before editing.
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.
hanhn-dev-hrms-hrms.ocm.jsonjson
{
"ocm": "1",
"id": "hanhn-dev-hrms-hrms",
"kind": "skill",
"name": "hrms",
"description": "This folder is the **new HRMS Turborepo** (`ui-editor`, Backstage, az-mcp, db-mcp, `autofill`, `@hrms/ui`). It is **not** classic My Details, Core API, or the Liquibase database.",
"publisher": "hanhn-dev",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This folder is the **new HRMS Turborepo** (`ui-editor`, Backstage, az-mcp, db-mcp, `autofill`, `@hrms/ui`). It is **not** classic My Details, Core API, or the Liquibase database."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/hanhn-dev/hrms",
"path": "AGENTS.md",
"ref": "120f8cce895ec958c1ffd989d91621fd92407c7e",
"url": "https://github.com/hanhn-dev/hrms/blob/120f8cce895ec958c1ffd989d91621fd92407c7e/AGENTS.md",
"key": "hanhn-dev/hrms/AGENTS.md"
}
},
"instructions": "# Part of the HRMS workspace\n\nThis folder is the **new HRMS Turborepo** (`ui-editor`, Backstage, az-mcp, db-mcp, `autofill`, `@hrms/ui`). It is **not** classic My Details, Core API, or the Liquibase database.\n\nCanonical repo map (read before choosing where to edit):\n`AGENTS.md` at the `SourceCode` root.\n\nOnly change this repo for editor / Backstage / MCP / `@hrms/ui` work. Classic employee profile, search, Core Node API, `@hrms/sdk`, and `HRMS-DATABASE` live in the other workspace folders.\n\nIf the owning repo is not in the workspace, add that folder before editing.",
"cost": {
"context_tokens": 142
}
}
Fetch it by URL: GET /api/v1/registry/hanhn-dev-hrms-hrms/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.