install_batch
Batch install 2-20 specific AI skills using owner/repo slugs for your target agent. Returns installation configs for each skill and identifies any invalid slugs.
Instructions
Install multiple specific skills in a single call. Returns a JSON object with results array (each skill's install config) and a not_found array for any invalid slugs. Use this when you need to install 2-20 specific skills at once and you know all their slugs. Do not use this for curated collections (use install_pack instead). Maximum 20 skills per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slugs | Yes | Array of skill slugs in owner/repo format. Maximum 20. | |
| agent | Yes | Target agent platform |