Open House Video Maker — Create Property Preview and Open House Promotion Videos for Real Estate Agents
v1.0.0You have an open house this Sunday. You posted it on the MLS, put a sign in the yard, and shared it once on your Facebook business page. Three people showed...
⭐ 0· 35·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 match the runtime instructions: the SKILL.md shows a POST to nemo's video-generation API and requires NEMO_TOKEN. Requesting an API token for the provider is proportional to creating videos.
Instruction Scope
The only runtime instruction is a curl POST that sends footage URLs, address, open-house details, and highlights to https://mega-api-prod.nemovideo.ai/api/v1/generate. This is appropriate for the stated function but means media and PII are transmitted to a third-party service — confirm privacy, retention, and consent before use.
Install Mechanism
No install spec and no code files (instruction-only) — lowest install risk; nothing is written to disk by the skill itself.
Credentials
Only a single env var (NEMO_TOKEN) is required, which is reasonable. Minor inconsistency: registry metadata in the report listed no required config paths, but the SKILL.md embedded metadata references a config path (~/.config/nemovideo/). That mismatch should be clarified (does the skill expect local config files?).
Persistence & Privilege
always:false (default) and autonomous invocation allowed (platform default). Nothing here requests permanent system-wide privileges or modification of other skills.
Scan Findings in Context
[no_regex_findings] expected: The regex scanner found nothing — expected because this is an instruction-only skill with no code files to scan.
Assessment
This skill appears to do what it says: it uses your NEMO_TOKEN to call nemo's video generation API and will upload footage, the property address, and other listing details to that external service. Before installing: verify that the nemo domain (mega-api-prod.nemovideo.ai) is the official service you intend to use; confirm how uploaded media and addresses are stored and who can access them; ensure you have client consent to share listing content; use a least-privilege or revocable API token if possible; and clarify the SKILL.md metadata inconsistency about ~/.config/nemovideo/ (does the agent need local config access?). If unsure, test with non-sensitive media and a throwaway token first.Like a lobster shell, security has layers — review code before you run it.
latestvk977j0xjr7dtv236fxcz44crd9841ep7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🏡 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN
