agent-memory
仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由
适合需要持久记忆与自动化测试的团队与项目。
▸ 风险提示
可能驱动本地 Chromium 并持久化数据,注意权限与隐私。
这个 Skill 做什么
会话记忆管理、基于浏览器的 QA 测试与多代理协调工具。
把会话记忆、基于浏览器的 QA 测试和多代理协作三件事整合到一个流程:可以保存/搜索/修剪 agent 学到的项目知识,驱动真实 Chromium 做交互测试并截屏,或让多个 AI 协同完成同一任务。需要跨会话保留学习、复核 agent 对代码库的认知、或做带登录态的浏览器测试时用。特别之处是统一界面管理记忆和实机浏览器测试,便于调试和知识维护。
▸ 展开 SKILL.md 英文原文
Session memory management, browser-based QA testing, and multi-agent coordination skill. Use when the user wants to persist learnings across sessions, review what the agent has learned about their codebase, prune stale knowledge, run browser-based testing with real Chromium, coordinate multiple AI agents on the same task, or set up authenticated browser sessions for testing.
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/agent-memory/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/agent-memory/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Agent Memory — Unified Skill This skill unifies three complementary capabilities into a single, coherent workflow: 1. **`/learn` — Session Memory Management** — Persist, search, prune, and export what the agent has learned about your codebase and project across sessions. 2. **`/browse` — Browser-Based QA Testing** — Drive real Chromium (headless or headed), click elements, take screenshots, import cookies, and assert page state for production-grade QA. 3. **`/pair-agent` — Multi-Agent Coordination** — Spawn parallel sub-agents on isolated scopes, aggregate results, and hand off context cleanly between agents. --- ## Part 1 — Memory Management (`/learn`) ### 1.1 Philosophy: Why Memory
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有