← Back to Skills Marketplace
a3273283

Sih Ai Photo Editor

by a3273283 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
278
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sih-ai-photo-editor
Description
AI图片编辑工具,支持自然语言驱动的换装、换背景、换脸、风格转换(动漫/粘土/油画等)、美颜修图。当用户需要AI图片处理、人像编辑、背景替换、风格迁移、服装更换、脸部融合时使用此skill。支持用户通过描述性prompt(如"把衣服换成bikini"、"背景换成海边"、"转换成动漫风格")进行图片编辑。
Usage Guidance
Summary of what to consider before installing: - Do not assume the embedded API key is safe. The package includes a hardcoded API key in scripts/config.py. That key could be valid and might be used for API calls and billing. Ask the publisher to remove embedded keys and require a user-provided SIH_API_KEY via environment variable instead. If you proceed, rotate or revoke that key (and avoid using it for sensitive accounts). - Expect images and prompts to be sent to a third-party endpoint (api.vwu.ai). If you have privacy or legal concerns (face swaps, celebrity likenesses, or sensitive images), do not send those images. - The skill writes persistent files under ~/.sih_ai/ (user ID, usage_history.jsonl) and downloads outputs to ~/Desktop/Sih_Ai_Results/ and will attempt to open Finder/Preview on macOS. If you don't want that behavior, inspect/modify the scripts before use. - Metadata omits required credentials. Confirm with the author how API keys should be supplied and insist on explicit required env vars in the skill manifest. - If you don't trust the publisher or cannot verify the API key owner, do not install. If you need the functionality, request a version without embedded secrets and with clear consent for uploading images, or run the scripts in an isolated environment after reviewing/overriding the default key.
Capability Analysis
Type: OpenClaw Skill Name: sih-ai-photo-editor Version: 1.0.1 The skill bundle contains a hardcoded API key in 'scripts/config.py' and instructions in 'SKILL.md' directing the AI agent to perform high-privilege OS operations, such as creating directories in '~/Desktop' and executing commands to open Finder and the Preview app. While these capabilities are intended for the 'automatic download and preview' feature, they expand the agent's attack surface. Additionally, 'scripts/quota_checker.py' creates a hidden local directory ('~/.sih_ai') to track user state and history. No evidence of intentional malice or data exfiltration was found, but the combination of hardcoded credentials and OS-level instructions warrants a suspicious classification.
Capability Assessment
Purpose & Capability
The skill's name/description (AI photo editor) aligns with its code (image edit client, quota manager). However the package metadata declares no required credentials or env vars while the code expects an API key (scripts/config.py provides a default hardcoded key). That is an inconsistency: a production photo-editing integration would normally declare a required API key or ask the host to provide one, not ship a baked-in secret.
Instruction Scope
SKILL.md instructs normal photo-edit flows (URL/Base64/local file) and describes sending images to an external image-generation endpoint (api.vwu.ai). It also documents local behaviors: creating ~/.sih_ai/ usage files, auto-downloading outputs to ~/Desktop/Sih_Ai_Results/, and auto-opening Finder/Preview. Those file writes and GUI-open steps are outside pure API-calling functionality and are intrusive (and platform-specific to macOS). The instructions also route users to an external top-up URL that includes a user id parameter — expected for a billing flow, but notable for privacy.
Install Mechanism
No remote download/install spec is present (instruction-only install), which is lower risk. The package does include local Python scripts (client + quota manager). There is no installer that fetches arbitrary code at runtime from unknown hosts. Files present are local and readable for review.
Credentials
The skill metadata lists no required env vars/primary credential, but scripts/config.py contains a default API key (SIH_API_KEY = 'sk-w4Yf...'). Embedding a secret in the repo is poor practice and dangerous: that key may be valid, could be abused for API calls (costs/abuse), or leak activity tied to you. The skill will also transmit user images/prompts to a 3rd-party API (expected for image editing, but a privacy consideration).
Persistence & Privilege
The skill persists data under the user's home (~/.sih_ai) and creates/downloads results to ~/Desktop/Sih_Ai_Results/, and will attempt to open Finder/Preview on macOS. It does not request global "always" inclusion nor modify other skills. Persistent local files are expected for a quota/history feature, but users should be aware of where data is stored and that images (or prompt snippets) are written locally.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sih-ai-photo-editor
  3. After installation, invoke the skill by name or use /sih-ai-photo-editor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.1更新 - 新功能:自动下载和预览 - 模型升级:sihai-image-27 - 文档更新
v1.0.0
初始版本发布 - 支持换装、换背景、换脸、风格转换 - 本地配额管理系统 - 新用户5次免费体验 - 50+ prompt模板
Metadata
Slug sih-ai-photo-editor
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Sih Ai Photo Editor?

AI图片编辑工具,支持自然语言驱动的换装、换背景、换脸、风格转换(动漫/粘土/油画等)、美颜修图。当用户需要AI图片处理、人像编辑、背景替换、风格迁移、服装更换、脸部融合时使用此skill。支持用户通过描述性prompt(如"把衣服换成bikini"、"背景换成海边"、"转换成动漫风格")进行图片编辑。 It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.

How do I install Sih Ai Photo Editor?

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

Is Sih Ai Photo Editor free?

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

Which platforms does Sih Ai Photo Editor support?

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

Who created Sih Ai Photo Editor?

It is built and maintained by a3273283 (@a3273283); the current version is v1.0.1.

💬 Comments