Borrowing it
Nothing to install: this file belongs to kuaizhongqiang/TencentAgentMemoryBridge. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/kuaizhongqiang/TencentAgentMemoryBridge/main/CLAUDE.mdgit clone --depth 1 https://github.com/kuaizhongqiang/TencentAgentMemoryBridgeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md)<a href="https://agentmods.dev/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md"><img src="https://agentmods.dev/badge/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md"><img src="https://agentmods.dev/badge/instructions/kuaizhongqiang/tencentagentmemorybridge/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.01431 | $0.01431 |
| Opus 5 | $0.00715 | $0.00715 |
| Sonnet 5 | $0.00286 | $0.00286 |
| Haiku 4.5 | $0.00143 | $0.00143 |
Grade A, and why
TencentAgentMemoryBridge CLAUDE.md 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
TencentAgentMemoryBridge 桥接 TencentDB Agent Memory(团队版 v2.0.0,feat/server_team 分支)到 AI Agent 平台(Claude Code / OpenClaw / WorkBuddy)。团队版已引入 MemoryProxy(透明 LLM 代理)与 v3 isolation(team/agent/user 三元组),旧 /capture /recall 等 API 与 sender 隔离已移除。
权威设计见 docs/team-edition-role-model.md(三角色模型:用户/Server Agent/Agent;架构决策:bridge-server 退役、mcp-bridge 重写对齐 v3)。
协作模型
- 我(Claude Code):写代码、管 PR、合并、发布
- CodeBuddy / OpenClaw:测试 mcp-bridge / OpenClaw 官方插件接入,经 GitHub Issues 提 Bug
- Issue/PR 模板在
.github/;发布统一版本号
与 Server Agent 的交接(2026-08-15,PR #39)
- mcp-bridge 0.4.0 已发布 npm latest:新增 task_id 防混用校验(拒绝
agt-/team-/usr-/sk-前缀)+ 工具结果_context回显隔离域。npx方式自动命中新版;全局安装需npm install -g tencent-agent-memory-mcp-bridge@latest - 新增 agent
deepseek-harness:agt-25k8snomqe(team=team-w7eai9w6kc/ user=usr-w7easao7jg),L0 每轮对话自动入库(scripts/dsh-memory-autostore.mjs,扫描~/.dsh/sessions会话日志) - task_id 约定:数据面字符串标签 = 项目目录名(cwd 派生,非 meta 面 task 实体);身份 id(
agt-*/team-*/usr-*/sk-*)禁止用作 task_id(mcp-bridge ≥0.4.0 启动即拒绝) - Server(MemoryCore Gateway)无需改动;测试期间网关留有少量测试 L0(system32 / 冒烟数据,可忽略或清理)
架构
- MemoryProxy(团队版):Claude Code/WorkBuddy 接入,URL
/{agent}/{spaceId}/v1/*+ header 预选(x-team-id/x-agent-id) - openclaw-plugin(官方):OpenClaw 接入,静态配置
teamId/agentId/userId - mcp-bridge(保留,重写对齐 v3):MCP-only 客户端 → MemoryCore
/v3/*,配置TEAM_ID/AGENT_ID/USER_ID(+ 可选TASK_ID);接入方含 Claude Code / CodeBuddy / DeepSeek Harness(DSH 原生 MCP 客户端,见 docs/deepseek-harness-v3.md) bridge-server已退役:旧 sender 鉴权/转发被团队版自带鉴权取代
task_id 与身份(严格分离)
team_id/agent_id/user_id= 身份(meta 面注册实体,agt-*/team-*/usr-*),跨项目不变task_id= 项目级隔离标签(项目目录名或显式TASK_ID),每项目不同- mcp-bridge ≥ 0.4.0 启动时拒绝
agt-/team-/usr-/sk-前缀的task_id——不要把身份 id 当 task_id 用
记忆(MemoryProxy 透明回流)
Claude Code 指向 MemoryProxy(ANTHROPIC_BASE_URL)后记忆自动处理,无需显式工具调用:
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.
- 9d ago First seen · 61 lines · 1,431 tokens per session scan A fb3d047b9b53
TencentAgentMemoryBridge CLAUDE.md is an instructions file published in the GitHub repository kuaizhongqiang/TencentAgentMemoryBridge (0 stars, last pushed 24d ago), licensed MIT. It adds 1,431 tokens to every session, about $0.0072 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 instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.