Ecm Perchance Image

v1.0.0

Generates images from text prompts using Perchance.org API with options for orientation and multiple image support.

0· 154·1 current·1 all-time
byEvstratios Moraites@evstratios

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for evstratios/ecm-perchance-image.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ecm Perchance Image" (evstratios/ecm-perchance-image) from ClawHub.
Skill page: https://clawhub.ai/evstratios/ecm-perchance-image
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ecm-perchance-image

ClawHub CLI

Package manager switcher

npx clawhub@latest install ecm-perchance-image
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk978xefcvtvpq3pjcxecensfxs839zbn
154downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

ecm-perchance-image.py

Description

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

Usage

In OpenClaw:

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

API Endpoint

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

API Parameters

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

Current Status

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

Notes

  • Perchance.org API may have rate limits
  • Try different prompt parameters to find what works best
  • You can customize orientation (portrait, square, landscape)

Comments

Loading comments...