cord
Run coding sessions and send messages through Discord
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core