← 返回 Skills 市场
evstratios

Ecm Perchance Image

作者 Evstratios Moraites · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ecm-perchance-image
功能描述
Generates images from text prompts using Perchance.org API with options for orientation and multiple image support.
使用说明 (SKILL.md)

ecm-perchance-image.py\r

\r

Description\r

A Web Browser skill that sends text prompts to Perchance.org and displays the resulting images.\r \r

Usage\r

\r

In OpenClaw:\r

  1. Open the skill folder: C:\Users\evstr\.openclaw\workspace\skills\ecm-perchance-image\r
  2. Run: openclaw run --cwd=skills/ecm-perchance-image/\r
  3. Enter your prompt and click "Generate Image"\r
  4. View generated images in the web browser\r \r

API Endpoint\r

https://perchance.org/new-image-gen-by-rs118\r \r

API Parameters\r

  • prompt: text string (required) - Type a detailed prompt here...\r
  • orientation: string, optional, default: "landscape" - Options: landscape, portrait, square\r \r

Current Status\r

✅ Enhanced with error handling\r ✅ Multiple image generation support\r ✅ Progress indicators\r ✅ User-friendly error messages\r ✅ Terminal support for OpenClaw\r \r

Notes\r

  • Perchance.org API may have rate limits\r
  • Try different prompt parameters to find what works best\r
  • You can customize orientation (portrait, square, landscape)\r \r
安全使用建议
This skill appears to be what it says: it sends your prompts to https://perchance.org/new-image-gen-by-rs118 and displays returned image data. Before installing/using: - Don’t send sensitive or private data in prompts (they will be transmitted to an external service). - The Python file requires PyQt5 and requests but the package/dependency list is missing; install those in a safe environment if you want to run it. - The included GUI code has multiple API/typing mistakes and will likely crash or behave incorrectly; treat it as prototype code and review/fix before trusting it. - If you’re concerned about privacy or network exfiltration, run the skill in a sandboxed environment or request a version that logs network calls and has clearer dependency/install instructions. If you want, I can point out the specific code issues to fix or make a safer, headless (non-GUI) variant that you can review first.
功能分析
Type: OpenClaw Skill Name: ecm-perchance-image Version: 1.0.0 The skill is a GUI application designed to interface with Perchance.org for image generation. While the Python code (ecm-perchance-image.py) contains several functional bugs and PyQt5 implementation errors—such as attempting to set a layout directly on a QMainWindow and missing necessary imports for QWebView—there is no evidence of malicious intent, data exfiltration, or unauthorized command execution. The network activity is restricted to the stated Perchance API endpoint.
能力评估
Purpose & Capability
Name/description match the observed behavior: the code posts prompt+orientation JSON to a Perchance.org endpoint and displays returned image data. The requested resources (none) are appropriate for this purpose.
Instruction Scope
SKILL.md and the Python implemention restrict actions to collecting a prompt, calling the Perchance API, and rendering an image. However, the instructions and code will transmit user-provided prompts to an external endpoint (expected for this skill but a privacy consideration). The SKILL.md references running under OpenClaw and the code provides a terminal-mode entrypoint.
Install Mechanism
There is no install spec (lowest risk), but the code depends on external Python packages (PyQt5, requests) which are not declared. The missing dependency declarations mean users may need to install GUI and networking libraries manually; this is an operational/quality issue rather than an incoherence.
Credentials
The skill requests no environment variables, credentials, or config paths. The external network call goes only to the stated Perchance endpoint, which is proportionate to the described function.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. It does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ecm-perchance-image
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ecm-perchance-image 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Integrates Perchance image generation with OpenClaw. - Send text prompts to Perchance.org and display generated images. - Supports prompt customization with orientation options (landscape, portrait, square). - Includes enhanced error handling and user-friendly error messages. - Enables multiple image generation and progress indicators. - Provides terminal support for OpenClaw users.
元数据
Slug ecm-perchance-image
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Ecm Perchance Image 是什么?

Generates images from text prompts using Perchance.org API with options for orientation and multiple image support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Ecm Perchance Image?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ecm-perchance-image」即可一键安装,无需额外配置。

Ecm Perchance Image 是免费的吗?

是的,Ecm Perchance Image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ecm Perchance Image 支持哪些平台?

Ecm Perchance Image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ecm Perchance Image?

由 Evstratios Moraites(@evstratios)开发并维护,当前版本 v1.0.0。

💬 留言讨论