PublishExecutor

Automate content publishing to WeChat, XHS, and Twitter via browser automation.

2|3|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/genesis-agents/GenesisPod --skill publishexecutor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PublishExecutor
Source: https://github.com/genesis-agents/GenesisPod/tree/main/backend/src/modules/ai-app/social/mission/agents/publish-executor
Command: npx skills add https://github.com/genesis-agents/GenesisPod --skill publishexecutor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Content teams often face manual, error-prone steps when publishing prepared content to multiple social platforms. This skill provides a deterministic, automated way to publish or save drafts via platform adapters and a browser-controlled workflow, reducing manual intervention and ensuring traceable results.

Core Features & Use Cases

  • Automates cross-platform publishing using WeChat, XHS, and Twitter workflows via BrowserContextTool and MCP adapters.
  • Supports publish-to-platform and draft-saving with robust error handling and retries to handle common platform issues.
  • Use Case: A social team prepares a post and wants to push it to WeChat and XHS with a single command, receiving platform responses and a draft URL for verification.

Quick Start

Publish the prepared draft to the target platform(s) using the PublishExecutor.

Frequently Asked Questions about PublishExecutor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate content publishing to WeChat and XHS simultaneously?

Automated cross-platform publishing to WeChat and XHS is handled via browser automation and MCP adapters, coordinating publish-to-platform actions and draft saving with a single deterministic execution command.

How does deterministic publishing handle platform errors and retries?

Deterministic publishing enforces traceable outcomes by utilizing a retry matrix and validating platform responses, ensuring safe error handling and robust retry mechanisms for common social platform issues.

Can I save social media posts as drafts instead of publishing them immediately?

Yes, draft saving is fully supported alongside direct publishing, allowing you to execute automated draft-saving workflows and receive a draft URL for verification before making content live.

Does social publishing automation work with Twitter as well as WeChat?

Yes, social publishing automation supports Twitter workflows natively, applying the same browser-controlled workflow, session management, and platform response validation used for WeChat and XHS.

What is the best way to ensure traceable outcomes when pushing content to multiple social platforms?

The best way to ensure traceable outcomes is using a deterministic execution model that validates platform responses and manages browser sessions, reducing manual intervention and verifying safe content delivery.

Why does automated social media publishing fail to validate platform responses?

Validation failures typically occur when platform responses deviate from expected deterministic outcomes, requiring the retry matrix to handle the specific platform issue or re-establish the browser context session.