WayinVideo - Video Understanding & AI Clipping
v1.0.2WayinVideo AI video editing and analysis suite. Includes highlight extraction, natural language video search, content summarization, and transcription. Examp...
⭐ 0· 60·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (AI video editing, clipping, transcription) align with the code and endpoints provided. The only required env var is WAYIN_API_KEY which is appropriate for an API-backed video service. Required binary python3 is sensible.
Instruction Scope
SKILL.md instructs the agent to upload local files, submit tasks, poll results, persist user preferences, and spawn subagents for background polling — all consistent with the service. It also suggests 'periodically review the user's recent tasks and interactions to identify consistent preferences', which implies reading and aggregating local skill state/history (config/cache) and user interaction context; this is plausible for personalization but is broader than simple one-off calls and could have privacy implications.
Install Mechanism
No registry install spec (instruction-only). Code is bundled and the README recommends local pip install or PYTHONPATH usage; there are no external downloads or obscure URLs in install steps. Risk from install is low.
Credentials
Only WAYIN_API_KEY is required and declared as the primary credential. The code accesses the user's home directory (~/.wayinvideo) to read/write config and caches, which is expected for a CLI that persists settings/results.
Persistence & Privilege
The skill writes persistent config and cache under ~/.wayinvideo and recommends background polling/subagents and optional openclaw system events. always:false (not force-included). Persisting its own settings is normal, but background/subagent workflows and event notifications increase runtime activity when enabled — be aware the skill may perform long-running polling and can invoke the external `openclaw` CLI for notifications if configured.
Assessment
This skill appears coherent for a WayinVideo CLI: it legitimately needs WAYIN_API_KEY, uploads local video files to the service, and saves results/config under ~/.wayinvideo. Before installing or running: (1) Only provide an API key you intend to use with WayinVideo; don't reuse other service credentials. (2) Note the skill will write config and cached result JSON to ~/.wayinvideo by default—inspect those files if you care about local storage. (3) The skill recommends running background subagents and can call the system `openclaw` CLI for event updates if you enable that option—only enable event notifications if you trust that integration. (4) Uploading local files sends full video bytes to presigned URLs returned by the WayinVideo API—do not upload sensitive videos unless you intend to send them to the service. If you want a tighter safety check, provide the actual WAYIN_API_KEY domain/account origin or confirm the WayinVideo service ownership; otherwise the artifact looks internally consistent.Like a lobster shell, security has layers — review code before you run it.
latestvk978cc3rtssc95peq46344sfhn845qka
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎬 Clawdis
Binspython3
EnvWAYIN_API_KEY
Primary envWAYIN_API_KEY
