> ## 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 다운로드

> 코딩 지원용 skill zip. 현재 계약 작성 skill.

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

인증: 없음. 익명 호출 가능.

통합 Skill 패키지 배포(익명). 현재 `dataapp-contract-json`만 — 포털 AI 지원 생성과 API 작성자가 공유하는 계약 작성 Skill. zip 최상위는 Skill 루트.

내용은 순수 문서와 참조(샘플 업스트림은 모두 가상 도메인). 자격 증명·내부 산출물 없어 익명 다운로드 가능.

## 요청

### 경로 파라미터

<ParamField path="name" type="string" required>
  Skill 이름. 현재 `dataapp-contract-json`만.
</ParamField>

### 요청 예시

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

## 응답

### 200 성공

응답 본문은 `application/zip` 바이너리입니다.

### 오류

| HTTP | `code`            | `category`  | 설명                |
| ---- | ----------------- | ----------- | ----------------- |
| 404  | `skill-not-found` | `not_found` | 해당 skill 패키지가 없음. |

오류 응답은 `{"error": {code, category, message, retryable}}`입니다. <a href="/docs/ko/datahub/api/reference/introduction#errors">오류</a> 참고.

## 클라이언트 라이브러리

Python / JavaScript SDK는 아직 이 엔드포인트를 감싸지 않습니다. REST를 직접 호출하세요.
