---
name: template-skill
description: A template for creating new AceDataCloud Agent Skills. Copy this directory and customize.
license: Apache-2.0
metadata:
  author: acedatacloud
  version: "1.0"
compatibility: Requires ACEDATACLOUD_API_TOKEN environment variable.
---

# Template Skill

Replace this with your skill instructions.

## Authentication

All AceDataCloud API calls require a Bearer token:

```bash
export ACEDATACLOUD_API_TOKEN="your-token-here"
```

## Workflow

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

## Gotchas

- List non-obvious behaviors here
