Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel Scheduled Post
robopost:cancel_scheduled_post
Cancel a scheduled post, either converting it to draft or deleting it completely.
Write
High risk
Create Post
robopost:create_post
Create a new post to be published immediately or scheduled for later.
Write
Medium risk
Delete Post
robopost:delete_post
Permanently delete a post. Only works for draft and scheduled posts, not published ones.
Write
High risk
Duplicate Post
robopost:duplicate_post
Create a duplicate of an existing post with optional modifications to content, schedule, and target accounts.
Write
Medium risk
Get Account
robopost:get_account
Fetch a single social media account by ID with connection status and platform details.
Read
Low risk
Get Analytics
robopost:get_analytics
Get analytics data for posts or accounts including engagement, reach, and performance metrics.
Read
Low risk
Get Post
robopost:get_post
Fetch a single post by ID with content, scheduling, and publishing status.
Read
Low risk
List Accounts
robopost:list_accounts
List all connected social media accounts with their status and platform details.
Read
Low risk
List Posts
robopost:list_posts
List posts with optional filtering by status, platform, and date range.
Read
Low risk
Publish Post
robopost:publish_post
Publish a draft or scheduled post immediately across all assigned social media accounts.
Write
Medium risk
Schedule Post
robopost:schedule_post
Schedule a post to be published at a specific date and time across selected social media accounts.
Write
Medium risk
Update Post
robopost:update_post
Update an existing post's content, schedule, or media. Only works for draft and scheduled posts.
Write
Medium risk