@tplog/zendy
v0.2.14
Published
Internal harness for Dify Enterprise support ticket analysis, powered by pi
Readme
zendy
Internal support engineering harness for Dify Enterprise. Analyze Zendesk tickets with natural language — from ticket metadata to Helm chart values to source code.
Powered by pi.
What it does
zendy bundles three built-in skills into a single CLI:
- zcli — Pull Zendesk ticket metadata and comment threads
- helm-watchdog — Query Dify Helm chart values, images, and validation for any version
- source-check — Clone and analyze Dify source code (enterprise backend/frontend, open-source core, plugin daemon, sandbox)
Typical workflow:
"Analyze ticket #1959" → pull ticket + comments → identify version →
pull Helm chart values → analyze config → (if needed) clone source →
synthesize findings → draft replyPrerequisites
- pi installed globally:
npm install -g @mariozechner/pi-coding-agent - Zendesk credentials configured:
zcli configureor env vars (ZENDESK_SUBDOMAIN,ZENDESK_EMAIL,ZENDESK_API_TOKEN) - Git SSH access to private repos (for source-check skill)
Install
npm install -g @tplog/zendyOr clone and build from source:
git clone [email protected]:tplog/zendy.git
cd zendy
npm install
npm run build
npm linkUsage
zendyAll arguments are passed through to pi:
zendy --provider anthropic --model claude-sonnet-4-20250514
zendy -p "Analyze ticket #1959"How it works
On first run, zendy extracts bundled skill files to ~/.zendy/<version>/ and launches pi with project-only skills (no global skills or extensions loaded).
