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

Social Content Queue

Reads content templates, generates variations, and writes them to a scheduled publishing queue file. Run on a weekly schedule to maintain a consistent social media presence with minimal manual effort.

intermediate
Scheduled (Cron)
2 steps
2 minutes

Steps

1

Read content templates

fleet_batch_execute via gripos-mcp

2

Write to content queue

fleet_batch_execute via gripos-mcp

Recipe JSON

{"schedule":"0 10 * * 1","steps":[{"tool":"fleet_batch_execute","args":{"command":"cat ~/Documents/social/templates/*.md"},"output_as":"templates"},{"tool":"fleet_batch_execute","args":{"command":"cat >> ~/Documents/social/queue.jsonl"},"output_as":"queue_update"}],"posts_per_week":5}

Prerequisites

  • Content templates directory set up

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.