Tldr Router

🌐Community
by parcadei · vlatest · Repository

The Tldr Router swiftly summarizes lengthy texts into concise TL;DRs, saving you time and ensuring quick comprehension of key information.

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 tldr-router npx -- -y @trustedskills/tldr-router
2

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

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

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

About This Skill

What it does

The tldr-router skill routes requests to Claude based on a defined set of rules. It allows you to direct different types of prompts or tasks to specific instances of Claude, enabling more specialized and efficient use of the model. This routing is configured through a ruleset that determines which endpoint receives each request.

When to use it

  • Specialized Tasks: Route requests for code generation to one Claude instance and creative writing to another.
  • A/B Testing: Direct different user groups or prompt variations to separate Claude instances for comparison.
  • Resource Management: Distribute workload across multiple Claude instances to optimize performance and prevent overload.
  • Multi-tenancy: Provide distinct services with dedicated Claude endpoints based on user subscription levels.

Key capabilities

  • Rule-based routing of requests
  • Configuration via ruleset definition
  • Integration with Claude AI models
  • Endpoint selection based on prompt content or other criteria

Example prompts

  • "Route all prompts starting with 'Write a poem' to the creative endpoint."
  • "Send code generation requests to the coding-claude instance."
  • “Direct user queries containing ‘support’ to the support endpoint.”

Tips & gotchas

The skill requires a properly configured ruleset defining routing logic. Ensure your Claude API keys and endpoints are correctly set up within the ruleset for successful operation.

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.