← Back to Skills Marketplace
uiueux

Photo Retouching

by uiueux · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
219
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install photo-retouching
Description
Execute RunningHub ComfyUI workflows via API. Use when you need to run ComfyUI workflows on RunningHub cloud platform, submit tasks, query status, and retrie...
Usage Guidance
What to consider before installing: - The skill needs your RunningHub API key (32-character) though the registry metadata didn't declare it; the scripts look for RUNNINGHUB_API_KEY or a config.json saved in the skill workspace. Expect the key to be saved in plaintext to config.json unless you change the code or location. - Using the skill will upload local images to RunningHub (external service). Only upload images you are comfortable sending to that service. - The chrome_automation script attempts to control a local Chrome DevTools instance (127.0.0.1:9222) using a raw socket/WebSocket handshake. That requires launching Chrome with remote debugging enabled and grants the script the ability to interact with your browser — run that only in a controlled environment and inspect the code first. - There is no install manifest or dependency list; you should ensure Python and required packages (e.g., requests) are installed in an environment you control. Consider running the skill in an isolated environment or container if you are unsure. - If you plan to use this skill, review and (if desired) modify how the API key is stored (avoid long-lived plaintext storage), inspect the code yourself (upload/submit paths), and prefer providing the API key at runtime rather than saving it permanently. - If you want higher assurance, ask the publisher for: (1) declared required env vars in the registry metadata, (2) a requirements.txt or install script, and (3) clarification on the Chrome automation use-case or remove that component if you don't want local browser control.
Capability Analysis
Type: OpenClaw Skill Name: photo-retouching Version: 1.0.0 The skill bundle is a legitimate tool for executing ComfyUI workflows on the RunningHub cloud platform. It includes a standard API client (runninghub_client.py), batch processing capabilities (batch_runner.py), and a helper script for Chrome DevTools Protocol (CDP) automation (chrome_automation.py) to assist with web-based tasks. While the CDP script uses low-level socket communication to avoid dependencies, its logic is restricted to probing the RunningHub website for UI elements and lacks any malicious data exfiltration or unauthorized access capabilities. The instructions in SKILL.md are consistent with the stated purpose, and the inclusion of a referral link is a common non-malicious practice.
Capability Assessment
Purpose & Capability
Name/description align with the included Python client and helper scripts: upload images, submit workflows, poll/query tasks, batch runs, and a hybrid/Chrome automation flow. All code relates to RunningHub workflow execution and image handling — no unrelated cloud providers or credentials are requested.
Instruction Scope
SKILL.md and scripts instruct the agent to upload local images and send them to RunningHub (expected for this skill). The Chrome automation script attempts to open/control a local Chrome DevTools endpoint (127.0.0.1:9222) and execute JS via a raw WebSocket handshake — this is outside typical simple API usage and can interact with the user's local browser (requires Chrome launched with remote debugging). The instructions also encourage saving the API key to the skill workspace config file, meaning secrets will be stored on disk in plaintext unless the user changes that behavior.
Install Mechanism
No install spec is provided (instruction-only install), but multiple Python scripts are included and they implicitly require Python and the 'requests' library. The lack of declared dependencies or an install step is an omission (user must ensure Python and dependencies are present). No external downloads or archive extraction occur.
Credentials
Metadata declares no required environment variables, yet the code and SKILL.md clearly expect an API key (RUNNINGHUB_API_KEY or saved config.json). The skill will store the API key in a local config.json file (plain text) by default. These are proportional to the stated purpose but the registry metadata omission is an inconsistency and a usability/security risk (plaintext credentials). The scripts do not request unrelated credentials.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It does persist the provided API key into a config.json inside the skill workspace by default (normal for CLI tools but means a secret is kept on disk). The Chrome automation requires access to a local Chrome DevTools instance (privileged local control of the browser if enabled).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install photo-retouching
  3. After installation, invoke the skill by name or use /photo-retouching
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of RunningHub ComfyUI workflow runner skill. - Run ComfyUI workflows on the RunningHub cloud via API. - Supports uploading images as workflow inputs. - Includes CLI and Python API usage instructions. - Enables submitting tasks, querying status, and downloading results. - Provides troubleshooting tips and API endpoint references.
Metadata
Slug photo-retouching
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Photo Retouching?

Execute RunningHub ComfyUI workflows via API. Use when you need to run ComfyUI workflows on RunningHub cloud platform, submit tasks, query status, and retrie... It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.

How do I install Photo Retouching?

Run "/install photo-retouching" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Photo Retouching free?

Yes, Photo Retouching is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Photo Retouching support?

Photo Retouching is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Photo Retouching?

It is built and maintained by uiueux (@uiueux); the current version is v1.0.0.

💬 Comments