Slash Commands

🌐Community
by parcadei · vlatest · Repository

This skill lets you execute custom slash commands within your application for streamlined interactions and powerful automation.

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

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

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

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

About This Skill

What it does

The slash-commands skill allows you to trigger specific actions within an AI agent using commands that begin with a forward slash (/). This enables users to interact with and control the agent's behavior in a structured way, automating tasks or initiating workflows. It provides a simple and intuitive method for executing predefined functions directly through text input.

When to use it

  • Automating repetitive tasks: Use /reset to clear the agent’s memory and start fresh with a new task.
  • Triggering specific actions: Initiate a workflow, like /summarize_document, to have the agent condense a large text file.
  • Controlling the agent's behavior: Use commands such as /speak or /stop to manage the agent’s output and interactions.
  • Providing structured input: Guide the agent through a process with commands like /step_1, /step_2.

Key capabilities

  • Slash command recognition
  • Action execution based on slash command
  • Workflow initiation via commands
  • Agent behavior control

Example prompts

  • /reset
  • /summarize_document
  • /speak

Tips & gotchas

The specific slash commands available will depend on the agent's configuration and installed skills. Refer to the agent’s documentation or help system for a complete list of supported commands.

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
parcadei
Installs
0

🌐 Community

Passed automated security scans.