Canned Responses

🏢Official
by anthropics · vlatest · Repository

This skill provides pre-written answers to common questions, speeding up interactions and ensuring consistent, helpful replies for faster support.

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 canned-responses npx -- -y @trustedskills/canned-responses
2

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

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

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

About This Skill

The canned-responses skill provides AI agents with a library of pre-written, context-aware replies to streamline communication. It allows the agent to instantly retrieve and adapt standardized messages for common inquiries without needing to generate them from scratch each time.

When to use it

  • Handling high-volume support tickets where response consistency is critical.
  • Managing repetitive administrative questions like status updates or policy checks.
  • Ensuring brand voice remains uniform across thousands of automated interactions.
  • Reducing token usage and latency by avoiding redundant generation for known queries.

Key capabilities

  • Access to a curated collection of pre-defined response templates.
  • Dynamic insertion of relevant variables (e.g., user names, ticket IDs) into static text.
  • Immediate retrieval of answers based on incoming message intent matching.

Example prompts

  • "Use the canned-responses library to draft a reply for a customer asking about their refund status."
  • "Find and adapt the standard 'out of office' message for this specific client interaction."
  • "Retrieve the approved compliance disclaimer text and append it to this email draft."

Tips & gotchas

Ensure your canned response library is regularly updated to reflect current policies; outdated templates can lead to misinformation. While these responses save time, always configure a fallback mechanism so the agent knows when to escalate to human review if no matching template exists.

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
anthropics
Installs
108

🏢 Official

Published by the company or team that built the technology.