For AI Assistants
让你的 AI 直接画图。
把下面这段粘贴给 Claude / ChatGPT / Cursor,AI 会用 npx mindeck-aip 自动登录、生图、下载。免安装。
AI 对话框 · 复制粘贴
我要用 Mindeck 画图。
服务端: https://image.mindeck.cloud
我的账号: <你的 email>
我的密码: <你的密码>
请按以下步骤执行(用 npx,免安装):
1. 登录:
npx -y mindeck-aip login \
--identifier <你的 email> \
--password <你的密码> \
--baseUrl https://image.mindeck.cloud
2. 发起生图(替换 <提示词>):
npx -y mindeck-aip generate "<提示词>" \
--size 1024x1024 --model standard --json
3. 轮询直到 status=succeeded(每 5 秒一次,最多 30 次):
npx -y mindeck-aip images --json
4. 下载到本地:
npx -y mindeck-aip image-download <generation-id> ./output.png
5. 把 output.png 给我看。
约束:
- 不要拆分 prompt,按我给的原文 generate
- 失败时把 errorMessage 原样给我,不要重试
- 单次最多消耗 10 积分
未登录,模板里是占位符。登录自动填入 token →
01
免安装
npx 一次拉取,冷启动 4 秒,无需 -g install。
02
Token 签发
登录后点复制即签发独立 CLI token,可随时撤销。
03
JSON 友好
所有命令支持 --json,AI 直接解析,零字符串猜测。