KS
Killer-Skills

blog-adding — how to use blog-adding how to use blog-adding, what is blog-adding, blog-adding alternative, blog-adding vs ghost, blog-adding install, blog-adding setup guide, automated blog post creation, blog post workflow optimization

v1.0.0
GitHub

About this Skill

Perfect for Content Creation Agents needing automated blog post generation with Markdown and front matter support. blog-adding is a skill that automates the process of adding new blog posts, creating folders and files with front matter and cover images

Features

Creates blog folders with names in the format YYYY-MM-DD-short-slug
Generates front matter with description, slug, image, and tags
Inserts cover images near the top of the blog post
Supports custom folder names and slugs
Automates the creation of index.md files with H1 titles

# Core Topics

moonbitlang moonbitlang
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
30
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add moonbitlang/website/blog-adding

Agent Capability Analysis

The blog-adding MCP Server by moonbitlang is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use blog-adding, what is blog-adding, blog-adding alternative.

Ideal Agent Persona

Perfect for Content Creation Agents needing automated blog post generation with Markdown and front matter support.

Core Value

Empowers agents to generate new blog posts with formatted front matter, including description, slug, and image fields, while seamlessly inserting cover images using Markdown syntax and supporting protocols like HTTP for image sourcing.

Capabilities Granted for blog-adding MCP Server

Automating blog post creation with custom folder names and slug URLs
Generating front matter with tags and descriptions for improved SEO
Inserting cover images into blog posts using Markdown image syntax

! Prerequisites & Limits

  • Requires filesystem access for creating blog folders and files
  • Limited to Markdown file format for blog posts
  • Dependent on user input for blog post details like title and content
Project
SKILL.md
1.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Add a Blog Post

Use this skill when the user asks to add a new blog post

Steps

  1. Choose a blog folder name YYYY-MM-DD-short-slug (use the current date unless the user specifies one).

  2. Create blog/<folder>/index.md with front matter:

    • description: short summary string
    • slug: URL slug without date
    • image: /img/blogs/<folder>/cover.<ext>
    • tags: array (e.g. [MoonBit])
  3. Add the H1 title and insert a cover image near the top: ![](./cover.<ext>).

  4. Copy the staging Markdown content into the blog index.md after the front matter and cover.

  5. If the post includes videos, follow the existing pattern (see blog/2024-04-18-ai-coding):

    • Place .mp4 (or .webm) files in blog/<folder>/.
    • Add import statements at the top of index.md.
    • Use <video controls src={videoImport} style={{width: '100%'}}></video> in the body.
  6. Copy referenced images/assets into blog/<folder>/ and ensure all ./image links resolve.

  7. Pick a cover image.

  8. Copy the cover into static/img/blogs/<folder>/cover.<ext> for the meta image path.

  9. If the staging post is English-only, Add a zh placeholder for English-only posts:

    • Create i18n/zh/docusaurus-plugin-content-blog/<folder>/index.md with:

      ---
      unlisted: true
      ---
      

    If the staging post includes Chinese content, Repeat steps 2-6 for the Chinese version in i18n/zh/docusaurus-plugin-content-blog/<folder>/index.md.

  10. Remove the staging folder

Notes

  • No Docusaurus config changes are required; the blog plugin picks up new folders automatically.
  • Keep file paths and front matter ASCII-safe; avoid introducing new non-ASCII unless required.

Related Skills

Looking for an alternative to blog-adding or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication