wjs-publishing-hugo

Manage Hugo blog posts, categories, and images via voice commands.

114|17|Updated May 11, 2026
One-click install
npx skills add https://github.com/jianshuo/claude-skills --skill wjs-publishing-hugo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wjs-publishing-hugo
Source: https://github.com/jianshuo/claude-skills/tree/main/wjs-publishing-hugo
Command: npx skills add https://github.com/jianshuo/claude-skills --skill wjs-publishing-hugo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires hugo, git, gh, python, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of managing your Hugo static blog, allowing you to add, edit, and publish posts, manage categories, and upload images using simple voice commands.

Core Features & Use Cases

  • Voice-Activated Post Management: Add and edit posts, manage categories, and upload images with voice commands.
  • Automated Deployment: Push changes to your blog automatically with GitHub Pages Actions.
  • Use Case: Whether you're adding a new blog post or managing your existing content, this Skill reduces the complexity of managing your Hugo blog.

Quick Start

To publish a new blog post, simply say "发一篇博客" or "给 Hugo 加文章" in Claude Code.

Frequently Asked Questions about wjs-publishing-hugo

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

FAQPage Schema
How do I manage my Hugo static blog using voice commands?

You can manage a Hugo static blog using voice commands to create posts, edit content, manage categories, and upload images. Simply trigger the Skill with phrases like “发一篇博客” to process voice inputs into structured blog updates.

Can I automate GitHub Pages deployment for my Hugo blog?

Yes, you can automate GitHub Pages deployment by pushing changes automatically through GitHub Actions. The Skill integrates with the GitHub API to handle git operations and deploy your static site updates directly.

Do I need to install Hugo and Git before using this voice-activated blog management Skill?

Yes, you need to have Hugo, git, gh, and python installed in your environment before using this Skill. These dependencies are required to process local static site generation, manage version control, and interact with the GitHub API.

What is the best way to add a new post to a Hugo static site without manual file editing?

The best way to add a new post without manual file editing is using voice command integration to generate and publish content. This approach bypasses manual markdown file creation by directly translating voice instructions into new Hugo posts.

Are there limitations when managing categories and uploading images to a Hugo blog via voice commands?

Limitations include reliance on accurate voice command processing and the necessity of having local Hugo and git environments correctly configured. Complex image manipulations or advanced category restructuring may require manual intervention outside of the voice interface.