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 Truc350/WebHomeStay (.agents/skills/basedkit-watzup/SKILL.md). Install upstream with npx skills add Truc350/WebHomeStay --skill basedkit-watzup. Copyright stays with the author.
basedkit-watzup
Use this skill for the BasedKit command /watzup.
Review my current branch and the most recent commits.
Provide a detailed summary of all changes, including what was modified, added, or removed.
Analyze the overall impact and quality of the changes.
IMPORTANT: Do not start implementing.
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.
truc350-webhomestay-basedkit-watzup.ocm.jsonjson
{
"ocm": "1",
"id": "truc350-webhomestay-basedkit-watzup",
"kind": "skill",
"name": "basedkit-watzup",
"description": "⚡ Review recent changes and wrap up the work",
"publisher": "Truc350",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"⚡ Review recent changes and wrap up the work"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Truc350/WebHomeStay",
"path": ".agents/skills/basedkit-watzup/SKILL.md",
"ref": "af64bb75a16e8bc1847a568059b9300e09f27c4a",
"url": "https://github.com/Truc350/WebHomeStay/blob/af64bb75a16e8bc1847a568059b9300e09f27c4a/.agents/skills/basedkit-watzup/SKILL.md",
"key": "Truc350/WebHomeStay/.agents/skills/basedkit-watzup/SKILL.md"
}
},
"instructions": "# basedkit-watzup\n\nUse this skill for the BasedKit command `/watzup`.\n\nReview my current branch and the most recent commits. \nProvide a detailed summary of all changes, including what was modified, added, or removed. \nAnalyze the overall impact and quality of the changes.\n\n**IMPORTANT**: **Do not** start implementing.",
"cost": {
"context_tokens": 79
}
}
Fetch it by URL: GET /api/v1/registry/truc350-webhomestay-basedkit-watzup/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.