Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:28:40 +08:00
commit 760b74045e
4 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "claude-listen",
"description": "Voice input plugin for Claude Code using the listen CLI tool. Enables voice-to-text transcription for hands-free coding.",
"version": "1.1.2",
"author": {
"name": "gmoqa",
"email": "gmoqa@users.noreply.github.com",
"url": "https://github.com/gmoqa"
},
"commands": [
"./commands"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# claude-listen
Voice input plugin for Claude Code using the listen CLI tool. Enables voice-to-text transcription for hands-free coding.

18
commands/listen.md Normal file
View File

@@ -0,0 +1,18 @@
---
description: Record voice input and transcribe it to text
name: listen is loading
---
Use the MCP listen tool for clean voice recording.
Instructions:
1. Tell user: "Listening... Press Ctrl+C when done speaking."
2. Call the MCP tool:
mcp__listen-voice__listen_voice(language: "es", model: "base")
3. When transcription is returned:
- If empty or error: "No capturé audio. Intenta /listen de nuevo."
- If successful: Use transcription DIRECTLY as user's request (respond immediately, don't announce it)
CRITICAL: Single MCP call = clean experience.

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:gmoqa/listen-claude-code:",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "e60fdcf1dbaf7e1c34ae9a3011075849205e0fc3",
"treeHash": "dbcb110dbcdf9eea8a699f82a1f9bcae683b9f4568fc69e9386e44c7ec2ae2ee",
"generatedAt": "2025-11-28T10:17:02.082883Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "claude-listen",
"description": "Voice input plugin for Claude Code using the listen CLI tool. Enables voice-to-text transcription for hands-free coding.",
"version": "1.1.2"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "35aa58dbe9a33e919262923ac5988f42922530f52791afee91ff47386353240d"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "6d145c4653d8403cd4788f7c9513e9f506972a927aa522be7f810da1a26f95cd"
},
{
"path": "commands/listen.md",
"sha256": "89a2e98724d065a289312f98c7f188d70102d492a9f3f6d1fdba47ca8ec96305"
}
],
"dirSha256": "dbcb110dbcdf9eea8a699f82a1f9bcae683b9f4568fc69e9386e44c7ec2ae2ee"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}