All Recipes
Research Digest
Uses fleet batch execution to curl RSS feeds, blog posts, or API endpoints, then compiles the results into a readable research digest. Run on-demand when you need to catch up on industry news or technical developments.
intermediate
On Demand
1 step
2 minutes
Steps
1
Fetch content from research sources
fleet_batch_execute via gripos-mcp
Recipe JSON
{"trigger":"manual","sources":["https://news.ycombinator.com/rss","https://blog.example.com/feed"],"steps":[{"tool":"fleet_batch_execute","args":{"command":"curl -sf {{source_url}} | head -100"},"output_as":"raw_content"}],"max_items":10}Prerequisites
- Research source URLs configured