> ## Documentation Index
> Fetch the complete documentation index at: https://strettch-make-section-id-optional.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Skill

> Load a single skill file that gives Claude, Cursor, and other AI coding assistants complete context on the Strettch Cloud API for one-shot integration.

Give your AI coding assistant complete knowledge of the Strettch Cloud API so it can help you integrate in one shot.

## Install via skills.sh

The fastest way for any [skills.sh](https://skills.sh)-compatible agent (Claude Code, Cursor, Codex, OpenCode, Goose, and more):

```bash theme={null}
npx skills add strettch/cloud-docs
```

## Download manually

<Card title="Download SKILL.md" icon="download" href="https://raw.githubusercontent.com/strettch/cloud-docs/main/skills/strettch-cloud/SKILL.md">
  Paste the contents into your AI assistant's context or system prompt.
</Card>

```bash theme={null}
curl -O https://raw.githubusercontent.com/strettch/cloud-docs/main/skills/strettch-cloud/SKILL.md
```

<Note>
  Compatible with any AI tool that supports the [Agent Skills](https://agentskills.io) format or accepts context files.
</Note>
