Scan Report
0 /100
extract-memories
对话结束后自动提炼关键记忆到 topic 文件
A well-documented memory extraction skill that safely writes conversation insights to markdown topic files in a scoped directory.
Safe to install
No action required. This skill has clear boundaries and no security concerns.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md declares FileWrite for memory/topics/ and MEMORY.md |
File Tree
1 files · 5.1 KB · 180 lines Markdown 1f · 180L
└─
SKILL.md
Markdown
Security Positives
✓ Single-file markdown skill with no executable code
✓ Well-scoped file operations targeting only memory/topics/ and MEMORY.md
✓ Comprehensive documentation with explicit What NOT to Save rules
✓ No shell execution, network requests, or credential access
✓ Append-only mode prevents accidental overwrites
✓ Clear trigger words and usage patterns documented