Publishing
Download a skill package
Download a skill zip for coding assistants. Currently the contract-writing skill only.
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 isapplication/zip binary.
Errors
Error responses use
{"error": {code, category, message, retryable}}. See Errors.