recommend-poi

star 1.3k

Recommend a POI in a city (schema + deterministic result).

trpc-group By trpc-group schedule Updated 2/4/2026

name: recommend_poi description: Recommend a POI in a city (schema + deterministic result).

recommend_poi

This skill is used by the dynamic structured output demo.

Output JSON Schema

{
  "type": "object",
  "properties": {
    "poi": {
      "type": "string",
      "description": "Point of interest"
    },
    "city": {
      "type": "string",
      "description": "City name"
    },
    "score": {
      "type": "integer",
      "description": "A deterministic score"
    }
  },
  "required": [
    "poi",
    "city",
    "score"
  ],
  "additionalProperties": false
}

Commands

Print JSON result to stdout:

cat result.json
Install via CLI
npx skills add https://github.com/trpc-group/trpc-agent-go --skill recommend-poi
Repository Details
star Stars 1,307
call_split Forks 159
navigation Branch main
article Path SKILL.md
More from Creator