-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1.56 KB
/
plugin.json
File metadata and controls
43 lines (43 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "speak-swiftly-server",
"version": "2.1.3",
"description": "Repo-local Codex plugin for the SpeakSwiftlyServer MCP surface, focused operator skills, and shared local MCP configuration.",
"author": {
"name": "Gale",
"email": "mail@galewilliams.com",
"url": "https://github.com/gaelic-ghost"
},
"repository": "https://github.com/gaelic-ghost/SpeakSwiftlyServer",
"homepage": "https://github.com/gaelic-ghost/SpeakSwiftlyServer",
"license": "Apache-2.0",
"keywords": [
"speech",
"tts",
"audio",
"mcp",
"plugin",
"swift"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "Speak Swiftly",
"shortDescription": "Local speech and playback workflows for Codex.",
"longDescription": "Repo-local Codex plugin for the SpeakSwiftlyServer MCP surface, including focused skills for LaunchAgent setup, runtime operation, voice workflows, text-profile authoring, and plugin-managed Codex final-reply speech hooks.",
"developerName": "Gale",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/gaelic-ghost/SpeakSwiftlyServer",
"defaultPrompt": [
"Use Speak Swiftly to read this reply aloud.",
"Set up Speak Swiftly on this machine as a background service.",
"Help me install or validate the Speak Swiftly LaunchAgent service.",
"Inspect the local Speak Swiftly runtime and queue state.",
"Create or edit a Speak Swiftly text profile."
]
}
}