acedatacloud-skills-template.ocm.json json Copy{
"ocm": "1",
"id": "acedatacloud-skills-template",
"kind": "skill",
"name": "template-skill",
"description": "A template for creating new AceDataCloud Agent Skills. Copy this directory and customize.",
"publisher": "AceDataCloud",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A template for creating new AceDataCloud Agent Skills. Copy this directory and customize."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/AceDataCloud/Skills",
"path": "template/SKILL.md",
"ref": "cd14f9f5d26668a3e1f328ccae0dc7c3d5f0d23d",
"url": "https://github.com/AceDataCloud/Skills/blob/cd14f9f5d26668a3e1f328ccae0dc7c3d5f0d23d/template/SKILL.md",
"key": "AceDataCloud/Skills/template/SKILL.md"
},
"compatibility": "Requires ACEDATACLOUD_API_TOKEN in .env file (see _shared/authentication.md).",
"license": "Apache-2.0"
},
"instructions": "# Template Skill\n\nReplace this with your skill instructions.\n\n> **Setup:** See [authentication](../_shared/authentication.md) for token setup.\n\n## Quick Start\n\n```bash\ncurl -X POST https://api.acedata.cloud/<endpoint> \\\n -H \"Authorization: Bearer $ACEDATACLOUD_API_TOKEN\" \\\n -H \"Content-Type: application/json\" \\\n -d '{\"prompt\": \"...\"}'\n```\n\n> **Async:** See [async task polling](../_shared/async-tasks.md). Poll via `POST /<service>/tasks` with `{\"task_id\": \"...\"}`.\n\n## Workflow\n\n1. Step one\n2. Step two\n3. Step three\n\n## Gotchas\n\n- List non-obvious behaviors here\n\n> **MCP:** See [MCP servers](",
"cost": {
"context_tokens": 163
}
}