Install
openclaw skills install @desgnpulse/weekly-content-briefScheduled WhatsApp briefing for content founders. Runs every Monday at 8 AM. Reads your content calendar file and sends a weekly brief. Covers what is due, what shipped last week, and one suggested focus area.
openclaw skills install @desgnpulse/weekly-content-briefYour agent reads a content calendar file you maintain on your server.
Create your content calendar:
In the browser console, run:
echo "# Content Calendar" > ~/content-calendar.md
Then open the file and add your upcoming posts. One line per post works fine. Example:
Week of May 12
- TikTok: AI hook video, due Tuesday
- Newsletter: Issue 14, due Wednesday
- YouTube: tool walkthrough, due Friday
Update this file whenever your plan changes. Your agent reads it fresh each Monday.
Description: Runs every Monday morning. Reads your content calendar and recent session logs. Sends a brief to WhatsApp covering what is due this week, what shipped last week, and one suggested focus area.
Trigger phrase: "Show me this week's content brief"
Schedule: Every Monday at 8:00 AM in your local timezone.
Cron Setup
Run this command once in the browser console as the claw user. Replace [YOUR_TIMEZONE] with your timezone. Common examples: America/New_York, Europe/London, Africa/Nairobi, Asia/Singapore.
Full timezone list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. Use the value in the TZ identifier column.
PATH=/home/claw/.npm-global/bin:$PATH openclaw cron add --name "Weekly Content Brief" --cron "0 8 * * 1" --message "Show me this week's content brief" --tz "[YOUR_TIMEZONE]" --announce
Confirm it was created:
PATH=/home/claw/.npm-global/bin:$PATH openclaw cron list
The job should appear with status idle. It will run automatically next Monday at 8 AM.
To test it immediately without waiting for Monday:
PATH=/home/claw/.npm-global/bin:$PATH openclaw chat "Show me this week's content brief"
Tools used:
What your agent reads:
What your agent does not read:
Steps:
safety_constraints:
Your agent sends a WhatsApp message each Monday morning. Format:
Content brief: week of [date]
Due this week:
- [item], [day]
- [item], [day]
Shipped last week:
- [item]
Focus: [one suggested priority based on what is overdue or upcoming]
Short. No fluff. Everything fits in one WhatsApp message.
The full Content Operator bundle includes two more skills:
All three bundles (Content Operator, SaaS Builder, Coach and Creator) are included in Claw Camp at $97. One payment, no subscription.