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.
public-employment - Skill - OpenSmartRoute
Skillv1.0.0
public-employment
All AI agents (Claude, Codex, Gemini) share the same instructions via `CLAUDE.md`. Do not proceed with any file modifications until you have read and understood `CLAUDE.md`.
Imported from tasdemir-lab/public-employment (AGENTS.md). Install upstream with npx skills add tasdemir-lab/public-employment. Copyright stays with the author.
Project Instructions for Codex
MANDATORY: Read CLAUDE.md in this directory before starting any task.
It contains all project conventions, folder structure, data rules, and coding standards.
All AI agents (Claude, Codex, Gemini) share the same instructions via CLAUDE.md.
Do not proceed with any file modifications until you have read and understood CLAUDE.md.
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": "tasdemir-lab-public-employment-public-employment",
"kind": "skill",
"name": "public-employment",
"description": "All AI agents (Claude, Codex, Gemini) share the same instructions via `CLAUDE.md`. Do not proceed with any file modifications until you have read and understood `CLAUDE.md`.",
"publisher": "tasdemir-lab",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"All AI agents (Claude, Codex, Gemini) share the same instructions via `CLAUDE.md`. Do not proceed with any file modifications until you have read and understood `CLAUDE.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/tasdemir-lab/public-employment",
"path": "AGENTS.md",
"ref": "4108fc310799c60b952afa8fb55f3d866c1e8491",
"url": "https://github.com/tasdemir-lab/public-employment/blob/4108fc310799c60b952afa8fb55f3d866c1e8491/AGENTS.md",
"key": "tasdemir-lab/public-employment/AGENTS.md"
}
},
"instructions": "# Project Instructions for Codex\n\n**MANDATORY:** Read `CLAUDE.md` in this directory before starting any task.\nIt contains all project conventions, folder structure, data rules, and coding standards.\n\nAll AI agents (Claude, Codex, Gemini) share the same instructions via `CLAUDE.md`.\nDo not proceed with any file modifications until you have read and understood `CLAUDE.md`.",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/tasdemir-lab-public-employment-public-employment/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.