git404hub

what is agnes-ai-skill fr?

jomeswang/agnes-ai-skill — explained in plain English

Analysis updated 2026-05-18

26SwiftAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

An installable AI agent skill that teaches Codex-style agents how to call the Agnes AI platform for generating text, images, and short videos.

vibe map

mindmap
  root((agnes ai skill))
    What it does
      Teaches agent Agnes API
      Text image video generation
      Model selection guidance
    Tech stack
      Agnes AI
      npm CLI
    Use cases
      Generate images
      Generate video clips
      Route tasks to models
    Audience
      Developers
      AI agent builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Give an AI coding agent the ability to generate text, images, or video through Agnes AI

VIBE 2

Generate portrait or fashion-style images from text descriptions

VIBE 3

Generate short video clips asynchronously and poll for completion

VIBE 4

Route different task types to the right Agnes model automatically

what's the stack?

Agnes AInpm

how it stacks up fr

jomeswang/agnes-ai-skillbsnkhua/mole-widgetmaitrungduc1410/react-native-shared-hero
Stars262626
LanguageSwiftSwiftSwift
Setup difficultyeasyeasymoderate
Complexity2/52/53/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Free-access pricing is described as a current stance, not guaranteed long term.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

This repository is an installable skill for AI coding agents (such as OpenAI Codex and similar tools) that teaches the agent how to call the Agnes AI platform's APIs for generating text, images, and video. Agnes AI is a platform that provides multiple AI models under one API key, and this skill file tells an agent which model to use for each type of task, how to authenticate, and how to structure requests. The core of the repository is a single SKILL.md file. When an agent installs this skill, it gains knowledge about three categories of Agnes models: text and chat models (agnes-2.0-flash) for conversation, code, and tool use, image models (agnes-image-2.0-flash and agnes-image-2.1-flash) for generating or editing images from text descriptions or existing images, and a video model (agnes-video-v2.0) for generating short videos, which works asynchronously and requires polling for results. The skill is intentionally kept small. It does not bundle the full Agnes API documentation or a large runtime. Instead, the execution work is split into a companion command-line tool called agnes-ai-cli, available on npm. When the CLI is installed, agents call it to make live requests rather than hand-crafting raw API calls. The skill file handles model selection and authentication guidance, the CLI handles the actual network calls, file uploads, and video polling. Installation is done through a skills installer with one command, and the repository is structured so that standard installer tools can find the skill automatically at the repository root. The README includes a gallery of example outputs: portrait photos, fashion illustrations, a perfume advertisement image, and short video clips generated with agnes-video-v2.0, including an ad film, an animated short, and a cinematic desert scene. The project is licensed under MIT. Agnes AI's free-access positioning is described as a current platform stance rather than a permanent guarantee, so checking current pricing before sustained use is advised.

prompts (copy fr)

prompt 1
Show me how to install this skill and set up authentication for Agnes AI.
prompt 2
Explain which Agnes model I should use for generating an image versus a short video.
prompt 3
Help me install the agnes-ai-cli tool and make my first API request.
prompt 4
Walk me through how video generation polling works with agnes-video-v2.0.

Frequently asked questions

what is agnes-ai-skill fr?

An installable AI agent skill that teaches Codex-style agents how to call the Agnes AI platform for generating text, images, and short videos.

What language is agnes-ai-skill written in?

Mainly Swift. The stack also includes Agnes AI, npm.

What license does agnes-ai-skill use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is agnes-ai-skill to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is agnes-ai-skill for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.