plan_route

📁 trpc-group/trpc-agent-go 📅 Feb 7, 2026
17
总安装量
16
周安装量
#20216
全站排名
安装命令
npx skills add https://github.com/trpc-group/trpc-agent-go --skill plan_route

Agent 安装分布

opencode 16
gemini-cli 16
qwen-code 16
claude-code 16
github-copilot 16
codex 16

Skill 文档

plan_route

This skill is used by the dynamic structured output demo.

Output JSON Schema

{
  "type": "object",
  "properties": {
    "route": {
      "type": "string",
      "description": "Route name"
    },
    "distance_km": {
      "type": "number",
      "description": "Distance in kilometers"
    },
    "eta_min": {
      "type": "integer",
      "description": "ETA in minutes"
    }
  },
  "required": [
    "route",
    "distance_km",
    "eta_min"
  ],
  "additionalProperties": false
}

Commands

Print JSON result to stdout:

cat result.json