# Template Skill

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

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

---


# 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

