← 返回 Skills 市场
hekaiii

Live Photo Maker

作者 He Kai · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install live-photo-maker
功能描述
Convert a local video into an iPhone-compatible Live Photo package (.pvt) for Apple Photos, lock-screen wallpaper use, or Live Photo sharing. Use when the us...
使用说明 (SKILL.md)

Live Photo Maker

  1. Take a local video file as input.
  2. If needed, make an optimized version for iPhone wallpaper use:
    • upscale gently with ffmpeg
    • keep portrait aspect ratio
    • avoid aggressive recompression unless necessary
  3. Extract a high-quality cover frame as JPG.
  4. Use makelive to build a .pvt Live Photo package from the JPG + video pair.
  5. If the user needs chat delivery, package the .pvt bundle as ZIP because .pvt is a macOS package directory and many messengers cannot send it directly.
  6. Explain that the ZIP should be unzipped on macOS and the .pvt imported into Photos.

Main features

  • turns a local video into an Apple Photos-importable Live Photo
  • can optimize video size for iPhone wallpaper use
  • generates a high-quality cover frame automatically
  • produces a .pvt package and optional ZIP for transfer
  • works well for iPhone lock-screen wallpaper workflows

Notes

  • Install missing dependencies yourself when safe: pipx, makelive, ffmpeg.
  • The video quality inside the Live Photo usually stays close to the source. Perceived softness is often caused by low source resolution or lock-screen scaling.
  • Prefer sending both the original Live package path and the ZIP when useful.
安全使用建议
This skill appears to do what it says: convert a local video into a .pvt Live Photo package. Before installing/using it, ensure you run it locally and have the needed host tools installed: ffmpeg (for transcoding/frame extraction), makelive (to create the .pvt), and ditto (macOS-only tool used to zip the package). Note the package is macOS-oriented — ditto and importing into Photos assume macOS. The skill metadata currently omits the required binaries and OS guidance; treat that as an informational mismatch. If you are concerned about supply-chain risk, inspect or obtain makelive from a trusted source (pipx/pypi or the project's repo) before installing. Also confirm output paths to avoid accidental overwrites of important files.
能力评估
Purpose & Capability
The name/description match the implementation: the script uses ffmpeg to transcode and extract a frame, makelive to build a .pvt package, and ditto to create a ZIP. However, the skill metadata declared no required binaries while the script requires ffmpeg, makelive, and ditto (the latter is macOS-specific). This mismatch should be corrected so users know what must be present.
Instruction Scope
SKILL.md instructs the agent to operate only on a local video, generate an optimized MP4 and JPG cover, run makelive, and ZIP the package for transfer. It does not direct reading unrelated files, accessing environment variables, or sending data to external endpoints.
Install Mechanism
There is no install spec (instruction-only) and the included shell script is small and local. SKILL.md suggests installing ffmpeg, makelive, and pipx but does not pull code from arbitrary URLs or run downloads; risk from install mechanism is low.
Credentials
The skill requests no credentials or environment variables and the runtime script does not read any secret-bearing env vars or config paths.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It runs only when invoked and does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install live-photo-maker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /live-photo-maker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Refine public wording and highlight Apple Photos / wallpaper workflow
v1.0.1
Polish summary and trigger wording
v1.0.0
Initial release: create iPhone-compatible Live Photo packages from local videos
元数据
Slug live-photo-maker
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Live Photo Maker 是什么?

Convert a local video into an iPhone-compatible Live Photo package (.pvt) for Apple Photos, lock-screen wallpaper use, or Live Photo sharing. Use when the us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 Live Photo Maker?

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

Live Photo Maker 是免费的吗?

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

Live Photo Maker 支持哪些平台?

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

谁开发了 Live Photo Maker?

由 He Kai(@hekaiii)开发并维护,当前版本 v1.0.2。

💬 留言讨论