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

Installs
10
GitHub Stars
8
First Seen
Apr 6, 2026
template-skill — acedatacloud/skills