manage_assets
Register and manage reusable assets like logos, intros, and music. Set defaults to auto-apply assets when creating clips or reels.
Instructions
Register and manage reusable assets (logos, outros, intros, music, images). Reference them by name in create_clip/manage_reel instead of full paths. One logo/outro/intro/music can be the default, applied automatically when none is passed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Remote URL to download (for import_url) | |
| name | No | Asset name (e.g. 'podcast-logo') | |
| path | No | Absolute file path (for register/import) | |
| type | No | Asset type (for register/import/list filter) | |
| action | Yes | Action to perform | |
| new_name | No | New asset name (for rename) |