A clean Python wrapper around Topview AI's API for generating videos, images, talking avatars, and TTS audio. The skill bundles auth handling, file uploads, and polling scripts so you can skip the raw HTTP dance. What stands out is the opinionated reply style guide baked into the docs: it's tuned for chat app users (Feishu, WeChat) who can't see terminal popups or browser windows on the agent's machine, so everything flows through chat links and plain language summaries. You get access to mainstream models like Sora, Kling, Veo for video and GPT Image, Imagen for images, plus product composite and background removal tools. Good fit if you're building conversational agents that need multimodal generation without exposing API complexity.
npx skills add https://github.com/topviewai/skill --skill topview-skill