sync-discord-slash-commands

Synchronize Claude skills with Discord slash commands via the Discord REST API.

1|Updated Mar 11, 2025
One-click install
npx skills add https://github.com/danielstewart77/hive_mind --skill sync-discord-slash-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-discord-slash-commands
Source: https://github.com/danielstewart77/hive_mind/tree/main/specs/skills/sync-discord-slash-commands
Command: npx skills add https://github.com/danielstewart77/hive_mind --skill sync-discord-slash-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that your Discord bot's available slash commands accurately reflect the user-invocable Claude skills you have configured, keeping your bot's functionality up-to-date and easily discoverable.

Core Features & Use Cases

  • Automatic Synchronization: Scans all user-invocable Claude skills and updates Discord slash commands accordingly.
  • Conflict Avoidance: Never modifies built-in bot commands, preventing accidental overwrites.
  • Use Case: After adding a new Claude skill that you want users to access via Discord, run this skill to automatically create the corresponding slash command, making it immediately available for users to invoke.

Quick Start

Run the sync-discord-slash-commands skill to update your Discord bot's slash commands.

Frequently Asked Questions about sync-discord-slash-commands

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

FAQPage Schema
How do I sync Claude skills to Discord slash commands?

To sync Claude skills to Discord slash commands, run the skill to scan local definitions, extract metadata, and perform create, update, or delete operations via the Discord REST API. It automatically updates your bot's available commands.

Does syncing Discord slash commands overwrite built-in bot commands?

Syncing Discord slash commands does not overwrite built-in bot commands. The skill specifically avoids conflicts by never modifying built-in commands, preventing accidental overwrites while updating user-invocable Claude skills.

How does API rate limiting work when syncing Discord bot commands?

API rate limiting is handled automatically during the Discord bot command synchronization process. The skill manages Discord REST API authentication, rate limiting, and error reporting to ensure robust command management.

Can I automatically create Discord slash commands from local skill definitions?

You can automatically create Discord slash commands from local skill definitions. The skill scans all user-invocable Claude skills, extracts relevant metadata, and registers them as new slash commands using the Discord REST API.

What is the best way to update a Discord bot's slash commands after adding a new Claude skill?

The best way to update a Discord bot's slash commands after adding a new Claude skill is to run the sync skill. It automatically synchronizes the new user-invocable skill, making it immediately available for Discord users to invoke.