The Blog Match Recap Agent is installed using the _install.yml configuration:
Copy
setup: title: "Blog Match Recap Agent" description: AI-powered match analysis and blog post generation. category: - content-creation - sports-analytics estimatedTime: 5 minutes features: - Automated match analysis - Blog post generation - SEO optimization - Media integration integrations: - sportradar - statsperform - wordpress
The template creates a standard folder structure for organizing your content:
Copy
- Match Data: Game statistics and play-by-play information- Blog Posts: Generated match recaps and analysis- Media Assets: Images, videos, and graphics for blog posts- Templates: Content templates for different sports and formats- Publishing Queue: Scheduled and pending blog posts
workflow: name: "collect-basketball-game" title: "Collect Basketball Game Data" description: "Workflow to collect basketball game data for recap." inputs: game_id: "$.get('game_id') or None"