From 3b9d70170046a3e7414e8e648c4177826b302e30 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:46:37 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 11 ++++++++++ README.md | 3 +++ hooks/hooks.json | 15 +++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 hooks/hooks.json create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..e026043 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "coeiro-operator", + "description": "COEIROINK音声合成MCPサーバー", + "version": "1.3.0", + "author": { + "name": "otolab" + }, + "hooks": [ + "./hooks" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..240e5b2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# coeiro-operator + +COEIROINK音声合成MCPサーバー diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..78f112e --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,15 @@ +{ + "hooks": { + "Notification": [ + { + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "npx --package @coeiro-operator/cli -y say-coeiroink '入力待ちです'" + } + ] + } + ] + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..03c74c1 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:otolab/ai-agent-prompts:coeiro-operator", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "60ade6112734969425767f2ad93bb8268621a7db", + "treeHash": "63ce327662a823012d359286497dba458a1ce06e39e2e32ff09a96845ecdd331", + "generatedAt": "2025-11-28T10:27:32.833854Z", + "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": "coeiro-operator", + "description": "COEIROINK音声合成MCPサーバー", + "version": "1.3.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "2b8f49f9cde71046bc979ad3a9178b0ee14c17e246cf51557ef842c55cf4b862" + }, + { + "path": "hooks/hooks.json", + "sha256": "b1401682e9ad81aac0cd837bccd10933541a3a81e7db97a39f84795e5ca64ab4" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "9cd7ebe091e4b538ffe02134eb1f8f9ac3d7bc04415b4d5a75292c5dc6e2b38f" + } + ], + "dirSha256": "63ce327662a823012d359286497dba458a1ce06e39e2e32ff09a96845ecdd331" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file