agent-media 0.10.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,8 +42,10 @@ npx skills add agntswrm/agent-media
|
|
|
42
42
|
This adds media processing skills that your AI agent can use automatically. Available skills:
|
|
43
43
|
- `agent-media` - Overview of all capabilities
|
|
44
44
|
- `image-generate` - Generate images from text
|
|
45
|
+
- `image-edit` - Edit images with text prompts
|
|
45
46
|
- `image-resize` - Resize images
|
|
46
47
|
- `image-convert` - Convert image formats
|
|
48
|
+
- `image-extend` - Extend image canvas with padding
|
|
47
49
|
- `image-remove-background` - Remove backgrounds
|
|
48
50
|
- `image-crop` - Crop images to specified dimensions
|
|
49
51
|
- `audio-extract` - Extract audio from video
|