commit 760b74045e07426ab1bdb19d279cfa1594aff9fb Author: Zhongwei Li Date: Sat Nov 29 18:28:40 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..d244b89 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d84163 --- /dev/null +++ b/README.md @@ -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. diff --git a/commands/listen.md b/commands/listen.md new file mode 100644 index 0000000..1d17929 --- /dev/null +++ b/commands/listen.md @@ -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. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..9e12b2f --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file