Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions registry/plugins/goodandready-dsh-voice.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"schemaVersion": 2,
"id": "goodandready-dsh-voice",
"displayName": "dsh-voice",
"repository": {
"fullName": "GooDAnDReaDY/dsh-voice",
"url": "https://github.com/GooDAnDReaDY/dsh-voice"
},
"source": {
"verifiedCommitSha": "8979aaa9af159e24259271493ce51fa2ad2da22a",
"lastVerifiedAt": "2026-08-28T11:05:10.874Z"
},
"aliases": [],
"summaries": {
"zh": "Voice input for the DeepSeek Harness web UI: dictation chunked by pauses plus voice messages, each with its own speech-to-text provider fallback chain (Deepgram, Groq, HuggingFace, local whisper.cpp, or any OpenAI-compatible endpoint). Recording and transcription happen in the composer, so the text can be edited before it is sent.",
"en": "Voice input for the DeepSeek Harness web UI: dictation chunked by pauses plus voice messages, each with its own speech-to-text provider fallback chain (Deepgram, Groq, HuggingFace, local whisper.cpp, or any OpenAI-compatible endpoint). Recording and transcription happen in the composer, so the text can be edited before it is sent."
},
"installTargets": [
{
"type": "npm",
"spec": "@goodandready/dsh-voice"
}
],
"classification": {
"group": "tools-data",
"category": "data-processing",
"tags": [
"agent",
"api",
"browser",
"chat",
"context",
"data",
"file",
"layout",
"monitoring",
"testing",
"tool",
"ui"
],
"source": "manifest-evidence",
"confidence": "low",
"evidence": [
"text:plugin-development:plugin",
"text:testing-debugging:test",
"text:memory-context:token",
"text:search-browsing:browser",
"text:navigation-panels:sidebar",
"text:desktop-mobile:web ui",
"text:files-terminal:file",
"text:data-processing:json",
"issue:https://github.com/Ericwong5021/deepseek-plugin-store/issues/136",
"commit:8979aaa9af159e24259271493ce51fa2ad2da22a"
],
"needsReview": true,
"issueUrl": "https://github.com/Ericwong5021/deepseek-plugin-store/issues/136",
"maintainerSuggestedCategory": "media-tools"
},
"admission": {
"status": "verified",
"evidence": [
"package.json:dsh.bundle",
"commit:8979aaa9af159e24259271493ce51fa2ad2da22a",
"issue:https://github.com/Ericwong5021/deepseek-plugin-store/issues/136"
]
},
"lifecycle": {
"status": "incubating"
},
"visibility": "listed",
"maintainers": [
"GooDAnDReaDY"
],
"addedAt": "2026-08-28"
}
Loading