Skip to main content
GET
Download a skill package
GET https://api-datahub.octoparse.com/v1/skills/{name}.zip Authentication: none. Anonymous access allowed. Unified skill package distribution (anonymous). Currently only dataapp-contract-json — the contract-writing skill shared by the portal AI-assisted generation flow and API authors. The zip top level is the skill directory itself (layout independent of any agent). Unpack into each coding assistant’s expected path: Claude Code .claude/skills/, Codex .codex/skills/, or the project root for others. Contents are pure docs and references (all sample upstreams use fictional domains). No credentials or internal platform artifacts, so anonymous download is allowed.

Request

Path parameters

string
required
Skill name. Currently only dataapp-contract-json.

Example request

Response

200 success

Response body is application/zip binary.

Errors

Error responses use {"error": {code, category, message, retryable}}. See Errors.

Client libraries

The Python and JavaScript SDKs do not wrap this endpoint yet. Call REST directly.