We use analytics and marketing cookies to understand how Grip OS is discovered and used. No data leaves your device without consent. Cookie Policy

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

Run this recipe in Grip OS

Copy the JSON above, paste it into your Grip OS config, and it runs on schedule or on demand.