get_plugin_install_package
Retrieves full documentation and install-ready files for a plugin, with exact destination paths per client, enabling direct file writing and compliance tracking.
Instructions
Get full documentation AND install-ready files for an entire plugin in one call.
Use this whenever the user wants to:
install a plugin into their project
get the documentation and install files for a plugin
know where to place a plugin's artefacts in their project
Returns all artefacts with:
content_full: verbatim file content (frontmatter + body), write-ready — use this to write the file directly without any reconstruction
install_targets: exact destination paths per client: claude_local → .claude/skills|agents|commands/{name}/... copilot → .github/skills|agents|prompts/{name}/... plugin_tracking → .claude/plugins/{plugin}/plugin.json
plugin_tracking: the plugin.json content to write for compliance tracking
Prefer this over multiple get_entry calls when working with a full plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||