Skip to content

dograh-hq/dograh-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dograh plugins for Claude Code and Codex

Official plugins for the Dograh open-source voice-AI platform.

Supports Claude Code and Codex.

Install

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.

What's inside

dograh plugin

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/health endpoint, the UI, and .env sanity. Prints [OK] / [WARN] / [FAIL] with remediation hints and a non-zero exit code when something is wrong.
  • Commands (Claude Code)/dograh-setup and /dograh-doctor as explicit entry points. Codex uses the dograh-setup skill and starter prompts instead.

Example prompts

Codex

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.

Claude Code

/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

Scope

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.

Links

About

Dograh plugins for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages