← 返回 Skills 市场
282
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install prompt-artist
功能描述
Optimize and generate text-to-image prompts for AI art platforms. Use when a user wants to: (1) Optimize prompts for Midjourney, Nano Banana, Dreamina, Qwen...
安全使用建议
What to consider before installing:
- Metadata mismatch: The registry claims no required env vars but SKILL.md and the code require SKILLPAY_API_KEY. Ask the publisher to fix the manifest or do not install until it's corrected.
- Billing calls: billing.py will send requests (with X-API-Key) to https://skillpay.me. Only provide an API key if you trust SkillPay.me; consider using a restricted key if possible.
- Local file writes: history.py will create and modify ~/.openclaw/workspace/prompt-artist/data/history.json. If you don't want your prompts stored locally, do not use or modify the script to disable history.
- Code review / sandboxing: the included scripts are readable Python — review them yourself or run the skill in a sandboxed environment. The network interactions are limited to SkillPay and there are no obvious attempts to exfiltrate other system credentials, but the missing manifest declarations reduce transparency.
- Recommended actions: request corrected registry metadata declaring SKILLPAY_API_KEY and the history file path; verify skillpay.me's legitimacy; run the scripts with a throwaway or limited permission API key first; or run the skill in an isolated environment if you proceed.
功能分析
Type: OpenClaw Skill
Name: prompt-artist
Version: 1.1.0
The prompt-artist skill bundle is a legitimate utility for optimizing AI art prompts across multiple platforms (Midjourney, Dreamina, etc.). It includes a transparent monetization feature via SkillPay.me (0.005 USDT/call), which is clearly documented in SKILL.md and implemented in scripts/billing.py using standard network requests. The code across all scripts (optimize.py, history.py, style_library.py) is well-structured, lacks obfuscation, and performs only the actions described in the documentation without any evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
The code implements prompt optimization, multi-platform output, a style library, and local history — which aligns with the description. However, the SKILL.md declares a required SKILLPAY_API_KEY for billing but the registry metadata lists no required env vars; additionally the scripts write to a per-user history file under ~/.openclaw/workspace/prompt-artist/data/history.json even though no config paths were declared. The billing component (SkillPay) is plausible for a paid skill but the missing registry declaration is an inconsistency.
Instruction Scope
Runtime instructions call the included Python scripts. Those scripts perform network calls to https://skillpay.me for billing, and history.py will create and write JSON to the user's home path (~/.openclaw/workspace/...). The SKILL.md shows usage of billing and history but does not explicitly document the local file location nor the fact that an API key will be sent to SkillPay. The scripts do not access unrelated system credentials, but the silent local persistence and external network calls broaden scope beyond pure prompt generation.
Install Mechanism
There is no install spec or packaged download; this is effectively an instruction+script bundle. No external binaries or archive downloads are requested, so installation risk from remote code fetch is low. The presence of executable Python scripts means code will run locally when invoked, but there is no automated installer writing unexpected files except the history file created at runtime.
Credentials
SKILL.md requires SKILLPAY_API_KEY (used to authenticate billing calls to skillpay.me), which is reasonable for a billing integration. However, the registry metadata lists no required environment variables — this mismatch is troubling because the skill expects a secret API key that was not declared. No other credentials are requested, which is proportionate to the skill's billing behavior, but the undeclared requirement and the fact the key is passed over the network should be made explicit in the registry.
Persistence & Privilege
The skill writes and reads a history file at ~/.openclaw/workspace/prompt-artist/data/history.json, persisting user prompts and optimized results locally. It does not set always:true or alter other skills/configs. Local persistence is reasonable for a history feature but should have been documented in the manifest and SKILL.md (file path, retention policy).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prompt-artist - 安装完成后,直接呼叫该 Skill 的名称或使用
/prompt-artist触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: Added prompt history and favorites
v1.0.0
v1.0.0: AI art prompt optimizer for Midjourney/Dreamina/Nano Banana/Qwen, 16+ styles, SkillPay billing 0.005 USDT
元数据
常见问题
Prompt Artist 是什么?
Optimize and generate text-to-image prompts for AI art platforms. Use when a user wants to: (1) Optimize prompts for Midjourney, Nano Banana, Dreamina, Qwen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 282 次。
如何安装 Prompt Artist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prompt-artist」即可一键安装,无需额外配置。
Prompt Artist 是免费的吗?
是的,Prompt Artist 完全免费(开源免费),可自由下载、安装和使用。
Prompt Artist 支持哪些平台?
Prompt Artist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Prompt Artist?
由 elevo11(@elevo11)开发并维护,当前版本 v1.1.0。
推荐 Skills