alexknowshtmlalexknowshtmlCommunityยท1 Agent Skills Included

cord

Run coding sessions and send messages through Discord

Runs coding sessions inside Discord threads, spawning a new session for every mention with full context preserved. Sends messages, embeds, files, buttons, and status updates to Discord channels through simple CLI commands. Eliminates manual server setup by connecting outbound to Discord with no exposed ports or webhooks required.
npx skills add alexknowshtml/cord --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Cord?โ–ผ

Run `npx skills add alexknowshtml/cord --all -g -y` in your terminal to install the skill globally. You also need Bun, Redis, and a Discord bot token to run the bot itself.

How to run coding sessions from Discord?โ–ผ

Mention the Cord bot in any channel and it spawns a dedicated session in its own thread, preserving full conversation context until you mark it done.

How to send Discord messages from the command line?โ–ผ

Use commands like `cord send <channel> "message"` for text, `cord embed` for formatted cards, and `cord file` for attachments.

Does Cord need exposed ports or ngrok?โ–ผ

No. The bot connects outbound to Discord's gateway, so it runs entirely locally without opening ports or tunneling.

Can Cord restrict which folders it works in?โ–ผ

Yes. Set the CORD_ALLOWED_DIRS environment variable to an allowlist of directories, and requests outside those paths are rejected.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’