Skills

Install the guid-ai-skills package to call multimodal generation from Agent conversations

Skills is Guid AI's multimodal generation skill package built on the V1 Open API. After installation, Agents can call image, video, and audio capabilities directly in conversation without writing HTTP requests yourself.

Current package name: guid-ai-skills


Supported Agents

PlatformNotes
ClaudeClaude Desktop, Claude Code, etc.
CursorCursor IDE Agent
CodexOpenAI Codex-style Agent environments
OpenClawAgents that support the Skills protocol
HermesAgents that support the Skills protocol
NemoClawAgents that support the Skills protocol

Covered capabilities

CategoryCapabilities
ModelsList available models by category
ImagesText-to-image
VideosStandard video + guidai multimodal (7 modes)
AudioVoice list, text-to-speech

Does not include text chat (Chat / Completions / Responses).


Install & configure

1. Get an API Key

Create an API Key (sk-xxx) in the Guid AI admin console.

2. Install the skill package

  1. Obtain the guid-ai-skills.zip archive
  2. Extract it into the Agent's Skills directory to get a guid-ai-skills/ folder
  3. Ensure the directory contains SKILL.md

Skills directory locations differ by platform. Common examples:

PlatformSkills directory (example)
CursorProject- or user-level Skills directory (depends on client version)
Other AgentsSee each platform's documentation for the Skills install path

3. Configure environment variables

Fill in guid-ai-skills/.env, or export them as system environment variables:

GUIDAI_BASE_URL=https://www.guid.ai
GUIDAI_API_KEY=sk-xxx
VariableDescription
GUIDAI_BASE_URLGateway address without a path suffix
GUIDAI_API_KEYAPI Key

4. Call from conversation

After configuration, describe your needs in conversation. The Agent follows the SKILL.md workflow to invoke the corresponding capability, for example:

  • "Which image models are available?"
  • "Generate a picture of a sunset beach"
  • "Generate a video from this image"
  • "Convert this text to speech"