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

Blog Draft Assistant

Takes input notes or research files and produces a structured blog draft with title, outline, and initial content. Use on-demand whenever you have raw ideas or notes that need to be shaped into publishable form.

beginner
On Demand
2 steps
3 minutes

Steps

1

Read source material

fleet_batch_execute via gripos-mcp

2

Write draft to output file

fleet_batch_execute via gripos-mcp

Recipe JSON

{"trigger":"manual","steps":[{"tool":"fleet_batch_execute","args":{"command":"cat ~/Documents/blog-notes/*.md"},"output_as":"source_material"},{"tool":"fleet_batch_execute","args":{"command":"cat > ~/Documents/blog-drafts/draft-$(date +%Y%m%d).md"},"output_as":"draft_file"}],"output_dir":"~/Documents/blog-drafts/"}

Prerequisites

  • Source material in expected directory

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.