@miketromba/ploof 0.1.5 → 0.3.0
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 +174 -3
- package/SPEC.md +207 -1
- package/dist/ploof.js +223 -222
- package/package.json +2 -2
- package/skills/asset-generation/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miketromba/ploof",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "AI asset generation CLI for OpenAI images
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "AI asset generation CLI for OpenAI images, videos, and audio, designed for multi-provider creative workflows.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"ploof": "dist/ploof.js"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asset-generation
|
|
3
|
-
description: Generate, edit, or batch-create AI assets with the ploof CLI. Use when working with generated images, provider auth
|
|
3
|
+
description: Generate, edit, process, or batch-create AI assets with the ploof CLI. Use when working with generated images, videos, or audio; provider auth; asset manifests; image/video/audio context inputs; masks; OpenAI media jobs; or agent-driven creative asset workflows.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Learn ploof from the CLI
|