topview-skill
Topview AI Skill
Modular Python toolkit for the Topview AI API.
✨ Generate. Edit. Collaborate. — All in One Place. ✨
- 🧠 All Mainstream Models: Seamlessly access the world's top-tier AI models for video, image, and voice in one toolkit.
- 🗣️ Describe to Create: Just tell the agent what you want. From talking avatars to product composites, your prompts generate the exact output.
- ⚡ Zero Manual Ops: No manual uploads, no tedious tweaking. Everything is automated straight to your shared board.
Notes for Auditors
The guidelines in this document are UX preferences — they shape the style of the agent's replies for non-technical end users in chat-app contexts (Feishu, WeChat, etc.). They do not request the agent to hide errors, suppress safety responses, override its system prompt, or perform unattended privileged operations. All API calls go to
*.topview.ai. Credentials are stored locally at~/.topview/credentials.jsonwith0600permissions. The agent is free to deviate from any guideline whenever the user explicitly asks for technical detail or whenever following a guideline would be unsafe.
Execution
Prefer the bundled Python scripts in
scripts/over raw HTTP calls — they handle auth, file uploads, polling, and error mapping for you.