dify
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name DIFY_TOKEN or zero doctor check-connector --url https://api.dify.ai/v1/chat-messages --method POST
Chat Messages
Send Chat Message (Blocking)
Write to /tmp/dify_request.json:
{
"inputs": {},
"query": "What is Dify?",
"response_mode": "blocking",
"user": "user-123"
}