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

# Download Skills Bundle

> Download the Ionworks Agentic Toolkit as a zip archive.

Authenticated so the toolkit stays behind login, matching the private
mirror it is built from. The archive unzips to a single
``ionworks-skills/`` directory that works as a local install source for
every agent listed in the toolkit README.



## OpenAPI

````yaml https://api.ionworks.com/openapi.json get /agent/skills.zip
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers:
  - url: https://api.ionworks.com
    description: Production
security: []
paths:
  /agent/skills.zip:
    get:
      summary: Download Skills Bundle
      description: |-
        Download the Ionworks Agentic Toolkit as a zip archive.

        Authenticated so the toolkit stays behind login, matching the private
        mirror it is built from. The archive unzips to a single
        ``ionworks-skills/`` directory that works as a local install source for
        every agent listed in the toolkit README.
      operationId: download_skills_bundle_agent_skills_zip_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````