velog-cli

Manage velog.io blog posts from the terminal with markdown and JSON output.

19|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/hamsurang/kit --skill velog-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: velog-cli
Source: https://github.com/hamsurang/kit/tree/main/plugins/velog-cli/skills/velog-cli
Command: npx skills add https://github.com/hamsurang/kit --skill velog-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets developers and writers manage velog.io blog posts without switching to a browser, removing friction around creating, editing, publishing, and organizing posts from local markdown files.

Core Features & Use Cases

  • Post lifecycle management: create drafts from markdown, edit existing posts, publish drafts, and delete posts.
  • Discovery and browsing: list your posts, view drafts, browse trending and recent posts, and fetch other users' posts by username.
  • Programmatic output & safety: check authentication status before mutations, use compact JSON output for parsing, and prefer draft creation unless the user explicitly requests publishing.

Quick Start

Save your article as a local markdown file and ask the skill to create a draft from that file and publish it when you confirm.

Frequently Asked Questions about velog-cli

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

FAQPage Schema
How do I manage velog.io blog posts from the terminal?

You can manage velog.io blog posts from the terminal by creating drafts from local markdown files, editing existing posts, publishing drafts, and deleting content. The CLI applies authentication checks before mutations and outputs compact JSON for programmatic parsing.

How do I publish a markdown file to velog.io without opening a browser?

To publish a markdown file to velog.io without a browser, save your article locally and ask the CLI to create a draft from that file. The skill prefers draft creation by default and publishes the draft only when you explicitly confirm the action.

Can I fetch trending posts and other users' articles on velog.io via command line?

Yes, you can fetch trending posts and other users' articles on velog.io via command line. The CLI supports discovery and browsing features that allow you to browse trending and recent posts, view your own drafts, and fetch posts by specific usernames.

Does the velog CLI check authentication before publishing or deleting posts?

Yes, the velog CLI checks authentication status before publishing or deleting posts. It performs authentication checks prior to any mutations to ensure safe post lifecycle management and prevent unauthorized modifications to your blog content.

What is the best way to parse velog post management outputs programmatically?

The best way to parse velog post management outputs programmatically is utilizing the CLI's compact JSON output. This format is specifically designed for programmatic parsing when listing posts, viewing drafts, or browsing trending content on velog.io.

Can I manage velog post slugs and tags directly from a local markdown file?

Yes, you can manage velog post slugs and tags directly from a local markdown file. The CLI satisfies requirements for slug and tag management during markdown-based post creation, allowing you to organize and structure your drafts before publishing.