Manage bundled agent skills
manage_agent_skillsInspect and manage bundled tdmcp skills for Codex or Claude: install, update, or uninstall with dry-run defaults, ownership validation, and automatic rollback of partial changes.
Instructions
Safely inspect, install, update, or uninstall the small bundled tdmcp skill catalog for Codex or Claude. Mutations default to dry-run, use exact manifest ownership, reject unowned conflicts and symlinks, and roll back partial filesystem changes. Only package-bundled skills are accepted; this is not a remote or arbitrary skill installer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Agent host whose skill directory is managed. | |
| scope | Yes | Project-local or current-user skill installation scope. | |
| action | Yes | Inspect, install, update, or uninstall manifest-owned bundled tdmcp skills. | |
| skills | No | Bundled skills to manage. Omit for the complete curated catalog. | |
| dry_run | No | Plan without writing. Must be explicitly false to apply a mutation. | |
| project_root | No | Absolute project path. Required for project scope unless a CLI injects its cwd. | |
| force_owned_drift | No | Allow replacement/removal of content already recorded by the manifest but locally changed. Never permits touching unowned paths. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| scope | Yes | ||
| action | Yes | ||
| skills | Yes | ||
| status | Yes | ||
| applied | Yes | ||
| dry_run | Yes | ||
| planned | Yes | ||
| warnings | Yes | ||
| target_root | Yes | ||
| manifest_path | Yes | ||
| source_version | Yes |