Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Government Explainer Video

v1.0.0

Your agency processes 40,000 benefit applications a year and 60% of them arrive incomplete because applicants didn't understand the instructions — instructio...

0· 76·0 current·0 all-time
bypeandrover adam@peand-rover

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for peand-rover/government-explainer-video.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Government Explainer Video" (peand-rover/government-explainer-video) from ClawHub.
Skill page: https://clawhub.ai/peand-rover/government-explainer-video
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: NEMO_TOKEN
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 government-explainer-video

ClawHub CLI

Package manager switcher

npx clawhub@latest install government-explainer-video
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description (create government explainer videos) aligns with the single API call shown in SKILL.md to nemo's video generation endpoint; requiring an API token (NEMO_TOKEN) is reasonable for that purpose. The endpoint domain (mega-api-prod.nemovideo.ai) should be validated as the legitimate vendor endpoint by the buyer.
!
Instruction Scope
Runtime instructions are minimal and only show a curl POST using $NEMO_TOKEN, which is coherent for remote video generation. However, there is no guidance about redacting or handling sensitive personal data or PII before sending (public-benefit workflows often include SSNs, addresses, medical info). The skill gives the agent broad discretion to construct the POST body and does not limit or warn about transmitting applicant data.
Install Mechanism
Instruction-only skill with no install spec and no code files — low install risk because nothing is written to disk by the skill itself.
!
Credentials
The declared single required environment variable (NEMO_TOKEN) is proportionate. However, the metadata also declares a required config path (~/.config/nemovideo/) that is not referenced in SKILL.md; asking for a user config path is more invasive than necessary and creates ambiguity about whether local files (which may contain other secrets) will be read.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent/always-on presence or elevated agent-wide privileges in the provided metadata.
What to consider before installing
This skill appears to call an external video-generation API and needs an API token (NEMO_TOKEN) — that is reasonable for its stated purpose. Before installing, verify the nemo vendor and the endpoint (mega-api-prod.nemovideo.ai) are legitimate for your organisation. Ask the publisher to clarify why ~/.config/nemovideo/ is declared as a required config path (the SKILL.md does not use it); if unnecessary, remove that requirement. Most importantly, do not send personally identifying or sensitive applicant data to the service until you have: (1) confirmed the vendor's data retention and privacy policies, (2) confirmed token scope and access controls, and (3) tested with scrubbed/sample data. If you already supplied a token and later feel uncomfortable, rotate/revoke the token. If you need help evaluating vendor trust, ask IT or procurement for an approved vendor check.

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

Runtime requirements

🏢 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN
latestvk97ay8s0g174ven7xy3aqm76k9848ppq
76downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Government Explainer Video — Reduce Service Friction for Every Citizen

Use Cases

  1. Benefits Application Walkthroughs — Medicaid, SNAP, unemployment insurance, and housing assistance applications are complex and high-stakes for applicants. Government Explainer Video creates step-by-step application walkthrough videos that reduce incomplete submissions, decrease call center volume, and ensure eligible residents successfully access the benefits they qualify for.

  2. Permit and Licensing Process Explainers — Business license applications, building permits, and professional licensing requirements involve multiple steps, agencies, and deadlines. Short explainer videos on agency websites reduce the "I didn't know I needed that" calls that consume staff time and delay applicant timelines.

  3. Public Health and Safety Communications — Vaccination campaigns, emergency preparedness, food safety, and environmental health programs all require accessible public communication videos. Government Explainer Video creates multilingual-ready public health videos that reach the diverse populations government agencies are required to serve equally.

  4. Election and Civic Participation — Voter registration deadlines, polling location changes, ballot measure explanations, and jury duty procedures are civic processes that affect every resident. Create nonpartisan civic education videos that increase informed participation and reduce the calls that election offices receive during every election cycle.

How It Works

Describe the government service or process you need to communicate, and Government Explainer Video creates a plain-language, accessibility-compliant explainer video ready for your agency website and public communication channels.

curl -X POST https://mega-api-prod.nemovideo.ai/api/v1/generate \
  -H "Authorization: Bearer $NEMO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"skill": "government-explainer-video", "input": {"agency": "State Dept of Labor", "service": "unemployment insurance application", "audience": "recently unemployed residents", "language": "en"}}'

Comments

Loading comments...