yuanflow-cli 0.1.18 → 0.1.19
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/package.json
CHANGED
|
@@ -7,6 +7,18 @@ description: Use when the user asks to generate images, create pictures, make po
|
|
|
7
7
|
|
|
8
8
|
当用户提到生成图片、画图、出图、做海报、生成视觉素材、编辑图片或修改本地图片时,优先使用本 Skill。
|
|
9
9
|
|
|
10
|
+
## 提示词参考
|
|
11
|
+
|
|
12
|
+
当用户需求比较模糊、没有明确风格方向,或需要补足海报、商品图、角色、人像、UI 截图、信息图、科研图等提示词结构时,可按需读取 `references/image-prompt-reference.md`。
|
|
13
|
+
|
|
14
|
+
该参考库只作为方向参考,不是强制模板:
|
|
15
|
+
|
|
16
|
+
- 用户已经给出明确提示词时,以用户提示词为主。
|
|
17
|
+
- 不要原样复制案例,要结合用户主题、平台、比例、文字、保存要求重新改写。
|
|
18
|
+
- 只借鉴案例里的构图、镜头、材质、灯光、版式、文字约束、负面提示和 JSON/config-style 结构。
|
|
19
|
+
- 不要主动加入案例中的真实品牌、真实人物、个人签名、Logo、水印或作者标识。
|
|
20
|
+
- 中文海报、信息图、社交截图等含文字场景,需要明确要求文字清晰、简体中文、不乱码、层级正确。
|
|
21
|
+
|
|
10
22
|
## YuanFlow 内置环境
|
|
11
23
|
|
|
12
24
|
如果当前 Agent 可用 `yuanflow_image_request`,优先使用该受控工具。它会自动注入当前用户 token,并把接口返回的 URL 或 base64 图片缓存为可预览资源。
|