Skip to content

Contribution offer: runnable helper scripts + prompt templates for image/video skills #1

Description

@oh-summy

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 understandingunderstand_image.sh calls agnes-2.0-flash
Analyze an image (local file or URL) and return structured text or JSON.

Image generationgenerate_image.sh calls agnes-image-2.1-flash
Generate or edit images, save locally or return a URL.

Video understandingunderstand_video.sh calls agnes-2.0-flash
Sample frames from a video and analyze them (requires ffmpeg).

Video generationgenerate_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! 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions