Agnes AI Skill

CLI-first integration layer for Agnes AI text, image, and video generation.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · edd3830

Actually ran the CLI it tells agents to use: `npx -y agnes-ai-cli@^0.1.0 --help` and `auth check` both matched the skill's documented command map and auth-missing behavior exactly, live -- the docs aren't just aspirational, the package is real and in sync.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 4/5

What Agnes AI Skill does

Routes Agnes AI text, image, and video generation requests through the published agnes-ai-cli npm package instead of hand-written HTTP calls, with auth-missing guardrails and correct default models per command. Triggers when a user names Agnes AI or agnes-ai.com and wants text, image, image-to-image, or video generation run from a terminal or agent loop.

How to install Agnes AI Skill

git clone https://github.com/jomeswang/agnes-ai-skill
cd agnes-ai-skill
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/agnes-ai-skill

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Agnes AI Skill

  • /agnes-ai-skill CLI-first integration layer for Agnes AI text, image, and video generation.

It also activates on plain-language prompts like these:

  • Generate an image with Agnes AI from this prompt
  • Create a video using agnes-ai.com's default model
  • Run an image-to-image transform through the Agnes AI CLI

Frequently asked questions

Is the Agnes AI Skill skill free?
Yes. The skill itself is free from jomeswang/agnes-ai-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does Agnes AI Skill work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Actually ran the CLI it tells agents to use: `npx -y agnes-ai-cli@^0.1.0 --help` and `auth check` both matched the skill's documented command map and auth-missing behavior exactly, live -- the docs aren't just aspirational, the package is real and in sync.
What is the Agnes AI Skill SkillProof Score?
8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
How do I install Agnes AI Skill?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Agnes AI Skill with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.