Skip to content

runapi-ai/hailuo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hailuo AI API Skill for RunAPI

Generate video with Hailuo 02 and 2.3 text-to-video and image-to-video in Pro and Standard modes. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Hailuo through RunAPI.

The canonical agent file is skills/hailuo/SKILL.md.

Install

npx skills add runapi-ai/hailuo -g

Or manually: clone this repo and copy skills/hailuo/ into your agent's skills directory.

Quick example

import { HailuoClient } from '@runapi.ai/hailuo';

const client = new HailuoClient();
const result = await client.textToVideo.run({
  model: 'hailuo-02-text-to-video-pro',
  prompt: 'A cinematic sunset over the ocean',
});

Routing

Variants

Agent rules

  • Keep API keys in RUNAPI_API_KEY or RunAPI CLI config; never commit secrets.
  • Prefer create, get, and run JSON passthrough patterns instead of inventing flags for every model parameter.
  • For hailuo ai api pricing, rate-limit, and commercial-usage answers, link to the variant page rather than the repository README.

License

Licensed under the Apache License, Version 2.0.

About

RunAPI Hailuo skill for Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors