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.
taskfile-creator - Skill - OpenSmartRoute
Skillv1.0.0
taskfile-creator
Create and manage Taskfiles (task automation files) using best practices from taskfile.dev. Use when the user asks to create a Taskfile, add tasks to an existing Taskfile, configure task automation. S
Imported from mombe090/.files (pi/.pi/agent/skills/taskfile-creator/SKILL.md). Install upstream with npx skills add mombe090/.files --skill taskfile-creator. Copyright stays with the author.
Taskfile Creator
Load the full skill instructions from ~/.skills/taskfile-creator/SKILL.md.
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.
mombe090-files-taskfile-creator.ocm.jsonjson
{
"ocm": "1",
"id": "mombe090-files-taskfile-creator",
"kind": "skill",
"name": "taskfile-creator",
"description": "Create and manage Taskfiles (task automation files) using best practices from taskfile.dev. Use when the user asks to create a Taskfile, add tasks to an existing Taskfile, configure task automation. Supports creating tasks with dependencies, variables, loops ...",
"publisher": "mombe090",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create and manage Taskfiles (task automation files) using best practices from taskfile.dev. Use when the user asks to create a Taskfile, add tasks to an existing Taskfile, configure task automation. Supports creating tasks with dependencies, variables, loops ..."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/mombe090/.files",
"path": "pi/.pi/agent/skills/taskfile-creator/SKILL.md",
"ref": "ee501a2e31cf63d3611b85af223b048d8c97308c",
"url": "https://github.com/mombe090/.files/blob/ee501a2e31cf63d3611b85af223b048d8c97308c/pi/.pi/agent/skills/taskfile-creator/SKILL.md",
"key": "mombe090/.files/pi/.pi/agent/skills/taskfile-creator/SKILL.md"
}
},
"instructions": "# Taskfile Creator\n\nLoad the full skill instructions from `~/.skills/taskfile-creator/SKILL.md`.",
"cost": {
"context_tokens": 24
}
}
Fetch it by URL: GET /api/v1/registry/mombe090-files-taskfile-creator/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.