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 YusenZhang0601/context-canopynpx agentmods add plugins/yusenzhang0601/context-canopy/mcpgit clone --depth 1 https://github.com/YusenZhang0601/context-canopyGrade A, and why
context-canopy 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 2d ago.
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": "context-canopy",
"version": "1.0.2",
"displayName": "ContextCanopy",
"description": "Portable personal AI context: search and capture knowledge, then read allowlisted user authority across agents",
"author": "TonyRainforest",
"license": "MIT",
"mcp": {
"type": "stdio",
"command": "node",
"args": ["${pluginDir}/index.js"],
"env": {}
},
"skills": [
{
"name": "capture-knowledge",
"path": "skills/capture-knowledge/SKILL.md"
}
],
"categories": ["productivity", "knowledge-management"],
"tags": ["personal-ai", "agent-memory", "agent-portability", "cross-agent-memory", "knowledge-base", "local-first", "mcp", "obsidian"],
"icon": "📚",
"permissions": {
"filesystem": {
"read": [
"${pluginDir}/../vault/01-Knowledge",
"${pluginDir}/../vault/02-Insights",
"${pluginDir}/../vault/03-Personal",
"${pluginDir}/../vault/04-Sources",
"${pluginDir}/../vault/90-System"
],
"write": [
"${pluginDir}/../vault/01-Knowledge",
"${pluginDir}/../vault/04-Sources",
"${pluginDir}/../vault/90-System"
],
"reason": "Read the complete canonical graph and fixed personal-AI authority files for compiler checks and context tools; write source captures, Knowledge owners, semantic review registry, derived indexes, and maintenance log"
}
}
}
What ships with it
1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 2d ago First seen · 41 lines scan A 254f9fa6e9ff
context-canopy is a plugin published in the GitHub repository YusenZhang0601/context-canopy (2 stars, last pushed 10d ago), 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-31.
Other plugins, from other repositories
hipocampus
Persistent agent memory that survives across sessions — auto-compacting 3-tier memory with hybrid search. Your agent remembers what it learned, decided, and built.
hipocampus
Plugin marketplace listing 1 plugin: hipocampus.
iai-pme
The personal memory engine for AI coding assistants — local, encrypted, verbatim.
emulo
Emulo: mine your local AI coding session logs into a personal profile your agent loads before every task.
emulo
Mine real AI coding sessions into a bounded, evidence-backed personal layer.
engraphis
Give agents durable, scoped, explainable memory across sessions and repos via the Engraphis MCP tools. Use when you learn something worth keeping, need prior context before acting, or ask why/how a fact changed. Covers remember/recall, why/timeline, forget/pin/correct, sessions, and code search.