using-recall

仓库创建 2026年6月6日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

统一各技能对记忆的读写规范,减少误用与泄露风险。

这个 Skill 做什么

设定并在会话开始时加载 RECALL 的使用契约与访问规则。

会话一开始就把 RECALL 的使用边界、访问规则和归属来源定好,保证后续读写记忆都有规则可循。适合在新线程、要问“RECALL 记得什么”或要保存长期决策、风险、命令时先调用。特别之处是完全本地优先(不打网络),在 Kimi Code 会在 sessionStart 自动加载,必须在其它 RECALL 操作前设置好。

▸ 展开 SKILL.md 英文原文

Use this skill when a fresh RECALL session or new thread needs the usage contract, when the user asks what RECALL remembers, when prior project decisions or commands are relevant, or when a durable requirement, risk, decision, command, or project-state update needs to be saved. Auto-loads at sessionStart on Kimi Code; invoke before other RECALL skills so provider provenance and local-only storage rules are established.

Skill 开发管理会话契约记忆规则兼容性安全通用
0
Stars
0
Forks
8
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/0langa/RECALL/main/plugins/recall/skills/using-recall/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/0langa/RECALL/main/plugins/recall/skills/using-recall/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Using RECALL

RECALL is local-first project memory shared across Codex, Kimi Code, and Claude Code. This skill sets the session-start usage contract that every other RECALL skill (`save-insight`, `retrieve-memory`, `review-memory`, `manage-memory`, `define-category`, `memory-hygiene`) obeys before it touches memory.

RECALL never makes network calls or off-machine writes. All memory stays in the active project's local store. Do not store secrets, credentials, tokens, private keys, passwords, or sensitive personal data.

## Boundary

`using-recall` is a policy skill. It does not create, retrieve, mutate, inspect, route, or clean memory. It establishes the contract the sibling skills obey. F
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有