hi.md is a voice-first /hi companion for Claude Code.
Type /hi, speak naturally, and hi.md will capture your voice, analyze both your words and vocal signals, generate a warm reply, and speak it aloud.
Instead of speech → text → response, hi.md moves closer to speech → understanding (content + state) → interaction.
- Install the plugin in Claude Code:
/plugin marketplace add tpiperatgod/hi.md /plugin install himd - Get a DashScope API key and set it:
export DASHSCOPE_API_KEY="your-key"
- Run the guided setup:
/himd:setup - Start talking:
/hi
If anything goes wrong, run /himd:doctor for guided diagnosis.
/hi supports project-local personas. See personas.
| Topic | Link |
|---|---|
| Plugin setup & troubleshooting | Plugin README |
| Persona customization | Persona guide |
| Install from source / release artifacts | Install guide |
| Architecture & MCP tools | Architecture |
| Releasing artifacts | Releasing |
| Contributing | Contributing |
MIT