ImagineVid is an AI creation platform for generating
images, videos, and music through a growing catalog of current models and
generation capabilities. This repository contains the public
SKILL.md package for using ImagineVid from compatible AI agent hosts.
The imaginevid-ai-generation Skill helps an agent:
- discover the current image, video, and music capability catalog;
- prepare user-owned media assets without exposing filesystem paths;
- request an authoritative server-side credit quote;
- ask for explicit human approval before spending credits;
- submit one idempotent generation request; and
- poll the user's owned result safely.
It uses ImagineVid's OAuth-first remote agent interface and never asks users to paste API keys, session cookies, or provider credentials.
npx skills add https://github.com/imagineVid/agent-skills --skill imaginevid-ai-generationThe host must support the SKILL.md format and connect ImagineVid through its
OAuth flow before generation tools can be used.
- Create AI images, videos, and music with ImagineVid
- Read the ImagineVid AI Generation Skill
- ImagineVid AI Generation on ClawHub
The public Skill package is released under MIT-0. It contains no provider credentials, private account data, or internal server implementation.