Jogg Lip Sync

v0.1.3

Runs Jogg lip sync using video and audio inputs, reuses tasks when available, and monitors status until completion. Use to generate or check lip sync results.

2· 260·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (run lip sync tasks) match the implementation: the script calls Jogg HTTP endpoints, uploads local media, creates/queries tasks, and requires JOGG_API_KEY, curl, and jq — all expected for this purpose.
Instruction Scope
SKILL.md constrains the agent to run the provided runner (run.sh) and only collect missing inputs. The runner will read a local .env (if present), accept local or remote media inputs and will upload local files to a signed URL. This behavior is appropriate for the stated functionality but means local files specified by the user will be transmitted to the Jogg storage endpoint and any variables present in the skill's .env will be exported into the script environment.
Install Mechanism
Install spec is minimal and proportional: a single brew formula for jq (used by the script). No arbitrary downloads or extracted archives are present.
Credentials
Only JOGG_API_KEY is required and is the declared primary credential. The runner autoloads a local .env which will export any variables found there — while the script only uses JOGG_API_KEY and a few optional JOGG_* values, loading .env can expose other variables in the process environment if present in that file.
Persistence & Privilege
always:false and the skill does not request persistent or system-wide changes. It does not alter other skills' configs and does not require elevated privileges.
Assessment
This skill appears to do what it says: run the included run.sh to upload media and manage lip‑sync tasks via the Jogg API. Before installing or running it: 1) Inspect the run.sh and any .env in the skill directory (the script auto‑loads .env and will export variables). Remove or avoid putting unrelated secrets in .env. 2) Use a JOGG_API_KEY with minimal scope (or an ephemeral key) and confirm you trust the Jogg endpoint. 3) Understand that any local media files you pass will be uploaded to the signed asset URL provided by Jogg (do not upload sensitive files). 4) The install step only installs jq via brew — confirm you are comfortable with that. The skill source and homepage are unknown; proceed only if you trust the publisher or after further provenance verification.

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

latestvk9745c9athzzf82enghynj66k583h9cm

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎙️ Clawdis
OSmacOS · Linux
Binscurl, jq
EnvJOGG_API_KEY
Primary envJOGG_API_KEY

Install

Install jq (brew)
Bins: jq
brew install jq

Comments