Official plugins for the Dograh open-source voice-AI platform.
Supports Claude Code and Codex.
In Codex:
codex plugin marketplace add dograh-hq/dograh-plugins
codex plugin add dograh@dograh
Start a new thread afterwards so the skill loads.
In Claude Code:
/plugin marketplace add dograh-hq/dograh-plugins
/plugin install dograh@dograh
Start a new session afterwards so the skill and commands load.
Helps you set up, run, and troubleshoot a self-hosted Dograh deployment.
- Skill
dograh-setup— triggers when you ask to install, run, develop on, or debug Dograh. It orients first (your OS, what's installed, deploy-vs-develop, fresh-vs-reuse services), then reads and drives Dograh's own setup scripts and docs rather than hard-coding steps — so it stays current as Dograh changes. - Script
doctor.sh— one-shot diagnosis of a deployment: prerequisites, container/service state, ports, the/api/v1/healthendpoint, the UI, and.envsanity. Prints[OK] / [WARN] / [FAIL]with remediation hints and a non-zero exit code when something is wrong. - Commands (Claude Code) —
/dograh-setupand/dograh-doctoras explicit entry points. Codex uses thedograh-setupskill and starter prompts instead.
Use $dograh:dograh-setup to set up a Docker dev stack where I can edit Dograh code.
Use $dograh:dograh-setup to deploy Dograh on my Ubuntu VPS over HTTPS.
Use $dograh:dograh-setup to wire Dograh to my existing Postgres, Redis, and S3-compatible storage.
Use $dograh:dograh-setup to diagnose why my API health check is failing.
Use $dograh:dograh-setup to fix local WebRTC audio on my Docker deployment.
Use $dograh:dograh-setup to recover a half-finished setup without deleting volumes or recordings.
/dograh-setup develop locally with Docker, fresh bundled services, and an editable codebase
/dograh-setup deploy on my remote Ubuntu VPS over HTTPS; ask before installing Docker
/dograh-setup develop natively and reuse my existing Postgres, Redis, and S3-compatible storage
/dograh-setup set up a local demo stack, then tell me how to add inference provider keys
/dograh-doctor ./dograh-deploy
/dograh-doctor the UI loads but calls have no local WebRTC audio
v1 covers setup and troubleshooting — deploying Dograh (local or remote, with Docker or your own existing services) and the developer setup paths, plus diagnosing a broken stack. Telephony configuration and call load-testing are planned for later versions.
- Docs: https://docs.dograh.com
- Main repo: https://github.com/dograh-hq/dograh