cord

Send messages, embeds, files, and interactive buttons to Discord via Cord CLI.

68|7|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/alexknowshtml/cord --skill cord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cord
Source: https://github.com/alexknowshtml/cord/tree/main/skills/cord
Command: npx skills add https://github.com/alexknowshtml/cord --skill cord

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables sending messages, embeds, files, and interactive buttons to Discord via the Cord CLI. It simplifies automation of notifications, status updates, and interactive workflows straight from Claude Code.

Core Features & Use Cases

  • Send text messages to channels or threads using cord send
  • Send embeds with titles, colors, and fields using cord embed
  • Attach files with cord file for reports and logs
  • Create interactive buttons with cord buttons for decisions and actions
  • Verify Cord connectivity with curl http://localhost:2643/health for health checks
  • Use case: trigger a daily status update to a channel, or notify on deployment results

Quick Start

Ensure Cord is running: cord start Verify it's connected: curl -s http://localhost:2643/health

Frequently Asked Questions about cord

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

FAQPage Schema
How do I send automated Discord notifications from a CLI?

You can send automated Discord notifications from a CLI by using the Cord CLI. This skill automates sending messages, embeds, files, and interactive buttons to Discord channels and threads straight from your command line environment.

Can I send interactive buttons and embeds to Discord via command line?

Yes, you can send interactive buttons and embeds to Discord via the command line. The skill uses the cord buttons command for guided interactive workflows and the cord embed command to send messages with titles, colors, and fields.

What do I need to set up before sending Discord messages with the Cord CLI?

Before sending Discord messages with the Cord CLI, you need Cord running and accessible. You start it with cord start and verify connectivity by checking the health endpoint at http://localhost:2643/health to ensure the local server is active.

How do I attach files and logs to a Discord channel using CLI automation?

To attach files and logs to a Discord channel using CLI automation, use the cord file command. This function supports attaching reports and logs directly to your Discord messages alongside standard text or embed payloads.

Why are my Cord CLI Discord messages not sending?

If your Cord CLI Discord messages are not sending, your local Cord server may not be running. Verify the server is active by running cord start and confirming a successful response from the health endpoint at http://localhost:2643/health.