emdash-cli

Manage EmDash CMS content, schemas, and media via command line.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rczamor/rz-emdash --skill emdash-cli-rczamor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: emdash-cli
Source: https://github.com/rczamor/rz-emdash/tree/main/templates/marketing-cloudflare/.agents/skills/emdash-cli
Command: npx skills add https://github.com/rczamor/rz-emdash --skill emdash-cli-rczamor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of EmDash CMS instances, allowing users to interact with the CMS through the command line for content creation, schema management, and more.

Core Features & Use Cases

  • Content Management: Create, update, and delete content within EmDash CMS.
  • Schema Management: List, get, create, and delete collections and fields.
  • Media Management: List, upload, get, and delete media files.
  • Search: Perform searches within EmDash CMS.
  • Taxonomy and Menus: List, get, add terms, and manage menus.
  • Use Case: Imagine you need to update the content of a blog post or manage the schema of a new collection within your EmDash CMS instance. This Skill allows you to do so efficiently from the command line.

Quick Start

Use the emdash-cli skill to list all content items in the 'posts' collection.

Frequently Asked Questions about emdash-cli

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

FAQPage Schema
How do I manage EmDash CMS content from the command line?

You can manage EmDash CMS content from the command line by using this skill to create, update, and delete items directly. It requires an active EmDash instance and proper authentication credentials to perform operations.

What's the best way to manage schemas in EmDash CMS without a GUI?

Managing schemas in EmDash CMS without a GUI is done by executing command line operations to list, get, create, and delete collections and fields. This approach allows efficient schema management directly from your terminal.

Can I upload media files to EmDash CMS via command line?

Yes, you can upload media files to EmDash CMS via command line. The skill supports media management operations including listing, uploading, getting, and deleting media files within your CMS instance.

What do I need to connect command line scripts to an EmDash CMS instance?

To connect command line scripts to an EmDash CMS instance, you need an active EmDash deployment and appropriate authentication credentials. These prerequisites allow the scripts to securely interact with your CMS.

Does EmDash CMS support searching and taxonomy management from the CLI?

EmDash CMS supports searching and taxonomy management from the CLI through dedicated commands. You can perform searches, list and get terms, add taxonomy terms, and manage menus directly from the command line.

Are there limitations to managing EmDash CMS entirely from the command line?

Managing EmDash CMS entirely from the command line is limited to the supported operations: content, schemas, media, search, taxonomy, and menus. Complex visual editing or layout tasks may still require the CMS GUI.