← 返回 Skills 市场
Visual Prompt Engine
作者
Abdullah AlRashoudi
· GitHub ↗
· v1.0.0
592
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install visual-prompt-engine
功能描述
Generate diverse, non-repetitive image prompts powered by real visual references from Dribbble and design platforms. USE WHEN: user wants an image prompt, ne...
安全使用建议
This skill is internally consistent and low-risk in terms of requested privileges, but review these practical points before installing: (1) The scraper fetches data from Dribbble — ensure you are comfortable with scraping and any site terms of service; (2) The agent is instructed to 'view' image_url entries, which will make the agent fetch remote images and could cause those images to be sent to external vision or LLM services if your agent is configured to do so (be careful with copyrighted content and privacy); (3) SKILL.md mentions data/prompt_history.json but that file isn't included — you may need to create it or handle deduplication yourself to avoid errors; (4) Optional dependencies (requests, beautifulsoup4) are standard but only needed for HTML scraping; (5) If you enable browser automation tools for scraping, avoid granting them unnecessary credentials. If you want higher assurance, run the scripts manually in a sandbox, review/curate the data/ files, and verify where any image analysis traffic is sent.
功能分析
Type: OpenClaw Skill
Name: visual-prompt-engine
Version: 1.0.0
The OpenClaw AgentSkills skill bundle 'visual-prompt-engine' is classified as benign. All code and documentation are aligned with the stated purpose of generating diverse image prompts using visual references. The Python scripts (`scrape_dribbble.py`, `style_card.py`) perform legitimate web scraping (from Dribbble) and local file operations within the skill's data directory. Instructions in `SKILL.md` and `references/*.md` guide the AI agent to read local files and compose prompts, without any evidence of prompt injection designed to subvert the agent's core function, exfiltrate data, establish persistence, or execute unauthorized commands. While a general vulnerability for path traversal exists if an agent were to pass unsanitized user input to script arguments like `--output` or `--import-file`, the skill itself does not construct or instruct the use of such malicious paths, making it a vulnerability of the agent's execution environment rather than an intentional malicious act by the skill.
能力评估
Purpose & Capability
Name and description match the included artifacts: a scraper, style-card builder, prompt patterns, and references. There are no unrelated required binaries or environment variables. All code and docs are proportional to a prompt-generation workflow grounded in visual references.
Instruction Scope
Runtime instructions operate on local files under data/ and instruct optionally scraping Dribbble (RSS or HTML) and using a browser tool. The skill also instructs an AI agent to 'view' image_url entries and perform visual analysis to populate style cards — this implies the agent may fetch remote images or use browser automation. Also, SKILL.md references data/prompt_history.json for deduplication but that file is not present in the shipped manifest and the scripts do not create it, which could cause runtime errors or require the agent to create/write that file.
Install Mechanism
There is no install spec; it's instruction-only with included scripts. Optional Python dependencies (requests, beautifulsoup4) are explicit and standard. Network operations target Dribbble (RSS/HTML) only; no downloads from arbitrary/untrusted URLs or extract operations are present.
Credentials
The skill requests no environment variables, secrets, or external credentials. A noteworthy implicit risk: visual-analysis steps may cause the agent to send images to third-party vision APIs if the agent is configured that way, but that is not requested by the skill itself.
Persistence & Privilege
always:false (default) and no unusual persistence or system-wide config changes are requested. The skill does not modify other skills or require elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install visual-prompt-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/visual-prompt-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Dribbble scraper, style cards, 12+ prompt patterns, visual vocabulary
元数据
常见问题
Visual Prompt Engine 是什么?
Generate diverse, non-repetitive image prompts powered by real visual references from Dribbble and design platforms. USE WHEN: user wants an image prompt, ne... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 592 次。
如何安装 Visual Prompt Engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install visual-prompt-engine」即可一键安装,无需额外配置。
Visual Prompt Engine 是免费的吗?
是的,Visual Prompt Engine 完全免费(开源免费),可自由下载、安装和使用。
Visual Prompt Engine 支持哪些平台?
Visual Prompt Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Visual Prompt Engine?
由 Abdullah AlRashoudi(@abdullah4ai)开发并维护,当前版本 v1.0.0。
推荐 Skills