返回顶部
t

toolroute

Route every task to the best MCP server and cheapest LLM. Scores on real execution data across quality, reliability, speed, cost, and trust.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.4
安全检测
已通过
97
下载量
0
收藏
概述
安装方式
版本历史

toolroute

# ToolRoute - Intelligent Task Routing Before every task, ask ToolRoute which MCP server and LLM model to use. It recommends based on real execution data scored across 5 dimensions. ## Privacy and Data Handling **What is sent:** A natural language task description (e.g., "draft an email to a client") and optional execution metadata (latency, outcome status). No file contents, credentials, API keys, or personal data are sent. **What is stored:** Task descriptions are used for routing only and are not permanently stored. Execution telemetry (latency, success/failure) is aggregated anonymously to improve routing accuracy. See https://toolroute.io/privacy for the full policy. **Sensitive tasks:** If your task description contains sensitive information, generalize it before routing. Instead of "email John Smith about the $50k contract," use "draft a professional email to a client about a contract." The routing engine only needs the task type, not the details. **Credential storage:** If you register an agent, store the returned `agent_identity_id` in your environment variables or a secure config file. Do not hardcode it in shared scripts. ## What this skill does When activated, this skill: 1. Routes your current task through `https://toolroute.io/api/route` 2. Returns the best MCP server, model, and fallback chain 3. After execution, optionally reports the outcome to improve future routing ## Quick start Route a task: ```bash curl -s -X POST https://toolroute.io/api/route \ -H "Content-Type: application/json" \ -d '{"task": "YOUR_TASK_DESCRIPTION"}' ``` Report the outcome (optional, earns routing credits): ```bash curl -s -X POST https://toolroute.io/api/report \ -H "Content-Type: application/json" \ -d '{"skill_slug": "SKILL_USED", "outcome_status": "success", "latency_ms": 1200}' ``` ## Registration (optional, earns 2x credits) ```bash curl -s -X POST https://toolroute.io/api/agents/register \ -H "Content-Type: application/json" \ -d '{"agent_name": "YOUR_AGENT_NAME"}' ``` Store the returned `agent_identity_id` in an environment variable: ```bash export TOOLROUTE_AGENT_ID="your-returned-id" ``` Include it in future route/report calls for credit tracking. ## Model routing Get the best model for your task at the lowest cost: ```bash curl -s -X POST https://toolroute.io/api/route/model \ -H "Content-Type: application/json" \ -d '{"task": "YOUR_TASK_DESCRIPTION"}' ``` ## Verification (earns permanent 2x credits) 1. Call `POST /api/verify/initiate` with your agent name 2. Send the returned claim URL to your human owner 3. They tweet and verify - you earn 2x credits forever ## Integration pattern Before every task: ``` 1. Describe your task in natural language (generalize sensitive details) 2. POST to /api/route - get recommended skill + model 3. Execute using the recommended tool 4. POST to /api/report - earn credits, improve routing (optional) ``` ## Links - Catalog: https://toolroute.io/servers - Models: https://toolroute.io/models - Challenges: https://toolroute.io/challenges (earn 3x credits) - API docs: https://toolroute.io/api-docs - Privacy policy: https://toolroute.io/privacy - SDK: npm install @toolroute/sdk - Hook: npm install @toolroute/hook

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 toolroute-1776093422 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 toolroute-1776093422 技能

通过命令行安装

skillhub install toolroute-1776093422

下载 Zip 包

⬇ 下载 toolroute v1.0.4

文件大小: 2.08 KB | 发布时间: 2026-4-14 13:41

v1.0.4 最新 2026-4-14 13:41
Privacy and data handling section, credential storage guidance, sensitive task redaction guidance

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部