用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/alfredxw/denova --skill image-preset-config命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | image-preset-config |
| description | Use when config_manager creates or updates Denova image preset configurations. |
| agent | config_manager |
Use this skill before calling write_image_presets.
list_image_presets first. For updates, call read_image_presets for the exact preset IDs.write_image_presets for create/update/delete. Do not edit image preset JSON files directly.Important fields:
id: stable ID. Required for update/delete; create may generate one if omitted.name: user visible name.description: short explanation of the visual style.prompt: visual constraints for image generation only. Keep it under 4000 characters.Do not change version, path, custom, invalid, error, created_at, or updated_at unless preserving an existing complete object from read_image_presets.
The preset prompt is only for image generation. It should describe:
Do not put story facts, chapter prose, tool permissions, model settings, API keys, or temporary scene state into an image preset.