Conversation
Pin zeyu-j/centricmem-skill so Grok Build can install the hosted librarian Skill via host MCP. Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to adding a new pinned-SHA marketplace entry and its corresponding generated index update, with no schema or validation issues evident in the modified JSON.
Pull request overview
Adds the CentricMem remote-source plugin to the Grok Build catalog, including its pinned commit reference and generated index metadata, so it can be discovered and installed from the marketplace.
Changes:
- Added a new
centricmementry to the marketplace catalog with URL source + pinned 40-char SHA, homepage, keywords, and domains. - Regenerated the plugin index to include
centricmem(version + exposed skill metadata).
File summaries
| File | Description |
|---|---|
.grok-plugin/marketplace.json |
Adds the centricmem marketplace listing (URL source pinned to commit SHA, metadata for discovery). |
.grok-plugin/plugin-index.json |
Adds the generated index entry for centricmem (version and skill component summary). |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Cursor <cursoragent@cursor.com>
Author
|
Copilot had no inline comments. Follow-up pin: Skill 0.21.27 at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
centricmem299c6f0c32bf7cb32cb70de2bbb87c2f135d8517Adds the hosted CentricMem librarian Skill to the Grok Build catalog. Agents organise and retrieve Markdown cards over host MCP at
https://mem.centricmem.com/mcp. Authentication is a ten-minute/connect?device=page so keys never land in chat.Local checks:
python scripts/generate-plugin-index.pypython scripts/validate-catalog.pypython scripts/generate-plugin-index.py --checkOwnership
sourcerepo is published under our official org (or I've explained why not below).There is no separate GitHub org yet.
zeyu-j/centricmem-skillis the canonical public Skill package (same author as centricmem.com / mem.centricmem.com). The private client stays out of this catalog.Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha, and that commit is public + reachable..grok-plugin/plugin-index.json(python scripts/generate-plugin-index.py).python scripts/validate-catalog.pypasses locally.python scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset.License: PolyForm-Noncommercial-1.0.0 (stated in
.grok-plugin/plugin.jsonon the pinned commit).Security
curl | bash, remote-code download/exec, orpostinstallRCE..env, or env vars.https://mem.centricmem.com/mcp(Streamable HTTP host MCP) andhttps://centricmem.com/connect?device=(human-only key entry). Dashboard/login stay on centricmem.com.Notes for reviewers
Keywords/domains are brand-scoped (
centricmem,centricmem librarian,centricmem mcp;centricmem.com,mem.centricmem.com). The plugin is a Skill + host MCP client, not a local hub bootstrap.Made with Cursor