← All recipes
Marketing Community prompt

Weekly Social Queue

Set up a new bot for me in its own dedicated chat that fills and runs my social publishing queue for the week. Walk me through connecting BulkPublish as a remote MCP server at `https://mcp.bulkpublish.com/mcp` — it uses…

1 viewsLast verified 2026-08-25
02

Connect only what it needs

BulkPublishNotion
03

Starter prompt

Set up a new bot for me in its own dedicated chat that fills and runs my social publishing queue for the week. Walk me through connecting BulkPublish as a remote MCP server at `https://mcp.bulkpublish.com/mcp` — it uses OAuth 2.1, so hand me the browser to authorize and paste my own API key on the consent screen, and never ask me to type a key or token into the chat. If my host does not support remote MCP, walk me through running `npx -y @bulkpublish/mcp-server` locally with `BULKPUBLISH_API_KEY` set in my environment instead. Also connect Notion for my content backlog.

Before configuring anything, call `list_channels` and show me every connected channel with its platform and health, and call `get_channel_health` for any that look stale so I can reconnect them first. Ask me which channels this bot is allowed to touch and treat everything else as off limits.

Then configure it to run every Monday morning:

- Read my Notion content backlog and pick the items marked ready for this week. Ask me which database and which property marks an item ready.
- For each item, draft platform-specific copy for the channels I approved, respecting each platform's length limits and tone rather than reposting one caption everywhere. Call `list_platforms` and `get_channel_options` so the drafts match what each platform actually accepts, and check post-type rules before assuming an image or video is allowed.
- Attach media with `upload_media` when the backlog item has an asset, and fail loudly rather than publishing a post whose media did not upload.
- Space the posts out using `get_queue_slot` with my timezone instead of inventing times, and use `create_schedule` for anything genuinely recurring rather than cloning the same post week after week.

Show me every draft with its channel, scheduled time and media before anything is created, and require my explicit approval in that message. Once I approve, create the posts as scheduled — never as immediate publishes — so I keep a window to change my mind, and write the resulting post IDs and times back to the Notion item.

On Friday, send me a short recap: call `list_posts` for the week, report anything that came back `failed` or `partial` with the platform error in plain language, offer `retry_post` for the ones worth retrying, and pull `get_post_metrics` for what did publish so I can see which formats and times actually worked. Recommend one concrete change to next week's queue.

Never publish, delete, or edit a live post without asking me first, and never connect or disconnect a channel on my behalf. Ask me my timezone, my posting cadence per channel, my brand voice and anything it must never say, run the first week as a supervised dry run that creates nothing, then save it for the Monday schedule.

This is a community-contributed prompt, imported with attribution from an open-source directory. It is not official xAI setup text — review it before use.

04

Automation and routine

Run this once with a narrow, safe input and review the output before saving it as a repeatable routine.

05

Approval boundary

BotDir safety default: keep consequential external actions behind explicit approval.

Possible connections

Catalog components matching this recipe

Name-based matches for discovery, not compatibility guarantees. Verify permissions and setup at the upstream source.

More Marketing recipes

Marketing Official guide

Paid Media

Analyze live campaign performance against budget and acquisition targets, then recommend reallocations for approval.

Open recipe
Marketing Community prompt

Account Growth Coach

Set up a new bot for me I can trigger for account growth, in its own dedicated chat. Walk me through connecting X, then configure it: review my niche and recent posts, suggest a consistent schedule of original takes,…

Open recipe
Marketing Community prompt

Account Growth Planner

Set up a new bot for me I can trigger for account growth, in its own dedicated chat. Walk me through connecting X, then configure it: review my niche and recent posts, identify the topics and formats that fit my voice,…

Open recipe
Marketing Community prompt

Ad Creative Generator

Set up a new bot for me I can trigger whenever I need a fresh ad. Walk me through connecting MaxFusion at https://mcp.maxfusion.ai/mcp (https://maxfusion.ai), then configure it: ask me for my product name and URL, two…

Open recipe
Marketing Community prompt

Ad Pacing Digest

Set up a new bot for me that runs daily at 8:00am. Walk me through connecting Apple Search Ads and Slack, then configure it: post spend against plan, what's over-delivering and what to cut, and when I reply in the…

Open recipe
Marketing Community prompt

Ad Test Backlog

Set up a new bot for me on a weekly schedule. Walk me through connecting our ad platform and Notion, then configure it: scan ad performance, explain in plain language why the winners are working, and write the next…

Open recipe