-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
37 lines (37 loc) · 815 Bytes
/
Copy pathplugin.json
File metadata and controls
37 lines (37 loc) · 815 Bytes
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
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "centricmem-skill",
"version": "1.0.31",
"description": "Hosted CentricMem librarian: organise and retrieve Markdown memory via host MCP.",
"author": {
"name": "Dr. Z",
"email": "zeyu@poppyg.com",
"url": "https://github.com/zeyu-j"
},
"homepage": "https://centricmem.com",
"repository": "https://github.com/zeyu-j/centricmem-skill",
"license": "MIT",
"mcpServers": "./mcp.json",
"keywords": [
"skill",
"centricmem",
"mcp",
"memory",
"agent-plugins",
"agent-skills",
"cursor",
"codex",
"copilot",
"kiro",
"kilo",
"codebuddy",
"workbuddy",
"kimi",
"hermes",
"pi",
"openclaw",
"dsh-plugin",
"goose",
"open-plugins"
]
}