a-mem-memory-organization

v1.0.0

Organize project, agent, or user memory using an A-MEM-style workflow with structured notes, semantic tags, contextual summaries, explicit links, and lightwe...

0· 113·0 current·0 all-time
by曹广雨@xiaocaijic
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description (A-MEM-style memory organization) match the SKILL.md: it defines note schemas, write/retrieval/evolution workflows, and suggested local storage paths. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
Runtime instructions stay within the stated purpose: normalize observations into notes, search existing memory, link or conservatively update notes, and optionally persist to local files (e.g., memory/notes.json or memory/notes.md). The skill does not instruct reading unrelated system files, environment variables, or contacting external endpoints.
Install Mechanism
No install spec or code is included (instruction-only), so nothing will be downloaded or written by an installer. This minimizes risk and is appropriate for a pattern/guide skill.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions reference only local memory files and in-repo storage, which are proportionate to the described functionality.
Persistence & Privilege
The skill's agent metadata (agents/openai.yaml) sets allow_implicit_invocation: true, which permits implicit invocation by the agent loop — this is normal for user-invocable skills. The skill is not marked always:true and does not request system-wide config changes or other skills' credentials.
Assessment
This skill is a pattern/style guide for organizing long-term memory and appears self-consistent. Before enabling it, decide where you want durable notes stored (e.g., a repo file or a database) and whether those storage locations may contain sensitive data. If you plan to persist PII, credentials, or secrets, add appropriate access controls (encryption, access restrictions, retention policies) because the skill recommends writing notes to local files. Also review how your agent chooses which notes to persist or update to avoid inadvertently recording sensitive conversational content.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c5avwddss8sjvttv6p1bf0n833x9e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments