velog-cli

Automates Velog content operations via CLI including authentication, posts, and media uploads.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Velog CLI enables automation-friendly Velog content management via a unified command-line interface, reducing manual steps, session handling, and repetitive tasks.

Core Features & Use Cases

  • Authentication management: login, load credentials, and status checks to ensure a valid session before writes.
  • Read operations: show profiles, list series, and list/show posts to gather context before publishing or updating.
  • Write operations: create and update posts from JSON inputs, with safe defaults for drafts and visibility.
  • Media handling: upload images for posts or profiles to enrich content.
  • Workflow guidance: draft/publish flows and recovery from JSON-based error responses to support automation pipelines.
  • Consistent output: stdout is formatted as a standardized JSON envelope with ok/data/error/meta fields for agent consumption.

Quick Start

Install velog-cli, authenticate, prepare a JSON input, and run velog post create to publish a draft.

Frequently Asked Questions about velog-cli

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

FAQPage Schema
How do I automate Velog post creation and content management?

Automating Velog post creation involves using a CLI to authenticate, read profiles and lists, and create or update posts from JSON inputs. This standardizes content workflows and reduces manual session handling in automation pipelines.

Can I upload media images to Velog posts through automation?

You can upload media images to Velog posts through CLI automation. The workflow supports uploading images for posts or profiles to enrich content, handling media operations alongside standard text-based post management.

What's the best way to handle Velog authentication for automated publishing?

Handling Velog authentication for automated publishing requires explicit login flows, credential loading, and status checks via CLI. This enforces a valid session before executing write operations, ensuring predictable automation.

Does Velog CLI output structured data for agent consumption?

Velog CLI outputs structured data for agent consumption by formatting stdout as a standardized JSON envelope with ok/data/error/meta fields. This JSON-based, stdout-dominant response design supports reliable automation pipeline integration.

How do I recover from errors when automating Velog content workflows?

Recovering from errors when automating Velog content workflows involves parsing JSON-based error responses from the CLI. The stable command surface and structured JSON output support drafting, publishing flows, and automated error recovery.

Do I need a specific binary to manage Velog content from the command line?

Managing Velog content from the command line requires the velog binary. It provides a unified CLI interface for authentication, post management, and media workflows, enforcing JSON-based responses for predictable automation pipelines.