From yux-blog
Generate a polished blog article from a video summary file. Use when the user has a summary (typically from yux-video-summary) and wants to turn it into a publishable blog post — e.g., "write a blog from this summary", "generate article", "blog from video", "写博客", "生成文章", "把摘要写成文章". Offers multiple writing styles (Technical, Casual, News). Do NOT use for writing articles from scratch without a video summary source — this skill specifically transforms video summaries into blog format. After writing, use yux-blog-image to add illustrations.
npx claudepluginhub wuyuxiangx/yux-claude-hub --plugin yux-blogThis skill is limited to using the following tools:
Transform a video summary into a polished blog article with engaging writing and proper structure.
Transforms rough notes, bullet points, voice transcripts, or tweet dumps into polished publication-ready blog posts. Optionally enriches with Tavily research.
Generates publication-ready blog posts from topics or sources: listicles, tutorials, how-to guides, narratives, thought leadership. Handles research, outlining, drafting, SEO, polishing.
Writes or edits structured blog posts (800-1200 words) with sections, referencing published posts and guidelines to avoid repetition and match voice.
Share bugs, ideas, or general feedback.
Transform a video summary into a polished blog article with engaging writing and proper structure.
Input: Summary file path or content from $ARGUMENTS
Identify the source file:
*-summary.md filesParse the summary:
Ask user to select a writing style:
Technical Blog (专业深入)
Casual Explainer (通俗易懂)
News Style (客观简洁)
Wait for user selection before proceeding.
Based on the chosen style, create an outline:
1. Introduction (problem statement)
2. Background/Context
3. Main Content (detailed sections)
4. Technical Deep Dive
5. Practical Applications
6. Conclusion
7. References/Resources
1. Hook (engaging opening)
2. Why This Matters
3. The Main Story
4. Key Insights (simplified)
5. What You Can Do
6. Wrap Up
1. Lead (who, what, when, where, why)
2. Key Facts
3. Supporting Details
4. Expert Quotes
5. Conclusion
Generate the full article following these guidelines:
Include at the top of the article:
---
title: [Generated Title]
date: [Current Date]
source: [Original Video Title/URL if known]
tags: [relevant, tags, here]
---
Before saving, ensure:
Generate filename:
YYYY-MM-DD-[slug-from-title].md2024-01-15-how-to-build-ai-agents.mdSave the file to current directory
Report completion:
---
title: "Building AI Agents: A Complete Guide"
date: 2024-01-15
source: "YouTube - Tech Talk Episode 42"
tags: [AI, agents, tutorial, development]
---
# Building AI Agents: A Complete Guide
Have you ever wondered how AI agents actually work? In this comprehensive guide...
## Why AI Agents Matter
The landscape of artificial intelligence is rapidly evolving...
## Getting Started
Before diving into the technical details...
[... rest of article ...]
## Conclusion
Building AI agents is no longer just for research labs...
---
*This article was generated from video content.*