Create Slash Commands
Generates custom slash commands for Discord servers based on provided descriptions and desired functionality.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kyldvs-create-slash-commands npx -- -y @trustedskills/kyldvs-create-slash-commands
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kyldvs-create-slash-commands": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kyldvs-create-slash-commands"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, kyldvs-create-slash-commands, allows you to generate slash commands. Slash commands are a way to trigger specific actions or functionalities within an application or platform directly from user input, often in chat interfaces. It simplifies the creation of custom commands for various applications.
When to use it
- Automating repetitive tasks: Create a
/reportcommand that automatically generates and sends daily status reports. - Custom chatbot interactions: Define slash commands like
/translateor/summarizeto extend your chatbot's capabilities. - Streamlining workflows: Build a
/deploycommand to trigger deployment pipelines directly from a chat channel. - Integrating with external services: Develop slash commands that interact with APIs, such as
/get_weatherfor weather updates.
Key capabilities
- Slash command generation
- Custom action triggering
- Integration with various platforms (implied)
Example prompts
- "Create a slash command called 'reminder' that sets a reminder."
- "Generate a /translate command that uses Google Translate."
- "I need a slash command to deploy my application. Can you create it?"
Tips & gotchas
The specific platform or environment where these slash commands will be used is not specified, so ensure compatibility before deployment. You may need to adapt the generated commands based on your target platform's requirements.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.