Skip to main content

What are Skills

Skills are modular instruction packages following the open Agent Skills specification. They enable AI coding assistants (like Claude Code, OpenAI Codex CLI, etc.) to call AihubMax APIs directly to generate images, videos, audio, and more. Each Skill contains a SKILL.md file defining API parameters, workflows, and usage examples. Once installed, your AI assistant automatically discovers and invokes it when appropriate.

Installation

1. Get the Skills

All AihubMax Skills are hosted on GitHub:

AihubMax Skills

Browse and download all available Skills

2. Copy to Skills directory

3. Set your API Key

Get your API Key from the AihubMax Console.

Usage

Once installed, your AI assistant automatically discovers your Skills. Just describe what you need in natural language:
  • “Generate a cyberpunk city skyline image” → auto-invokes Nano Banana 2 Skill
  • “Create a video of a golden retriever running on the beach” → auto-invokes Veo 3.1 Skill
You can also manually invoke a specific Skill:

Contributing

Want to add a new Skill? See CONTRIBUTING.md in the GitHub repository.