Install
$ agentstack add mcp-vapagentmedia-vap-media-skill ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
VAP Media API Skill for AI Assistants
Use VAP Media API from Claude Code, Codex CLI, Gemini CLI, and other skill-aware AI assistants to generate images, video, and music.
This skill stays focused on the Media API surface. It is a distribution and sales entry point for VAP media generation, not a replacement for the broader VAP AI platform.
What It Does
- Image generation through VAP Media API
- Video generation through VAP Media API
- Music generation through VAP Media API
- Media editing through VAP Media API operations
- Authenticated Media API mode with a VAP product key
Installation
Claude Code
cp SKILL.md ~/.claude/skills/vap-media.md
Codex CLI
cp SKILL.md ~/.codex/skills/vap-media.md
Gemini CLI
cp SKILL.md ~/.gemini/skills/vap-media.md
Quick Start
- Install the skill in your assistant.
- Ask for an image, video, or music generation.
- The assistant calls VAP and returns the generated media URL.
Media API Key
| Surface | Endpoint | | --- | --- | | Generate image, video, or music | POST /api/v1/generations | | Poll generation | GET /api/v1/generations/{id} | | Edit or enhance media | POST /api/v1/operations | | Poll operation | GET /api/v1/operations/{id} |
Get a Media API key from Developer Hub: https://vapagent.com/developer/?key=media#keys
View Room and Media plans: https://vapagent.com/new-dashboard/?billing=monthly#plans
Links
- VAP AI: https://vapagent.com/
- Developer Hub: https://vapagent.com/developer/
- Media API key: https://vapagent.com/developer/?key=media#keys
- Dashboard: https://vapagent.com/new-dashboard/
- GitHub: https://github.com/vapagentmedia/vap-media-skill
License
MIT License. See LICENSE.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: vapagentmedia
- Source: vapagentmedia/vap-media-skill
- License: MIT
- Homepage: https://vapagent.com/developer/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.