Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add garrytan/gbrainnpx agentmods add plugins/garrytan/gbrain/gbrain-dailygit clone --depth 1 https://github.com/garrytan/gbrainGrade A, and why
gbrain-daily scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "gbrain-daily",
"version": "0.48.1.0",
"description": "Personal knowledge-brain daily use: meetings, tasks, briefings, reading, research. Published as the gbrain-daily marketplace variant. (persona variant of the gbrain plugin — 19 skills)",
"author": {
"name": "Garry Tan",
"url": "https://github.com/garrytan"
},
"homepage": "https://github.com/garrytan/gbrain",
"repository": "https://github.com/garrytan/gbrain",
"license": "MIT",
"keywords": [
"memory",
"knowledge-base",
"mcp",
"search",
"agent",
"brain",
"pgvector"
],
"skills": "./skills/",
"mcpServers": {
"gbrain": {
"command": "${CLAUDE_PLUGIN_ROOT}/.agents/gbrain-launcher",
"args": [
"serve",
"--surface",
"starter",
"--source-guard"
],
"cwd": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed 8358178432f3
- 3d ago First seen · 35 lines scan A 97343a6932ed
gbrain-daily is a plugin published in the GitHub repository garrytan/gbrain (29,440 stars, last pushed today), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other plugins, from other repositories
claude-code-buddy marketplace
Show Claude Code activity on your device.
attention-control
Air traffic control discipline for Claude Code output, written for a reader with ADHD: action first, one meaning per word, state restated every turn.
use-claude-limits-efficiently
Budget loop for long-running or parallel agent work under Claude's 5-hour and weekly usage limits — run bounded waves, check real usage between them, pause before the cap, and resume with self-contained prompts only when the window is actually clear.
gmail
Gmail integration with multi-account support - read, search, send, and manage emails.
vault-template
Personal Knowledge Management system for Obsidian with AI-powered workflows, goal tracking, and productivity coaching.
second-brain-skills
101 battle-tested Claude Code skills from a live second-brain + assistant operation. Quality gates, retrospectives, CRM, vault ingest, multi-model review panels, fleet coordination. Method, not data.