Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.
62
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/add-mnemon/SKILL.mdDetected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
These URLs point to a third‑party GitHub repository and a direct GitHub‑releases tarball that installs a binary from an untrusted/unknown author—direct binaries from unknown repos are high-risk and commonly used to distribute malware.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
SKILL.md wires `mnemon setup --target claude-code` into `container/entrypoint.sh`, and mnemon hooks at runtime ingest conversation text from the agent input stream (user/outsider-authored) to “surface relevant memory before the agent responds” and then “store new insights after each turn.”
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The Dockerfile downloads and installs the mnemon release from "https://github.com/mnemon-dev/mnemon/releases/download/v${MNEMON_VERSION}/mnemon_${MNEMON_VERSION}_linux_${ARCH}.tar.gz", and that binary is executed (mnemon setup runs at container start) to register hooks that directly modify agent prompts/behavior.
7902716
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.