# Template Skill

> A template for creating new AceDataCloud Agent Skills. Copy this directory and customize.

- Skill: `acedatacloud/template-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add acedatacloud/template-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/acedatacloud/template-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: Apache-2.0
- Author: acedatacloud (https://skillmd.com/u/acedatacloud)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/acedatacloud/template-skill

---


# Template Skill

Replace this with your skill instructions.

> **Setup:** See [authentication](../_shared/authentication.md) for token setup.

## Quick Start

```bash
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](../_shared/async-tasks.md). 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](../_shared/mcp-servers.md) for tool-use integration.

