⌘K

Skill Hub

Skill Hub is Vtrix's official Skill marketplace, covering multimodal capabilities across image, video, audio, and text, as well as engineering tools, content creation, and intelligent enhancement. Find a Skill, select your agent and platform, then copy a single command to install.

Install a Skill

Send this prompt to your Agent and let it find the Skill you need:
Install this skill https://vtrix.ai/skills/skill.md and follow the instructions to search Skills in vtrix skillhub
1

Find a Skill

Browse Skill Hub, find the Skill you want, and click to open its detail page

2

Select your Agent

Vtrix supports Claude Code, Cursor, Windsurf, Cline, Gemini CLI, Codex CLI, OpenCode, GitHub Copilot, Roo Code, Kiro, Junie, Augment Code, Warp, Goose, and more

3

Select your platform

Choose your operating system: macOS, Windows, or Linux

4

Copy the install command

The page provides a one-click install command — click Copy and run it in your terminal

Vtrix Multimodal Skills

Vtrix multimodal Skills typically include the following sections:

# Frontmatter
---
name: image-to-video
## The basis on which the agent decides whether to invoke this Skill — includes a description and trigger keywords
description: animate still images into videos... triggers: image to video, animate image, ...
allowed-tools: Bash(curl *)
metadata:
  ## List of Vtrix model IDs used by this Skill
  vtrix_models:
    - kirin_v3_i2v
  version: "1.0"
---
SectionDescription
Model SelectionWhen a Skill supports multiple models, lists each model’s use case and ID so the agent can choose appropriately
PrerequisitesEnvironment variable setup, typically export VTRIX_API_KEY=your_key_here
Quick StartThe minimal runnable example to get started immediately
Request ParametersFull parameter list with types and descriptions
ExamplesMultiple examples covering different scenarios such as portraits, landscapes, and products
Prompt TipsPrompt writing guidance specific to this Skill
Error HandlingCommon error codes and how to resolve them

Once a Skill is loaded, the agent reads its body to understand how to construct API requests. The trigger keywords in description help the agent determine when to load the Skill.