← AI agent workflows

Operate safely

Publish Approved Posts and Track Every Delivery

Move approved work through media preparation, publishing, asynchronous processing, and per-channel delivery checks without hiding partial failures.

Copyable prompt

Give this to your agent.

Use the AgentReacher social publishing skill. Review the exact approved posts and target accounts with me first. After I explicitly approve the final payload, publish those posts, monitor every delivery until it settles, and report published, processing, and failed targets separately. Do not retry, disconnect, delete, or change copy without another approval.

What the agent does

01

Confirm

Show exact copy, media, timing, and target account before execution.

02

Publish

Send only the posts covered by the user's explicit approval.

03

Observe

Poll asynchronous Instagram and video deliveries until they settle.

04

Report

Separate successes, processing targets, and actionable failures.

publish-approved-posts
# Final read-only check
agentreacher run postStatus --input '{"postId":"POST_ID"}' --pretty

# Run only after explicit approval
agentreacher run postPublish --input '{"mode":"now","postId":"POST_ID"}' --pretty

# Verify every provider delivery
agentreacher run postStatus --input '{"postId":"POST_ID"}' --pretty