blog-adding — community blog-adding, website, community, ide skills

v1.0.0

About this Skill

Perfect for Content Creation Agents needing automated blog post generation with Markdown and front matter support. Add a new blog post to this Docusaurus site from a staging folder.

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
30
Canonical Locale
en
Detected Body Locale
en

Perfect for Content Creation Agents needing automated blog post generation with Markdown and front matter support. Add a new blog post to this Docusaurus site from a staging folder.

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.

Ideal Agent Persona

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

Capabilities Granted for blog-adding

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

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is blog-adding?

Perfect for Content Creation Agents needing automated blog post generation with Markdown and front matter support. Add a new blog post to this Docusaurus site from a staging folder.

How do I install blog-adding?

Run the command: npx killer-skills add moonbitlang/website/blog-adding. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for blog-adding?

Key use cases include: 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.

Which IDEs are compatible with blog-adding?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for blog-adding?

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.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add moonbitlang/website/blog-adding. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use blog-adding immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

blog-adding

Install blog-adding, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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 another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer