Tree Trimming Video — Create Tree Trimming and Pruning Service Marketing Videos for Arborists and Landscaping Companies

v1.0.0

The week before a major storm system rolls in, homeowners look at the oak branch hanging twelve feet over their roof and realize they have been meaning to ca...

0· 69·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
medium confidence
Purpose & Capability
The name/description describe a cloud video-generation service for tree services and the skill only requires an API token (NEMO_TOKEN) to call nemovideo.ai — this is proportional. Minor inconsistency: the SKILL.md metadata lists a config path (~/.config/nemovideo/) while the registry metadata earlier reported no required config paths.
Instruction Scope
Runtime instructions are limited and explicit: a single curl POST to the provider API with Authorization: Bearer $NEMO_TOKEN and a JSON payload describing company fields. The instructions do not direct the agent to read other files, environment variables, or system-wide data.
Install Mechanism
No install spec or code files — instruction-only. This minimizes on-disk risk because nothing is downloaded or executed locally by the skill itself.
Credentials
The single required env var (NEMO_TOKEN) is appropriate for a remote API service. Note the SKILL.md includes a configPaths entry (~/.config/nemovideo/) that suggests a local config could be used, but there are no instructions that actually read that path. Verify whether the service expects a local config and whether that config would contain secrets.
Persistence & Privilege
Skill is not always-enabled and allows normal autonomous invocation. It does not request system-wide privileges or modification of other skills; there is no install step that persists code on disk.
Assessment
This skill appears to do what it claims: it calls nemovideo.ai to generate marketing videos and only needs a NEMO_TOKEN. Before installing, verify the token's scope and that it is a dedicated API key for this service (don’t reuse broad or cloud-admin tokens). Confirm the provider domain (mega-api-prod.nemovideo.ai / nemovideo.ai) is trustworthy and check their privacy/billing terms (video generation may incur costs and transmit customer/company data). Ask the publisher about the metadata inconsistency: SKILL.md lists ~/.config/nemovideo/ but the registry shows no config paths — ensure no local secrets will be read or written unexpectedly. If possible, use a limited-scope service account key and rotate it if you stop using the skill.

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

latestvk97fyga4d2rz1pwaj98n5993hh83zwp0

License

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

Runtime requirements

🌳 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments