Auto video clipping and publishing | by Vizard.ai
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill matches its Vizard video-clipping purpose, but it includes social-media publishing flows that can post AI-generated content to connected accounts without clear approval safeguards.
Install only if you are comfortable using Vizard's API and connected social accounts. Before allowing the agent to publish anything, require a preview and explicit confirmation of the clip, target account, caption, and publish time.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A clip could be posted publicly to the wrong connected social account or with an unreviewed AI-generated caption.
The example publishes to the first connected account and can let Vizard generate the caption, but it does not instruct the agent to get explicit user confirmation of the account, clip, caption, or publish timing before posting.
### Step 3 (Optional): Publish to Social Media ... "socialAccountId": accounts[0]["id"], "post": "" # empty = AI auto-generates caption + hashtags
Only invoke the publish endpoint after the user explicitly confirms the selected social account, video ID, caption text, and whether to publish now or schedule later.
Anyone with the API key may be able to use the user's Vizard account and connected publishing capabilities.
The skill needs a Vizard API key, which is expected for this API integration, but it is still a sensitive credential that can consume account credits and access Vizard projects.
**Auth header:** `VIZARDAI_API_KEY: YOUR_API_KEY` **Requires paid Vizard plan.**
Store the API key in a credential manager or environment variable, avoid pasting it into shared chats, and use the least-privileged Vizard key/account available.
Private or sensitive videos may be processed by Vizard and turned into transcripts, clips, and shareable links.
The service receives video source URLs and returns share links and transcripts, which is central to the stated purpose but means video content and derived text are handled by the external Vizard provider.
`videoUrl` | string | URL of the video source ... `shareLink` | string | Shareable project link ... `transcript` | string | Full speech transcript
Use only videos the user is allowed to send to Vizard, and avoid confidential or restricted content unless the user has reviewed Vizard's privacy and sharing terms.
