Install
openclaw skills install tech-blog-generatorGenerate professional technical blog posts from simple outlines. Supports Markdown, includes code blocks, and is optimized for SEO.
openclaw skills install tech-blog-generatorGenerate professional technical blog posts from simple outlines. Perfect for developers who want to share knowledge.
tech-blog-generator "Article Title" "Brief description"
# With tags
tech-blog-generator "How to Use React" "A comprehensive guide" --tags "react,javascript,frontend"
--title, -t : Article title--description, -d : Brief description--tags : Comma-separated tags--level : Beginner, Intermediate, Advanced--output, -o : Output file pathtech-blog-generator "Title" "Description" --template tutorial
tech-blog-generator "Title" "Description" --template deep-dive
tech-blog-generator "Title" "Description" --template tip
The generated blog post includes:
# No dependencies required
# How to Build a React App
> A comprehensive guide to building your first React application
## Table of Contents
1. Introduction
2. Prerequisites
3. Getting Started
4. Building the App
5. Conclusion
## Introduction
...