Overview
A Skill File is a markdown file that teaches AI agents (Claude, Cursor) how to use the Hooked Video API. Once installed, your agent knows every endpoint, authentication method, and best practice — no manual prompting required.MCP vs Skill: The MCP Server gives your agent direct API access (tool calls). The Skill File gives your agent knowledge about the API (documentation). For the best experience, use both together.
Download
Or use curl:Installation
Cursor (Project-level)
Place the skill in your project’s.cursor/skills/ directory:
Cursor (Global)
For all projects, place it in your home directory:Claude (via Project Knowledge)
UploadSKILL.md as a project knowledge file in your Claude project settings.
What the Skill Teaches
The skill file contains:| Section | What the Agent Learns |
|---|---|
| Authentication | How to use x-api-key header |
| Base URL | https://api.tryhooked.ai/api/v1 |
| Video Creation | All POST endpoints for script-to-video, prompt-to-video, slideshows, UGC ads |
| Resources | GET endpoints for avatars, voices, music |
| Video Status | How to check and retrieve videos |
| Trends | How to discover trending content |
| Webhooks | How webhook payloads work |
| Code Examples | TypeScript examples for common operations |
Example Prompts
Once the skill is installed, try these:Skill + MCP Together
For maximum capability, combine the Skill File with the MCP Server:- Skill File gives your agent knowledge (understands the API, knows best practices)
- MCP Server gives your agent tools (can actually make API calls)