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.
tapps-score - Skill - OpenSmartRoute
Skillv1.0.0
tapps-score
Score a Python file across 7 quality categories and display a structured report.
Imported from wtthornton/TheStudio (.cursor/skills/tapps-score/SKILL.md). Install upstream with npx skills add wtthornton/TheStudio --skill tapps-score. Copyright stays with the author.
Score the specified Python file using TappsMCP:
Call tapps_quick_check with the file path to get an instant score
If the score is below 80, call tapps_score_file for the full 7-category breakdown
Present the results in a table: category, score (0-100), top issue per category
Highlight any category scoring below 70 as a priority fix
Suggest the single highest-impact change the developer can make
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.
wtthornton-thestudio-tapps-score.ocm.jsonjson
{
"ocm": "1",
"id": "wtthornton-thestudio-tapps-score",
"kind": "skill",
"name": "tapps-score",
"description": "Score a Python file across 7 quality categories and display a structured report.",
"publisher": "wtthornton",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Score a Python file across 7 quality categories and display a structured report."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/wtthornton/TheStudio",
"path": ".cursor/skills/tapps-score/SKILL.md",
"ref": "f8a0bf7cecd2d7c89df55c62e9ac953f56c84e78",
"url": "https://github.com/wtthornton/TheStudio/blob/f8a0bf7cecd2d7c89df55c62e9ac953f56c84e78/.cursor/skills/tapps-score/SKILL.md",
"key": "wtthornton/TheStudio/.cursor/skills/tapps-score/SKILL.md"
}
},
"instructions": "Score the specified Python file using TappsMCP:\n\n1. Call `tapps_quick_check` with the file path to get an instant score\n2. If the score is below 80, call `tapps_score_file` for the full 7-category breakdown\n3. Present the results in a table: category, score (0-100), top issue per category\n4. Highlight any category scoring below 70 as a priority fix\n5. Suggest the single highest-impact change the developer can make",
"cost": {
"context_tokens": 104
}
}
Fetch it by URL: GET /api/v1/registry/wtthornton-thestudio-tapps-score/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.