← 返回 Skills 市场
anil-matcha

Photo Pack Generator

作者 Anil Chandra Naidu Matcha · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
299
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install muapi-photo-pack-skill
功能描述
Generate a pack of professional or aesthetic photos from a single reference image while preserving the exact identity of the person.
安全使用建议
Before installing or running this skill: 1) Inspect the referenced helper scripts (../../../../core/media/upload.sh and generate-image.sh) to confirm where images are uploaded, which external endpoints are contacted, and what credentials (if any) they use. 2) Review the bundled prompts: there are contradictions between the SKILL.md guardrails (don’t describe hair/age/etc., preserve identity) and concrete prompt templates that add hairstyles/props/implants — decide whether those templates meet your privacy/consent requirements. 3) Confirm you have permission from any person whose face will be used; this tool can produce realistic, contextualized images of a real person which may have legal or ethical implications. 4) If you plan to run this in a restricted environment, run the script in a sandbox and monitor network calls and file writes. If you cannot inspect the helper scripts or verify where uploads go, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: muapi-photo-pack-skill Version: 0.1.0 The skill utilizes high-risk capabilities including shell execution of external scripts via relative path traversal (scripts/generate-pack.sh), network access via curl to download remote assets, and the use of the 'open' command to interact with files. While these behaviors are plausibly aligned with the stated purpose of generating and viewing photo packs, the script's ability to upload arbitrary local files and the potential for shell injection via unsanitized command-line arguments (e.g., --likeness) represent significant security vulnerabilities.
能力评估
Purpose & Capability
The SKILL.md and the bundled shell script align with the stated purpose (producing multiple stylized images that preserve a reference face). However the script expects platform-local helper scripts (../../../../core/media/upload.sh and generate-image.sh) which are not declared in the skill metadata; those helper scripts will control where the reference image and generated images are sent/stored and should be audited before use.
Instruction Scope
The runtime instructions forbid describing age/ethnicity/hair/beard, and insist identity must be preserved, yet the bundled prompts/templates in scripts explicitly set hairstyle, clothing, environment, and even cosmetic/implant details in ways that could contradict the stated guardrails. There are contradictions between 'do not describe hair/beard' and prompt lines that set hairstyles; between 'maintain similar head orientation' and prompts that request 'looking directly at the camera' or large scene changes. This mismatch gives the agent broad and inconsistent discretion over how the subject will be represented.
Install Mechanism
No install spec (instruction-only) reduces surface risk because nothing is downloaded automatically. The included bash script is the only code; it calls external local helper scripts (upload.sh, generate-image.sh) and writes to a media_outputs path. Those helper scripts may perform network I/O or external service calls — audit them to understand actual network endpoints and behavior.
Credentials
The skill declares no required environment variables or credentials (proportionate). That said, the script uploads images via a helper upload.sh and invokes generate-image.sh: those helpers could require or use credentials or send images to third-party services. The skill itself does not declare or request those secrets, so you must inspect the helper scripts or runtime environment to confirm where data goes and what credentials are used.
Persistence & Privilege
The skill does not request persistent/always-on privileges and is not force-included. It does not modify other skills' configs in the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install muapi-photo-pack-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /muapi-photo-pack-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of muapi-photo-pack-generator skill. - Generates themed photo packs from a single reference image with strict facial identity preservation. - Uses Identity Lock Prompting to ensure the same person is depicted in all generated images. - Supports professional, lifestyle, and fantasy categories (e.g. LinkedIn, Tinder, OldMoney, Cyberpunk). - Prioritizes identity fidelity over stylistic transformation; never redescribes the person in text. - Built-in guardrails and prompt examples to guide usage and maximize result quality.
元数据
Slug muapi-photo-pack-skill
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Photo Pack Generator 是什么?

Generate a pack of professional or aesthetic photos from a single reference image while preserving the exact identity of the person. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 299 次。

如何安装 Photo Pack Generator?

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

Photo Pack Generator 是免费的吗?

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

Photo Pack Generator 支持哪些平台?

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

谁开发了 Photo Pack Generator?

由 Anil Chandra Naidu Matcha(@anil-matcha)开发并维护,当前版本 v0.1.0。

💬 留言讨论