Hi! 👋
I'm oh-summy, I've built a companion skill library that adds runnable helper scripts on top of the existing Agnes AI documentation skill.
What's in it
Your current agnes-ai-models skill is great as a coding reference for agents (model catalog, API patterns, troubleshooting). My library extends it with executable tooling that agents can call directly:
Image understanding — understand_image.sh calls agnes-2.0-flash
Analyze an image (local file or URL) and return structured text or JSON.
Image generation — generate_image.sh calls agnes-image-2.1-flash
Generate or edit images, save locally or return a URL.
Video understanding — understand_video.sh calls agnes-2.0-flash
Sample frames from a video and analyze them (requires ffmpeg).
Video generation — generate_video.sh calls agnes-video-v2.0
Text/image to video with automatic async polling and download.
Plus prompt templates and structured output schemas for each modality.
Why it's compatible
- Uses only bash, curl, jq — no heavy runtime
- Same base URL, auth header, env var as your skill
- Works with Claude Code, Kimi Code, OpenCode, Codex, Cursor, Gemini CLI
Could I contribute these upstream?
I'd be happy to merge the helper scripts + templates into your repo in whatever form fits:
- New files under
agnes-ai-models/scripts/
- A new
references/prompt-templates.md
- Or a standalone section in the existing skill
Just let me know what structure you'd prefer and I'll send a PR. If it's not a fit right now, no worries — I'll keep them in my fork.
Thanks for building Agnes AI! 🙏
Hi! 👋
I'm oh-summy, I've built a companion skill library that adds runnable helper scripts on top of the existing Agnes AI documentation skill.
What's in it
Your current
agnes-ai-modelsskill is great as a coding reference for agents (model catalog, API patterns, troubleshooting). My library extends it with executable tooling that agents can call directly:Image understanding —
understand_image.shcallsagnes-2.0-flashAnalyze an image (local file or URL) and return structured text or JSON.
Image generation —
generate_image.shcallsagnes-image-2.1-flashGenerate or edit images, save locally or return a URL.
Video understanding —
understand_video.shcallsagnes-2.0-flashSample frames from a video and analyze them (requires ffmpeg).
Video generation —
generate_video.shcallsagnes-video-v2.0Text/image to video with automatic async polling and download.
Plus prompt templates and structured output schemas for each modality.
Why it's compatible
Could I contribute these upstream?
I'd be happy to merge the helper scripts + templates into your repo in whatever form fits:
agnes-ai-models/scripts/references/prompt-templates.mdJust let me know what structure you'd prefer and I'll send a PR. If it's not a fit right now, no worries — I'll keep them in my fork.
Thanks for building Agnes AI! 🙏