> ## Documentation Index
> Fetch the complete documentation index at: https://www.octoparse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Skill-Paket herunterladen

> Skill-Zip für Coding-Assistenten herunterladen. Derzeit nur Contract-Writing-Skill.

**`GET`** `https://api-datahub.octoparse.com/v1/skills/{name}.zip`

Authentifizierung: keine. Anonymer Zugriff erlaubt.

Einheitliche Skill-Paket-Distribution (anonym). Derzeit nur `dataapp-contract-json` — der Contract-Writing-Skill, den Portal-KI-gestützte Generierung und API-Autoren teilen. Das Zip-Top-Level ist flach (keine verschachtelten Verzeichnisse). Antwort-Body ist `application/zip` Binary; Client-Bibliotheken wrappen diesen Endpoint noch nicht.

Der Inhalt besteht nur aus Dokumentation und Referenzen (alle Beispiel-Upstreams verwenden fiktive Domains). Keine Credentials oder internen Plattformartefakte, daher ist der anonyme Download erlaubt.

## Anfrage

### Pfadparameter

<ParamField path="name" type="string" required>
  Skill-Name. Derzeit nur `dataapp-contract-json`.
</ParamField>

### Beispielanfrage

```bash theme={null}
curl \
  "https://api-datahub.octoparse.com/v1/skills/dataapp-contract-json.zip"
```

## Antwort

### 200 Erfolg

Response-Body ist `application/zip`-Binary.

### Fehler

| HTTP | `code`            | `category`  | Beschreibung                        |
| ---- | ----------------- | ----------- | ----------------------------------- |
| 404  | `skill-not-found` | `not_found` | Dieses Skill-Paket existiert nicht. |

Fehlerantworten nutzen `{"error": {code, category, message, retryable}}`. Siehe <a href="/docs/de/datahub/api/reference/introduction#errors">Fehler</a>.

## Client-Bibliotheken

Die Python- und JavaScript-SDKs wrappen diesen Endpoint noch nicht. REST direkt aufrufen.
