Skip to content

content(plugins): add CentricMem - #35

Closed
zeyu-j wants to merge 2 commits into
ZeroPointRepo:mainfrom
zeyu-j:add-centricmem-plugin
Closed

content(plugins): add CentricMem#35
zeyu-j wants to merge 2 commits into
ZeroPointRepo:mainfrom
zeyu-j:add-centricmem-plugin

Conversation

@zeyu-j

@zeyu-j zeyu-j commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

What this adds

CentricMem — plugin. Hosted librarian Skill so a Grok Bot files and searches Markdown cards over host MCP instead of treating chat memory as the store.

Checklist

  • This PR adds exactly ONE new file under content/ (plus assets for this entry, if any).
  • It follows CONTRIBUTING.md — required fields + the golden rules (G1–G8).
  • slug is kebab-case and exactly matches the filename.
  • I ran / used this myself end to end — it works today.
  • Every URL in the frontmatter resolves to real, relevant content.
  • The prompt body is the real, complete prompt — not a summary or a teaser.
  • The entry body is plain markdown — no raw HTML.
  • I did NOT set verified_at or status: livestatus: proposed.
  • This is not an ad. The page is a working Grok Bot setup for a hosted librarian (same shape as other MCP plugins).
  • I license this contribution under CC BY 4.0 (attribution: entry author + grokbot.dev).

npm run validate on Windows reports CRLF false positives across the existing corpus (status: "live\\r"). This file is LF. Schema/length checks for this entry: body 1471, prompt 783, tagline 62, install steps within 10–300.

Where it came from

https://github.com/zeyu-j/centricmem-skill
https://centricmem.com

Made with Cursor

Proposed listing for the hosted librarian Skill: connect via /connect?device=, never paste keys in chat.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI lite review requested due to automatic review settings September 6, 2026 23:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The prompt references REFERENCE.md without a valid URL/path (it’s not at repo root), which can lead to an incorrect setup flow.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Adds a new content/ plugin entry for CentricMem (a hosted “librarian” for filing/searching Markdown cards via MCP) so it can be listed and served through grokbot.dev’s content collections and API.

Changes:

  • Introduces a new plugin markdown entry with frontmatter metadata (category, install steps, prompt, links, pricing, timestamps, status).
  • Documents the intended setup flow and operational boundaries (connect flow, no key pasting, no direct HTTP calls).
File summaries
File Description
content/plugins/centricmem.md New plugin listing entry for CentricMem (frontmatter + description + usage instructions).
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread content/plugins/centricmem.md Outdated
- "Install the Skill in the agent you already use: npx skills add zeyu-j/centricmem-skill --skill centricmem-agent -g"
- "Ask the agent to connect. It should send only a /connect?device= link (ten minutes). Enter the key on that page, then start a new chat."
- "Keep talking. When work is real the agent files cards on the hosted librarian via host MCP at https://mem.centricmem.com/mcp. Search and download originals on the dashboard."
prompt: "You are connecting this Grok Bot to the hosted CentricMem librarian. Read the Skill at https://github.com/zeyu-j/centricmem-skill/blob/main/skills/centricmem-agent/SKILL.md and REFERENCE.md before you invent a flow. Capture stays in this agent's own memory. CentricMem is the organise/retrieve layer: Markdown cards on https://mem.centricmem.com/mcp. If MCP tools are missing, run centricmem connect --device and send only the printed https://centricmem.com/connect?device= URL. I enter the default key or an extra key on that page. Never ask me to paste a key, token, or transcript jsonl into chat. Never curl librarian HTTP. Never bootstrap a local hub. Sweep into a named shelf, never Inbox. Confirm setup with health then ambient, then search for a recent decision if I have any."

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. The prompt now points at the full URL https://github.com/zeyu-j/centricmem-skill/blob/main/skills/centricmem-agent/REFERENCE.md next to the SKILL.md URL.

Copilot flagged the bare filename; agents would not find skills/centricmem-agent/REFERENCE.md.

Co-authored-by: Cursor <cursoragent@cursor.com>
@zeyu-j

zeyu-j commented Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

Done. The prompt now points at the full URL https://github.com/zeyu-j/centricmem-skill/blob/main/skills/centricmem-agent/REFERENCE.md next to the SKILL.md URL.

scheemunai pushed a commit that referenced this pull request Sep 7, 2026
Hosted memory librarian for AI agents — Markdown cards over a host MCP
endpoint, with a device-code connect flow so keys never land in chat.

Verified: centricmem.com 200, github.com/zeyu-j/centricmem-skill 200
(active, ships .grok-plugin + SECURITY.md), mem.centricmem.com/mcp 401
(auth required, as expected). Not a duplicate of any existing plugin.

Maintainer edits: status proposed -> live, verified_at added.

Co-Authored-By: zeyu-j <zeyu-j@users.noreply.github.com>
Co-Authored-By: CRHQ <noreply@crhq.ai>
@scheemunai

Copy link
Copy Markdown
Contributor

Merged into main (commit fca6166) and live now: https://grokbot.dev/plugins/centricmem/

Verification we ran before merging: centricmem.com → 200, github.com/zeyu-j/centricmem-skill → 200 (active, ships a .grok-plugin manifest and a SECURITY.md), mem.centricmem.com/mcp → 401 auth-required, which is the right answer for a host MCP endpoint. Not a duplicate of anything in content/plugins/, and the schema pre-check was clean on the first pass — tagline 62, pricing_note 114, all four install steps inside 10–300, engineering/agents-ops is a real pair, and GitHub matches a canonical integration name. Nothing needed fixing.

Two maintainer-only edits applied on merge, which is normal and not a criticism of the PR: status: proposedstatus: live, and verified_at: "2026-09-07T00:00:00Z" added. Submitters are not expected to set either — a reviewer does, at the moment they actually verify.

Worth saying plainly: the install steps and the prompt both refuse to let a key travel through a chat window, and route to a ten-minute device-code page instead. That is the part that made this an easy merge. Thank you for writing it that way, and for the listing generally.

@scheemunai scheemunai closed this Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants