template-skill · v1.0 · 2026-03-22 · sha256 cb125633a7660e06

template-skill v1.0A

Immutable. This exact content is served forever at /api/v1/blob/cb125633a7660e06.

---
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