recommend_poi

SKILL.md

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
Weekly Installs
37
GitHub Stars
1.0K
First Seen
Feb 7, 2026
Installed on
opencode37
qwen-code37
claude-code37
github-copilot37
codex37
kimi-cli37