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.
clean-user-project-files - Skill - OpenSmartRoute
Skillv1.0.0
clean-user-project-files
Use this skill when the user asks to inspect files that belong to the surrounding project rather than to the skill bundle. Part of the synthetic fixture corpus.
Imported from JesseRWeigel/skill-lint (fixtures/library/clean-user-project-files/SKILL.md). Install upstream with npx skills add JesseRWeigel/skill-lint --skill clean-user-project-files. Copyright stays with the author.
Read package.json for the declared scripts, app.py for the entry point, and
vercel.json for the routing rules. None of those files ship with this fixture and none
of them being absent is a defect here.
Install with npm or with pnpm, whichever the surrounding project already uses.
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": "jesserweigel-skill-lint-clean-user-project-files",
"kind": "skill",
"name": "clean-user-project-files",
"description": "Use this skill when the user asks to inspect files that belong to the surrounding project rather than to the skill bundle. Part of the synthetic fixture corpus.",
"publisher": "JesseRWeigel",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this skill when the user asks to inspect files that belong to the surrounding project rather than to the skill bundle. Part of the synthetic fixture corpus."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/JesseRWeigel/skill-lint",
"path": "fixtures/library/clean-user-project-files/SKILL.md",
"ref": "76d1e97bd1180b6eab02ffc053ec7f6e56daea44",
"url": "https://github.com/JesseRWeigel/skill-lint/blob/76d1e97bd1180b6eab02ffc053ec7f6e56daea44/fixtures/library/clean-user-project-files/SKILL.md",
"key": "JesseRWeigel/skill-lint/fixtures/library/clean-user-project-files/SKILL.md"
}
},
"instructions": "Read `package.json` for the declared scripts, `app.py` for the entry point, and\n`vercel.json` for the routing rules. None of those files ship with this fixture and none\nof them being absent is a defect here.\n\nInstall with `npm` or with `pnpm`, whichever the surrounding project already uses.",
"cost": {
"context_tokens": 72
}
}
Fetch it by URL: GET /api/v1/registry/jesserweigel-skill-lint-clean-user-project-files/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.