Loading...
Loading...
Prepare and, after explicit approval, publish social posts through the PostPlus platform-owned Postiz workspace.
npx skill4agent add postplusai/postplus-skills social-media-publisherpostplus-sharedGET /public/v1/social/{integration}PUT /integrations/:id/customer-namecreate_post.mjs--executeapprovalRequest--execute--approval-file <approved.json>change_post_status.mjsdraftschedulereferences/api-contract.mdcreate_post.mjs--executecreate_post.mjs --execute --approval-file ...draftchange_post_status.mjs --status schedulescripts/list_integrations.mjsscripts/integration_settings.mjsscripts/trigger_tool.mjsscripts/upload_media_from_url.mjsscripts/upload_file.mjsscripts/create_post.mjsscripts/change_post_status.mjsscripts/list_posts.mjsscripts/delete_post.mjsscripts/delete_post_group.mjsscripts/get_missing_content.mjsscripts/update_release_id.mjsscripts/platform_analytics.mjsscripts/post_analytics.mjsscripts/list_notifications.mjsscripts/render_publish_report.mjsnode skills/50-publishing/social-media-publisher/scripts/create_post.mjs \
--request "<request.json>" \
--customer-config "<postiz.config.json>" \
--output "<create-post.preview.json>"node skills/50-publishing/social-media-publisher/scripts/create_post.mjs \
--request "<request.json>" \
--customer-config "<postiz.config.json>" \
--output "<create-post.result.json>" \
--execute \
--approval-file "<approval.json>"node skills/50-publishing/social-media-publisher/scripts/change_post_status.mjs \
--post-id "<post-id>" \
--status schedule \
--output "<status.result.json>" \
--execute \
--approval-file "<approval.json>"