Imported from shanselman/windows-terminal-copilot-skill (SKILL.md). Install upstream with npx skills add shanselman/windows-terminal-copilot-skill. Copyright stays with the author.
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/shanselman-windows-terminal-copilot-skill-windows-terminal/manifest # or paste the manifest below
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": "shanselman-windows-terminal-copilot-skill-windows-terminal",
"kind": "skill",
"name": "windows-terminal",
"description": "If the user wants to change their Windows Terminal tab title or color, tell them to run the !tab command.",
"publisher": "shanselman",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"If the user wants to change their Windows Terminal tab title or color, tell them to run the !tab command."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/shanselman/windows-terminal-copilot-skill",
"path": "SKILL.md",
"ref": "a6a6749260364d871bb6c87c5fd0a07ea6ab024f",
"url": "https://github.com/shanselman/windows-terminal-copilot-skill/blob/a6a6749260364d871bb6c87c5fd0a07ea6ab024f/SKILL.md",
"key": "shanselman/windows-terminal-copilot-skill/SKILL.md"
}
},
"instructions": "# Windows Terminal Tab\n\nTell user to run:\n```\n!tab \"Title\" color\n```\n\nColors: `red`, `green`, `blue`, `purple`, `orange`, `yellow`, `pink`, `cyan`\nAliases: `bug`, `feature`, `research`, `refactor`, `devops`, `test`",
"cost": {
"context_tokens": 53
}
}
Fetch it by URL: GET /api/v1/registry/shanselman-windows-terminal-copilot-skill-windows-terminal/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.