Fliz AI Video Generator

v1.0.0

Complete integration guide for the Fliz REST API - an AI-powered video generation platform that transforms text content into professional videos with voiceovers, AI-generated images, and subtitles. Use this skill when: - Creating integrations with Fliz API (WordPress, Zapier, Make, n8n, custom apps) - Building video generation workflows via API - Implementing webhook handlers for video completion notifications - Developing automation tools that create, manage, or translate videos - Troubleshooting Fliz API errors or authentication issues - Understanding video processing steps and status polling Key capabilities: video creation from text/Brief, video status monitoring, translation, duplication, voice/music listing, webhook notifications.

1· 1.8k·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, SKILL.md, README, and the included example clients/scripts all target the Fliz REST API. The declared primary credential (FLIZ_API_KEY) is appropriate. No unrelated services, binaries, or config paths are requested.
Instruction Scope
SKILL.md and example scripts only instruct the agent/user to call Fliz endpoints, poll status, create videos, list resources, or run a webhook handler. Webhook examples write local logs/files (jsonl) and expect a public webhook URL when used — this is within the integration scope. The instructions do not request arbitrary file system/credential access or external endpoints unrelated to Fliz.
Install Mechanism
No install spec (instruction-only) is provided. Code files are included but there is no remote download or archive extraction step. The included Python/Node.js examples rely on standard packages (requests, axios, flask) — typical for such integrations.
Credentials
Only the Fliz API key is required (primaryEnv: FLIZ_API_KEY). A few examples reference optional env vars for runtime (FLASK_PORT, FLASK_DEBUG) which are standard and not privileged. No unrelated secrets or numerous credentials are requested.
Persistence & Privilege
The skill does not request permanent presence (always: false) and does not modify other skills or system-wide agent settings. Example scripts write local files for webhook history/records, which is normal for a webhook handler and clearly indicated in the code.
Assessment
This skill appears to be a legitimate Fliz API integration. Before installing or running: 1) Keep your FLIZ_API_KEY secret — store it in a secure secrets manager or environment variable and avoid committing it to source control. 2) Review the example scripts (create_video, webhook_handler, etc.) before running; they make outbound requests to https://app.fliz.ai and write simple logs/files (e.g., videos_YYYYMMDD.jsonl) to the working directory. 3) If you expose the webhook handler publicly, secure the endpoint (IP allowlist, HMAC signatures, or a shared secret) to prevent spoofed callbacks. 4) Run examples in an isolated environment (virtualenv/container) so dependencies (requests, flask, axios) don’t affect other projects. 5) Rotate the API key if you ever suspect it was logged or exposed. Overall there are no red flags, but standard operational precautions for API keys and webhooks apply.

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

aivk97b847964kj49k8pt0214tw8h800xm6apivk97b847964kj49k8pt0214tw8h800xm6automationvk97b847964kj49k8pt0214tw8h800xm6content-creationvk97b847964kj49k8pt0214tw8h800xm6flizvk97b847964kj49k8pt0214tw8h800xm6latestvk97b847964kj49k8pt0214tw8h800xm6videovk97b847964kj49k8pt0214tw8h800xm6

License

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

Runtime requirements

🎬 Clawdis
Primary envFLIZ_API_KEY

Comments