dev-to-cli

Publish, retrieve, and unpublish DEV Community articles via the dev_to CLI.

3|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/adbertram/cli-tools --skill dev-to-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-to-cli
Source: https://github.com/adbertram/cli-tools/tree/main/_repo/skills/dev-to-cli
Command: npx skills add https://github.com/adbertram/cli-tools --skill dev-to-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of managing DEV Community content by providing a direct, command-line interface for publishing, inspecting, and unpublishing articles, eliminating the need for manual browser interactions.

Core Features & Use Cases

  • Content Lifecycle Management: Create, list, and unpublish articles directly from your terminal.
  • Authentication & Cache Control: Securely manage API profiles and clear stale data to ensure you are always working with the latest information.
  • Use Case: Automate your blogging workflow by creating a new article from a local Markdown file and verifying its status without ever leaving your code editor.

Quick Start

Use the dev_to cli to list your ten most recent articles and verify their current status.

Frequently Asked Questions about dev-to-cli

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

FAQPage Schema
How do I manage DEV Community articles from the command line?

You can manage DEV Community articles from the command line by executing API operations for publishing, retrieving, and unpublishing posts through a dedicated CLI tool. This removes the need for manual browser interactions.

Can I publish a local Markdown file directly to DEV.to?

Yes, you can publish a local Markdown file directly to DEV.to using the CLI tool to create articles. This automates your blogging workflow by allowing you to publish content without leaving your code editor.

Do I need API credentials to use the DEV Community CLI?

Yes, you need valid API credentials to use the DEV Community CLI. The tool requires installation and configuration with authentication profiles to securely manage your content and access the API.

How does the DEV.to CLI handle stale article data?

The DEV.to CLI handles stale article data through local response caching control. You can clear cached data to ensure you are always working with the latest article information and verify current post statuses.

What is the best way to unpublish a DEV Community post via API?

The best way to unpublish a DEV Community post via API is to use the dedicated CLI tool to execute the unpublishing operation. This provides a direct terminal interface for managing your content lifecycle efficiently.