ZA

ziho7/agnes-skills

API development
67 stars Качество 40 Тренд 40

Claude Code skills for Agnes AI image and video generation APIs

Обзор

Claude Code skills for the Agnes AI platform — image and video generation APIs. Copy the skill folders into your Claude Code skills directory: 1. Get an API key from Agnes AI Platform 2. Set your API key as an environment variable or replace YOUR_API_KEY in the skill files Once installed, Claude Code will automatically invoke the skills when you ask to generate images or videos with Agnes. Examples: - "Generate an image of a cat on a beach at sunset using agnes" - "Create a video from this image using agnes"

README

Agnes Skills

Claude Code skills for the Agnes AI platform — image and video generation APIs.

Skills

Skill Description
agnes-imagegen Text-to-image, image-to-image, multi-image composition using Agnes Image 2.0 Flash
agnes-videogen Text-to-video, image-to-video, keyframe interpolation using Agnes Video V2.0

Installation

Copy the skill folders into your Claude Code skills directory:

# For each skill you want to use:
cp -r agnes-imagegen ~/.claude/skills/
cp -r agnes-videogen ~/.claude/skills/

Or symlink them:

ln -s "$(pwd)/agnes-imagegen" ~/.claude/skills/agnes-imagegen
ln -s "$(pwd)/agnes-videogen" ~/.claude/skills/agnes-videogen

Prerequisites

  1. Get an API key from Agnes AI Platform
  2. Set your API key as an environment variable or replace YOUR_API_KEY in the skill files

Usage

Once installed, Claude Code will automatically invoke the skills when you ask to generate images or videos with Agnes.

Examples:

  • “Generate an image of a cat on a beach at sunset using agnes”
  • “Create a video from this image using agnes”
View this README on GitHub

Рекомендуемые инструменты

Попробуйте другой запрос или уберите фильтр.

Установка

npx skillfish add ziho7/agnes-skills