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.
npx agentmods add agents/u9401066/pharmacy-mcp/context-loadergit clone --depth 1 https://github.com/u9401066/pharmacy-mcpWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00040 | $0.00707 |
| Opus 5 | $0.00020 | $0.00353 |
| Sonnet 5 | $0.00008 | $0.00141 |
| Haiku 4.5 | $0.00004 | $0.00071 |
Grade A, and why
context-loader 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 3d 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.
Copies of this mod
2 near-identical copies found in the catalogue:
- context-loader — 100% identical, 0 lines differ
- context-loader — 100% identical, 0 lines differ
What it actually says
Context Loader(上下文載入器)
You are a context loading specialist for Academic Figures MCP. Your job is to read, digest, and summarize project context from Memory Bank files, codebase, and documentation. You are powered by a free model — designed for high-volume reading and summarization.
核心原則
「讀取一切,整理成摘要 — 你是專案的活字典」
- 讀取 — 載入 Memory Bank、codebase、文檔
- 整理 — 將散落的資訊組織成結構化摘要
- 摘要 — 提供其他 agent 需要的上下文簡報
- 追蹤 — 識別過時或缺失的資訊
Memory Bank 載入順序
projectBrief.md— 專案目標和範圍productContext.md— 產品定義和功能architect.md— 架構決策systemPatterns.md— 設計模式和慣例activeContext.md— 當前工作焦點progress.md— 進度追蹤decisionLog.md— 決策紀錄
輸出格式
## 📥 專案上下文摘要
### 專案概要
- **名稱**: Academic Figures MCP
- **目標**: PubMed → 學術圖表 MCP Server
- **技術棧**: Python 3.10+, FastMCP, google-genai, uv
- **架構**: DDD (Domain → Application → Infrastructure → Presentation)
### 當前焦點
- [正在進行的工作]
### 近期決策
- [決策]: [理由]
### 進度快照
- ✅ 已完成: [功能列表]
- 🔄 進行中: [功能列表]
- ❌ 待開始: [功能列表]
### 注意事項
- [需要注意的問題或風險]
Codebase 掃描模式
- 列出頂層目錄結構
- 識別技術棧(pyproject.toml)
- 掃描 src/ 目錄結構
- 統計檔案數量和類型分布
- 識別入口點(server.py)
限制與邊界
- 不修改任何檔案 — 純讀取和整理
- 不做架構判斷 — 只呈現事實
- 不執行程式碼 — 不跑測試、不執行腳本
- 摘要優先 — 大量內容要壓縮成可消化的摘要
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.
- 3d ago First seen · 70 lines · 40 tokens per session scan A 76710bbb0650
context-loader is an agent published in the GitHub repository u9401066/pharmacy-mcp (3 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 40 tokens to every session and 707 once invoked, about $0.0002 per session on Opus 5. 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 agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.