← all publishers

chirag2653

@chirag2653 source repo

2 published skills

  1. Openai Image Generation · chirag2653 bundle
    Installable agent tool for generating images with OpenAI's gpt-image-2 model (April 2026 — OpenAI's most capable image model). Wraps a Python CLI that handles API auth, parameter validation, file I/O, and cost estimation — the agent composes one command with a prompt plus optional --size / --quality / --format / --n / --output flags and receives back saved file paths and a JSON metadata block (in --json mode). For any image task — logo, app icon, hero banner, social post, photo-realistic render, draft test, multi-variation set — the agent infers suitable parameters from task context and produces the artifact in a single subprocess call, then hands the saved path(s) to the next step. ACTIVATE when an image is needed AND OpenAI is the chosen provider — user mentions "OpenAI", "gpt-image", "gpt-image-2", invokes /openai-image, or a parent task has explicitly routed an image step here. DO NOT auto-trigger on generic "generate an image" requests with no provider specified — defer to whichever provider the user pic
    0
    installs
  2. Website To Skill Folder · chirag2653 bundle
    Converts any website into an installable AI skill folder by crawling all pages and packaging them as searchable markdown with frontmatter summaries. Use when asked to: create a website search skill, index a website for AI agents, scrape a site into a searchable knowledge base, turn a website into an offline-searchable skill, make website content available to AI agents without live browsing, crawl a site, download a website for AI, convert website to markdown, build a knowledge base from a URL, or make a site searchable offline. Also use when the user provides a URL and wants it indexed, wants offline docs from a live site, or asks to "turn this website into a skill". The skill is hosted in the user's GitHub account and installed from there via npx.
    0
    installs