content-publish

Automate blog publishing from drafting to production deployment via the publish_pipeline.

2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/systempromptio/systemprompt-marketplace --skill content-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-publish
Source: https://github.com/systempromptio/systemprompt-marketplace/tree/main/plugins/content/skills/content-publish
Command: npx skills add https://github.com/systempromptio/systemprompt-marketplace --skill content-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish and manage blog content end-to-end by orchestrating drafting, media generation, database syncing, and deployment.

Core Features & Use Cases

  • End-to-end publishing workflow for blog content including drafting, image generation, and production deployment.
  • Content ingestion, prerendering, sitemap/RSS generation, and deployment automation.
  • Use Case: Publish a new article from draft to public blog with automatically generated featured image.

Quick Start

Run the publish pipeline to publish a new blog post from draft to production.

Frequently Asked Questions about content-publish

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

FAQPage Schema
How do I automate end-to-end blog content publishing from drafting to production deployment?

End-to-end blog content publishing is automated by orchestrating drafting, media generation, database syncing, and production deployment into a single publish pipeline. It processes content ingestion, prerendering, and automated deployment across staging and production environments.

What do I need to set up before running an automated content publishing workflow?

Before running an automated content publishing workflow, you need the systemprompt CLI installed, a configured database for content syncing, and Gemini API credentials for generating featured images. These dependencies enable the pipeline to execute drafting and deployment tasks.

Can I automatically generate featured images when publishing a blog post?

Yes, you can automatically generate featured images when publishing a blog post. The publishing workflow integrates Gemini API credentials to handle media generation, syncing the created image directly with your content database during the deployment pipeline.

Does the content publishing pipeline handle sitemap and RSS generation?

Yes, the content publishing pipeline handles sitemap and RSS generation. During the content ingestion and prerendering phases, the workflow automatically generates sitemaps and RSS feeds before deploying the final output to production.

How do I deploy content across staging and production environments?

To deploy content across staging and production environments, the automated publish pipeline manages the transition through each environment. It executes content ingestion, prerendering, and database syncing before finalizing the production deployment.

What is the best way to sync new articles to a content database before deployment?

The best way to sync new articles to a content database is through the automated publish pipeline. It handles content ingestion and database syncing natively, ensuring your drafted posts and generated media are correctly stored before production deployment.