fetch_config
Retrieve configuration files from API endpoints, Git repositories, or registered sources to support AI skill development and RAG knowledge preparation.
Instructions
Fetch config from API, git URL, or registered source. Supports three modes: (1) Named source from registry, (2) Direct git URL, (3) API (default). List available configs or download a specific one by name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_name | No | ||
| destination | No | configs | |
| list_available | No | ||
| category | No | ||
| git_url | No | ||
| source | No | ||
| branch | No | main | |
| token | No | ||
| refresh | No |