Add Calibrd Agent (calibrd) - #591
Open
justinxcguo wants to merge 3 commits into
Open
justinxcguo wants to merge 3 commits into
justinxcguo wants to merge 3 commits into
Conversation
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
Adds Calibrd Agent as a new remote-source plugin. It gives Grok six tools that run
against the person's own Calibrd account: score a job posting against their CV,
generate the full report (gaps at their level, the questions each round asks, the
interview process, a pay benchmark), review a CV, draft a cover letter, check
status and get a pass.
calibrdhttps://github.com/Calibrd/calibrd-agent.git@89d8cb8a63c335fae56a9937215d7a1b3831a469Ownership
sourcerepo is published under our official org.The source repo is
github.com/Calibrd/calibrd-agent, the Calibrd org. Thehomepage is on the same brand domain, and that domain publishes the Ed25519
domain proof for Calibrd's entry in the official MCP registry at
https://www.calibrd.com/.well-known/mcp-registry-auth (registry name
com.calibrd/agent), so the brand, the domain and the source repo all line up.Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha, and that commit is public + reachable..grok-plugin/plugin-index.json(python3 scripts/generate-plugin-index.py).python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset.Security
The plugin ships one Streamable HTTP MCP server and one skill. No hooks, no
commands, no agents, no scripts, nothing that runs locally.
curl | bash, remote-code download/exec, orpostinstallRCE..env, or env vars.https://www.calibrd.com/mcponly —the Calibrd MCP server, which runs the six tools listed above.
Calibrd account, so the tools read and meter against that account. No API keys, no
filesystem access, no environment variables.
Data handling, stated the same way on the listing page: the CV, the job description
and the report pass through the assistant's provider under their terms. Calibrd
itself keeps none of it — reports and CVs are generated and returned, not stored.
Notes for reviewers
https://www.calibrd.com/mcpanswers an unauthenticated probe with401and aWWW-Authenticateheader pointing athttps://www.calibrd.com/.well-known/oauth-protected-resource/mcp. That is theOAuth handshake working, not a broken endpoint — a client follows it to sign in.