Create Slash Commands

🌐Community
by kyldvs · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add kyldvs-create-slash-commands npx -- -y @trustedskills/kyldvs-create-slash-commands
2

Or manually add to ~/.claude/settings.json

~/.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 /report command that automatically generates and sends daily status reports.
  • Custom chatbot interactions: Define slash commands like /translate or /summarize to extend your chatbot's capabilities.
  • Streamlining workflows: Build a /deploy command to trigger deployment pipelines directly from a chat channel.
  • Integrating with external services: Develop slash commands that interact with APIs, such as /get_weather for 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
kyldvs
Installs
3

🌐 Community

Passed automated security scans.