Live Photo Maker

v1.0.2

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...

0· 147·0 current·0 all-time
byHe Kai@hekaiii

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for hekaiii/live-photo-maker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Live Photo Maker" (hekaiii/live-photo-maker) from ClawHub.
Skill page: https://clawhub.ai/hekaiii/live-photo-maker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install live-photo-maker

ClawHub CLI

Package manager switcher

npx clawhub@latest install live-photo-maker
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fm0chrwpxv556vypfgvjj7d83h1b6
147downloads
0stars
3versions
Updated 1mo ago
v1.0.2
MIT-0

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.

Comments

Loading comments...