openclaw-personal-blog-publisher

Convert draft blog notes into JSON and publish them to an OpenClaw server.

1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/tangchunwu/skill-hub --skill openclaw-personal-blog-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-personal-blog-publisher
Source: https://github.com/tangchunwu/skill-hub/tree/main/skills/custom/content/openclaw-personal-blog-publisher
Command: npx skills add https://github.com/tangchunwu/skill-hub --skill openclaw-personal-blog-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps individuals organize and publish personal blog content by transforming notes into a publish-ready JSON and sending it to a configured OpenClaw server, with a focus on preserving voice during light editing until official release.

Core Features & Use Cases

  • Lightweight JSON generation from drafts ensuring required fields
  • Publish to the configured OpenClaw server using server-side blog publishing API
  • Safe workflow with explicit publish confirmation before external action

Quick Start

Provide a draft blog as a valid JSON and run the publish flow to push it to the OpenClaw server.

Frequently Asked Questions about openclaw-personal-blog-publisher

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

FAQPage Schema
How do I publish a personal blog to an OpenClaw server using JSON?

To publish a personal blog to an OpenClaw server, provide a draft blog as valid JSON and run the publish flow to transfer the content and trigger server-side publishing via the configured API.

What is needed to automate blog publishing via an OpenClaw server?

Automating blog publishing requires an OpenClaw server alias (openclaw-main), access to the blog publish endpoint, and a local skill script to transfer the JSON payload and trigger the server-side action.

Can I use this automation to format blog drafts into JSON before publishing?

Yes, this automation covers drafting and formatting notes into a publish-ready JSON with required fields, ensuring the content structure is correct before sending it to the OpenClaw server.

How does the publishing workflow handle confirmation before sending content externally?

The publishing workflow includes a safe process with explicit publish confirmation, ensuring you verify the formatted JSON before any external action is taken to push the blog to the server.

What are the limitations of using JSON for blog content generation on an OpenClaw server?

The limitation is that blog content must be provided as a valid JSON payload matching required fields, as the automation focuses on lightweight JSON generation and server-side transfer rather than rich text parsing.