Skip to main content

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

Download SKILL.md

Direct download from GitHub

View on GitHub

View source and contribute
Or use curl:

Installation

Cursor (Project-level)

Place the skill in your project’s .cursor/skills/ directory:
Cursor will automatically detect and use the skill when relevant.

Cursor (Global)

For all projects, place it in your home directory:

Claude (via Project Knowledge)

Upload SKILL.md as a project knowledge file in your Claude project settings.

What the Skill Teaches

The skill file contains:

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)
Together, your agent can reason about what video to create AND execute the creation — fully autonomous.

Updating

The skill is versioned with the Hooked repository. To update:

Next Steps

MCP Server

Give your agent direct API access with MCP

Quickstart

Create your first video in 5 minutes