template-skill

Installation
SKILL.md

Template Skill

Replace this with your skill instructions.

Setup: See authentication for token setup.

Quick Start

curl -X POST https://api.acedata.cloud/<endpoint> \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "..."}'

Async: See async task polling. Poll via POST /<service>/tasks with {"task_id": "..."}.

Workflow

  1. Step one
  2. Step two
  3. Step three

Gotchas

  • List non-obvious behaviors here

MCP: See MCP servers for tool-use integration.

Related skills

More from acedatacloud/skills

Installs
8
GitHub Stars
5
First Seen
Apr 6, 2026