Create Slash Commands

🌐Community
by glittercowboy · vlatest · Repository

Automatically generates Discord slash commands from natural language descriptions, simplifying bot development.

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 create-slash-commands npx -- -y @trustedskills/create-slash-commands
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "create-slash-commands": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-slash-commands"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to generate custom slash commands, allowing users to trigger specific actions or workflows directly within chat interfaces. It streamlines interaction by embedding executable logic into standard messaging platforms.

When to use it

  • Automating repetitive tasks like status updates or data retrieval without typing full prompts.
  • Creating quick-access menus for complex workflows in team communication channels.
  • Integrating external tools or APIs directly into a chat environment via command syntax.
  • Standardizing user inputs to ensure consistent execution of agent capabilities.

Key capabilities

  • Generates syntactically correct slash commands tailored to specific agent functions.
  • Maps natural language requests to executable command structures.
  • Facilitates direct invocation of AI agents through platform-native UI elements.

Example prompts

  • "Create a slash command that summarizes the last five messages in this thread."
  • "Generate a /status command that checks the current uptime of our server cluster."
  • "Build a /report command that exports today's meeting notes to a shared drive."

Tips & gotchas

Ensure your AI agent has the necessary permissions and tool integrations active before attempting to generate commands that require external data access. Test commands in a sandbox environment first to verify they execute safely without unintended side effects.

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
glittercowboy
Installs
39

🌐 Community

Passed automated security scans.