dan-blog-sync

Publish markdown articles to dhpie.com via an authenticated API workflow.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Dante-dan/dan-skills --skill dan-blog-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dan-blog-sync
Source: https://github.com/Dante-dan/dan-skills/tree/main/src/dan-blog-sync
Command: npx skills add https://github.com/Dante-dan/dan-skills --skill dan-blog-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual effort of converting markdown articles into published blog posts by automating metadata generation, validation, and publishing workflows for dhpie.com.

Core Features & Use Cases

  • Blog Publishing Automation: Publishes markdown articles to dhpie.com with generated titles, slugs, tags, summaries, and publication settings.
  • Content Preparation: Detects language, creates reader-focused hooks, validates slugs, and updates source markdown frontmatter after publishing.
  • Use Case: A developer writing technical articles in markdown can use this Skill to prepare, preview, and publish posts without manually entering blog administration data.

Quick Start

Use the dan-blog-sync skill to publish the markdown articles in my current directory to my blog.

Frequently Asked Questions about dan-blog-sync

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

FAQPage Schema
How do I automate publishing markdown articles to a blog platform via API?

You can automate publishing markdown articles by using an authenticated API workflow that generates metadata, validates slugs, and creates posts directly on the blog platform. This removes manual data entry by synchronizing source files and updating markdown frontmatter after the post is created.

What does slug validation do when syncing content for blog publishing?

Slug validation during content sync ensures that the generated URL slugs meet the blog platform's formatting requirements before publishing. It checks the slug against existing data to prevent conflicts, ensuring the markdown article posts correctly through the API without duplication errors.

Can I use markdown files for content preparation and blog publishing without manual metadata entry?

Yes, markdown files can be published without manual metadata entry by detecting the article language and automatically generating titles, tags, summaries, and reader-focused hooks. The workflow then applies these generated metadata fields to the blog post creation and updates the source file frontmatter.

How do I handle authentication when publishing content through an API workflow?

Handling authentication for API publishing requires passing valid credentials through the workflow to securely access the blog platform's endpoints. The automated publishing process manages this authenticated connection to successfully push markdown content and update source files without manual login steps.

What is the best way to update markdown frontmatter after publishing a post?

The best way to update markdown frontmatter after publishing is through an automated content sync workflow that writes the post metadata back to the original source file. This ensures the local markdown article reflects the published state, including the generated slugs and synchronization data.

Does blog publishing automation work for technical articles written in markdown?

Yes, blog publishing automation works effectively for technical articles written in markdown by preparing the content, previewing the generated metadata, and publishing directly to the platform. Developers can use this workflow to skip manual blog administration and synchronize source files instantly.