voice-memo
v0.1.1ボイスメモをローカル WhisperX で文字起こし+Claude 校閲し、その内容を口述の指示・思考として会話を始める /voice-memo スキル
By howel-jpLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install voice-memo@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/howel-jp/voice-memo-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
音声ファイル(ボイスメモ)をローカル WhisperX で文字起こし+Claude 校閲し、その内容を「ユーザーからの入力(指示・思考・メモ)」として読み取って会話・作業を始める。引数で音声パスを指定可、省略時はプロジェクトの voice_memos/inbox の音声を処理。「ボイスメモから始めて」「録音を読んで」「音声で指示する」等で起動。
Plugin manifests1
{
"name": "voice-memo",
"displayName": "Voice Memo Kit",
"version": "0.1.1",
"description": "ボイスメモをローカル WhisperX で文字起こし+Claude 校閲し、その内容を口述の指示・思考として会話を始める /voice-memo スキル",
"author": {
"name": "howel-jp"
},
"repository": "https://github.com/howel-jp/voice-memo-kit",
"license": "MIT",
"keywords": [
"voice-memo",
"transcription",
"whisperx",
"japanese"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[voice-memo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/voice-memo)