← 返回 Skills 市场
278
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sih-ai-photo-editor
功能描述
AI图片编辑工具,支持自然语言驱动的换装、换背景、换脸、风格转换(动漫/粘土/油画等)、美颜修图。当用户需要AI图片处理、人像编辑、背景替换、风格迁移、服装更换、脸部融合时使用此skill。支持用户通过描述性prompt(如"把衣服换成bikini"、"背景换成海边"、"转换成动漫风格")进行图片编辑。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sih-ai-photo-editor - 安装完成后,直接呼叫该 Skill 的名称或使用
/sih-ai-photo-editor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
v1.0.1更新
- 新功能:自动下载和预览
- 模型升级:sihai-image-27
- 文档更新
v1.0.0
初始版本发布
- 支持换装、换背景、换脸、风格转换
- 本地配额管理系统
- 新用户5次免费体验
- 50+ prompt模板
元数据
常见问题
Sih Ai Photo Editor 是什么?
AI图片编辑工具,支持自然语言驱动的换装、换背景、换脸、风格转换(动漫/粘土/油画等)、美颜修图。当用户需要AI图片处理、人像编辑、背景替换、风格迁移、服装更换、脸部融合时使用此skill。支持用户通过描述性prompt(如"把衣服换成bikini"、"背景换成海边"、"转换成动漫风格")进行图片编辑。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。
如何安装 Sih Ai Photo Editor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sih-ai-photo-editor」即可一键安装,无需额外配置。
Sih Ai Photo Editor 是免费的吗?
是的,Sih Ai Photo Editor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sih Ai Photo Editor 支持哪些平台?
Sih Ai Photo Editor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sih Ai Photo Editor?
由 a3273283(@a3273283)开发并维护,当前版本 v1.0.1。
推荐 Skills