44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "jae-image-skill",
|
|
"version": "1.0.0",
|
|
"description": "JAE Image Skill: an installable AI-agent skill for finding, recommending, and customising curated image-generation prompts with sample images for any text-to-image model.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"postinstall": "node scripts/setup.js",
|
|
"setup": "node scripts/setup.js",
|
|
"sync": "node scripts/setup.js --force"
|
|
},
|
|
"keywords": [
|
|
"jaeswift",
|
|
"jae-image-skill",
|
|
"agent-zero",
|
|
"agent-jae",
|
|
"ai-agent-skill",
|
|
"image-generation",
|
|
"prompt-library",
|
|
"prompt-engineering",
|
|
"prompt-templates",
|
|
"image-prompts",
|
|
"text-to-image",
|
|
"ai-art",
|
|
"ai-image",
|
|
"midjourney-prompts",
|
|
"dall-e-prompts",
|
|
"flux-prompts",
|
|
"stable-diffusion-prompts",
|
|
"gpt-image",
|
|
"gemini-image",
|
|
"content-creation",
|
|
"image-prompt-recommend"
|
|
],
|
|
"author": "JaeSwift",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/JaeSwift/JAE-IMAGE-SKILL.git"
|
|
},
|
|
"homepage": "https://jaeswift.xyz/skills/JAE-image-skill/",
|
|
"bugs": {
|
|
"url": "https://github.com/JaeSwift/JAE-IMAGE-SKILL/issues"
|
|
}
|
|
}
|