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.
WinTool - Skill - OpenSmartRoute
Skillv1.0.0
WinTool
General Guidelines - Always respond in chat in the language of the user request. - Make the minimum amount of changes needed for the requested task. - Follow `.editorconfig` and write code in the user
Imported from arcanexhoax/WinTool (AGENTS.md). Install upstream with npx skills add arcanexhoax/WinTool. Copyright stays with the author.
General Guidelines
Always respond in chat in the language of the user request.
Make the minimum amount of changes needed for the requested task.
Follow .editorconfig and write code in the user's existing style.
Repository
Stack: .NET 10, C# 14, WPF.
Repository Guidelines
When building or testing, follow the instructions in building.md.
Use Settings.XamlStyler as the source of truth for XAML formatting in this repository.
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.
arcanexhoax-wintool-wintool.ocm.jsonjson
{
"ocm": "1",
"id": "arcanexhoax-wintool-wintool",
"kind": "skill",
"name": "WinTool",
"description": "General Guidelines - Always respond in chat in the language of the user request. - Make the minimum amount of changes needed for the requested task. - Follow `.editorconfig` and write code in the user's existing style.",
"publisher": "arcanexhoax",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"General Guidelines - Always respond in chat in the language of the user request. - Make the minimum amount of changes needed for the requested task. - Follow `.editorconfig` and write code in the user's existing style."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/arcanexhoax/WinTool",
"path": "AGENTS.md",
"ref": "c098b9cc13328f738f6be207e8be7fb0fe6552b9",
"url": "https://github.com/arcanexhoax/WinTool/blob/c098b9cc13328f738f6be207e8be7fb0fe6552b9/AGENTS.md",
"key": "arcanexhoax/WinTool/AGENTS.md"
}
},
"instructions": "## General Guidelines\n- Always respond in chat in the language of the user request.\n- Make the minimum amount of changes needed for the requested task.\n- Follow `.editorconfig` and write code in the user's existing style.\n\n## Repository\n- Stack: .NET 10, C# 14, WPF.\n\n## Repository Guidelines\n- When building or testing, follow the instructions in [building.md](docs/building.md).\n- Use [Settings.XamlStyler](src/WinTool/Settings.XamlStyler) as the source of truth for XAML formatting in this repository.",
"cost": {
"context_tokens": 126
}
}
Fetch it by URL: GET /api/v1/registry/arcanexhoax-wintool-wintool/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.