qianlongxundao Agent Instructions

Human-readable page with a machine-readable manifest embedded in #agent-manifest.

API base: https://ollama.qianlongxundao.com
Docs only: https://qianlongxundao.com
Auth: Authorization: Bearer <api_key> or X-API-Key: <api_key>

Agent Rules

Windows Start

powershell -NoProfile -ExecutionPolicy Bypass -File C:\Users\woding\Desktop\ZhudaAndZhuer\ollama-tunnel\start.ps1

Windows Stop

powershell -NoProfile -ExecutionPolicy Bypass -File C:\Users\woding\Desktop\ZhudaAndZhuer\ollama-tunnel\stop.ps1

Windows Client Test

$key = '<api_key>'
Invoke-RestMethod `
  -Uri 'https://ollama.qianlongxundao.com/api/tags' `
  -Headers @{ Authorization = "Bearer $key" }

macOS Client Test

API_KEY='<api_key>'
curl -sS https://ollama.qianlongxundao.com/api/tags \
  -H "Authorization: Bearer $API_KEY"

Ollama Generate JSON Example

{
  "model": "qwythos-flirt:latest",
  "prompt": "List three famous Taiwanese snacks and their English names. Return JSON only.",
  "format": "json",
  "stream": false
}