recommend_poi
17
总安装量
1
周安装量
#19886
全站排名
安装命令
npx skills add https://github.com/trpc-group/trpc-agent-go --skill recommend_poi
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
github-copilot
1
claude-code
1
Skill 文档
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