← Back to Skills Marketplace
hekaiii

Live Photo Maker

by He Kai · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
151
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install live-photo-maker
Description
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...
README (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.
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install live-photo-maker
  3. After installation, invoke the skill by name or use /live-photo-maker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug live-photo-maker
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install Live Photo Maker?

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

Is Live Photo Maker free?

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

Which platforms does Live Photo Maker support?

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

Who created Live Photo Maker?

It is built and maintained by He Kai (@hekaiii); the current version is v1.0.2.

💬 Comments