Agent Recipes CLI Reference
Complete command reference for managing and running Agent Recipes from the command line.Installation
Core Commands
List Recipes
Recipe Information
Check Dependencies
Explain Execution Plan
Initialize Recipe
Run Recipe
Recipe Catalog
Cluster 1: Video & Audio
| Recipe | Description | Key Dependencies |
|---|---|---|
ai-video-highlight-extractor | Extract key moments from videos | ffmpeg, whisper |
ai-video-chapter-generator | Generate YouTube chapters | whisper, LLM |
ai-subtitle-generator | Generate SRT/VTT subtitles | whisper |
ai-video-compressor | AI-optimized compression | ffmpeg |
ai-voice-cloner | Clone voice for TTS | openai |
ai-background-music-generator | Generate royalty-free music | openai |
ai-podcast-transcriber | Transcribe with diarization | whisper |
ai-audio-enhancer | Noise removal, normalization | ffmpeg |
Cluster 2: Documents
| Recipe | Description | Key Dependencies |
|---|---|---|
ai-invoice-processor | Extract invoice data | tesseract, LLM |
ai-resume-parser | Parse CVs to JSON | pdftotext, LLM |
ai-contract-analyzer | Extract contract terms | pdftotext, LLM |
ai-meeting-summarizer | Summarize with action items | whisper, LLM |
ai-slide-generator | Generate presentations | python-pptx, LLM |
ai-ebook-converter | Convert to EPUB/MOBI | pandoc, calibre |
ai-form-filler | Auto-fill PDF forms | pypdf, LLM |
ai-faq-generator | Generate FAQ from docs | LLM |
Cluster 3: Images
| Recipe | Description | Key Dependencies |
|---|---|---|
ai-background-remover | Remove backgrounds | rembg, pillow |
ai-image-upscaler | AI upscale 2x-8x | realesrgan |
ai-watermark-remover | Remove watermarks | LLM vision |
ai-watermark-adder | Add watermarks/logos | pillow |
ai-image-captioner | Generate alt-text | LLM vision |
ai-color-palette-extractor | Extract colors | pillow |
ai-face-blur | Blur faces for privacy | opencv |
ai-image-tagger | Auto-tag images | LLM vision |
Cluster 4: Developer Tools
| Recipe | Description | Key Dependencies |
|---|---|---|
ai-commit-message-generator | Generate commit messages | git, LLM |
ai-code-refactorer | Refactor with suggestions | LLM |
ai-api-doc-generator | Generate OpenAPI docs | LLM |
ai-test-generator | Generate unit tests | LLM |
ai-code-reviewer | Automated code review | git, LLM |
ai-sql-generator | Natural language to SQL | LLM |
ai-regex-generator | Generate regex patterns | LLM |
ai-api-tester | Auto-test API endpoints | requests, LLM |
Cluster 5: Data & Analytics
| Recipe | Description | Key Dependencies |
|---|---|---|
ai-report-generator | Generate business reports | pandas, LLM |
ai-chart-generator | Generate visualizations | matplotlib, LLM |
ai-sentiment-analyzer | Analyze text sentiment | LLM |
ai-data-anonymizer | Anonymize PII | pandas, LLM |
ai-log-analyzer | Analyze log patterns | LLM |
ai-excel-formula-generator | Generate Excel formulas | LLM |
ai-etl-pipeline | Transform data formats | pandas |
ai-duplicate-finder | Find duplicate files | hashlib, LLM |
Cluster 6: Web & Content
| Recipe | Description | Key Dependencies |
|---|---|---|
ai-seo-optimizer | Optimize for SEO | LLM |
ai-blog-generator | Generate blog posts | LLM |
ai-newsletter-generator | Generate newsletters | LLM |
ai-social-media-generator | Generate social posts | LLM |
ai-product-description-generator | E-commerce descriptions | LLM |
ai-rss-aggregator | Aggregate RSS feeds | feedparser, LLM |
ai-sitemap-generator | Generate XML sitemaps | requests |
ai-meta-tag-generator | Generate meta tags | LLM |
Cluster 7: Productivity
| Recipe | Description | Key Dependencies |
|---|---|---|
ai-email-parser | Extract email data | LLM |
ai-calendar-scheduler | Parse events to iCal | LLM |
ai-file-organizer | Auto-organize files | LLM |
ai-note-summarizer | Summarize notes | LLM |
ai-translation-batch | Batch translate docs | LLM |
ai-qr-code-generator | Generate QR codes | qrcode |
ai-barcode-scanner | Scan barcodes | pyzbar |
Common Flags
| Flag | Description |
|---|---|
--input, -i | Input file or value |
--output, -o | Output directory |
--format | Output format (json, csv, etc.) |
--model | LLM model to use |
--provider | LLM provider (openai, anthropic, google) |
--dry-run | Check dependencies only |
--write | Execute (for dry-run-default recipes) |
--consent | Acknowledge consent requirements |
--json | Output as JSON |
Environment Variables
Output Structure
All recipes generate arun.json file with execution metadata:

