tentaflake: Skill for Claude Code

.agents/skills/hermes-memory-personality/SKILL.md

hermes-memory-personality is a skill for Claude Code, Codex from timfewi/tentaflake. It costs 37 tokens per session (2,424 once invoked), scanned A, original, MIT.

A memory and personality manager for the Hermes agent. It manages persistent notes, user preferences, personality settings, and project guidance files across sessions.

In plain words
What is it for?
Use it to manage memory files, user profiles, personality settings, context files, and memory capacity.
Why use it?
It keeps useful context available after a conversation ends, reducing the need to repeat preferences and environment details.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions Claude Code; installed under .agents/ (shared by several agents).

This is timfewi/tentaflake's own configuration. It tells Claude Code and Codex how to work on tentaflake itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tentaflake configures →

Reuse

Borrowing it

Nothing to install: this file belongs to timfewi/tentaflake. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/timfewi/tentaflake/main/.agents/skills/hermes-memory-personality/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/timfewi/tentaflake

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hermes-memory-personality

README.md
[![agentmods](https://agentmods.dev/badge/skills/timfewi/tentaflake/hermes-memory-personality/github.svg)](https://agentmods.dev/skills/timfewi/tentaflake/hermes-memory-personality)
Your own site
<a href="https://agentmods.dev/skills/timfewi/tentaflake/hermes-memory-personality"><img src="https://agentmods.dev/badge/skills/timfewi/tentaflake/hermes-memory-personality/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hermes-memory-personality

Your own site · 80×15
<a href="https://agentmods.dev/skills/timfewi/tentaflake/hermes-memory-personality"><img src="https://agentmods.dev/badge/skills/timfewi/tentaflake/hermes-memory-personality.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,424 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.02424
Opus 5 $0.00018 $0.01212
Sonnet 5 $0.00007 $0.00485
Haiku 4.5 $0.00004 $0.00242

Measured 11d ago against content hash ab2c3983f1a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

hermes-memory-personality scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/hermes-memory-personality/SKILL.md · 274 lines

How it starts

The opening of the file, as written. The whole thing — 274 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hermes Memory & Personality

Tentaflake context: This skill describes Hermes' built-in memory system — it works the same inside tentaflake agent containers. The memory settings (memory.memory_enabled, memory.user_profile_enabled, etc.) can be configured declaratively via the settings attrset in my-agents.nix. See my-agents.nix.example for examples. Agent state (including memory) persists in /var/lib/hermes-<name>/ on the host.

When to Use

  • Manage what the agent remembers across sessions
  • Configure SOUL.md personality
  • Set up AGENTS.md project context files
  • Control memory capacity and consolidation
  • Switch personalities mid-session
  • Understand memory vs skills distinction
  • Use context files (CLAUDE.md, .cursorrules)

Procedure

1. Memory System Overview

Two files persist across sessions:

File Purpose Char Limit Location
MEMORY.md Agent's notes — env facts, conventions, lessons 2,200 chars (~800 tokens) ~/.hermes/memories/MEMORY.md
USER.md User profile — preferences, style, expectations 1,375 chars (~500 tokens) ~/.hermes/memories/USER.md

Both inject into system prompt as frozen snapshot at session start.

2. Memory Tool Actions

Agent uses memory tool:

memory(action="add", target="memory", content="User prefers TypeScript over JavaScript")
memory(action="replace", target="memory",
       old_text="TypeScript",
       content="User prefers TypeScript over JavaScript")
memory(action="remove", target="memory", old_text="TypeScript")
Action Use Key params
add New entry target (memory / user), content
replace Update existing target, old_text (substring), content
remove Delete entry target, old_text (substring)

Read the full file on GitHub · 274 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 274 lines · 37 tokens per session scan A ab2c3983f1a8

Subscribe to this mod's changes

hermes-memory-personality is a skill published in the GitHub repository timfewi/tentaflake (30 stars, last pushed 3d ago), licensed MIT. It adds 37 tokens to every session and 2,424 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

fix-security-vulnerabilities-with-strix

Fix security vulnerabilities found by a Strix pentest (open-source CLI or app.strix.ai cloud) — triage by severity, patch the root cause rather than the symptom, and re-run Strix to prove each fix actually closes the exploit. Handles injection, XSS, SSRF, broken access control, IDOR, and other validated findings. Use…

usestrix/strix · 124 tokens

find-security-vulnerabilities-in-code

Find security vulnerabilities in a codebase or repository with Strix — a white-box AI security review that reads your source, reasons about the actual data flow and authorization model, then exploits what it finds in a live sandbox so every reported issue has a working proof-of-concept instead of a noisy…

usestrix/strix · 129 tokens

hindsight-local

Store user preferences, learnings from tasks, and procedure outcomes. Use to remember what works and recall context before new tasks. (user).

vectorize-io/hindsight · 32 tokens

managed-pentesting-with-strix

Run a managed pentest of a web app, API, repository, or local workspace on the app.strix.ai platform with the strix cloud CLI or REST API — no local Docker or LLM key needed. Safely review and upload local source, register assets, launch and poll scans, triage vulnerabilities, export SARIF, download compliance…

usestrix/strix · 114 tokens

ci-security-scanning-with-strix

Add security scanning to CI/CD with Strix — GitHub Actions, GitLab CI, or any pipeline — so every pull request gets a diff-scoped AI pentest that blocks vulnerable code before it merges, with results as PR comments and SARIF uploaded to code scanning. Covers both the self-hosted open-source CLI (runs in your runner)…

usestrix/strix · 140 tokens

analyzing-linux-elf-malware

Analyze malicious Linux ELF binaries — botnets, cryptominers, ransomware, and rootkits targeting Linux servers, containers, and cloud infrastructure — through static analysis, dynamic tracing, and reverse engineering of x8664 and ARM samples. Use when investigating Linux malware, triaging a suspicious ELF binary…

mukul975/Anthropic-Cybersecurity-Skills · 82 tokens