recommend_poi
Installation
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
Related skills
More from trpc-group/trpc-agent-go
ocr
Extract text from images using Tesseract OCR
59user-file-ops
Simple operations on user-provided text files including summarization.
49file-tools
Simple shell utilities for files and archives.
49whisper
Transcribe audio files to text using OpenAI Whisper
46write-ok
Write a deterministic OK file to out/ok.txt.
42demo-skill
A tiny skill used by the skill isolation example.
41