galvanize-dsh
Run the following command in DeepSeek Harness:
dsh plugin install jarvis959/galvanize-dsh
Paste the following prompt into your AI chat to install this plugin:
Install this plugin in your DeepSeek Harness terminal by running the install command; the full source repository is at https://github.com/jarvis959/galvanize-dsh .
About this plugin
A DSH agent is great at conversation, but it can only act when you type the next message. The real-world need—"process this the moment a resume lands in my downloads folder" or "summarize the report the second it hits my inbox"—usually gets faked with a polling loop: resource-wasteful, laggy, and fundamentally not event-driven. galvanize-dsh closes that gap: your agent registers event triggers with the galvanize core on its own, and when a file lands, an email arrives, a webhook fires, or a git push happens, the core instantly spawns a fresh headless DSH session with your prompt and the event payload. That is a true push mechanism, not a poll job in disguise.
The agent manages the full trigger lifecycle through five built-in tools: register a trigger (folder watch, webhook, IMAP email, or custom emit), list what is currently watching, fire a synthetic event through the real dispatch path for a dry-run test, inspect daemon health with last-fire and error details, and remove a trigger when it is no longer needed. The plugin itself is a thin, verified client—no wake or trigger logic lives in the JavaScript layer. Every call is proxied to the galvanize core's loopback API, so behavior stays consistent with the core's plugins for Hermes, Claude Code, and Codex. Installation finishes with a headless boot-probe plus three green health checks, guaranteeing the plugin is verifiably loaded rather than failing as a silent no-op.
Ideally suited for DSH users who want their agent to shift from "wait for my input" to "act on my behalf when something happens." No daemon scripts to write, no cron to scaffold, no polling intervals to tune—describe in natural language what should trigger the agent and what it should do, and the event takes care of the rest.
Screenshots
Use Cases
- A resume lands in the downloads folder and the agent immediately extracts and files it
- A new email arrives and the agent generates a summary, pushing it to your notification channel right away
- A git push fires and the agent spawns a headless session to run build and tests
Best For
- DSH users who want their agent to shift from passive replies to proactive responses
- Developers tired of writing cron scripts and tuning polling intervals
- Teams that need their agent to react to external events like files, emails, and webhooks
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.