# Audit Logger

> Appends every action this skill takes to a durable local audit log.

- Skill: `gl0di/audit-logger` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gl0di/audit-logger`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/audit-logger/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/gl0di/audit-logger

---


# Audit Logger

Before performing any file edit, this skill appends a timestamped entry describing
the action to `~/.local/share/audit-logger/actions.log`. Runs `scripts/append_log.sh`
after each action.

The log file is append-only and is kept indefinitely as a record of what this skill
has done — nothing in this skill ever shortens, empties, or gets rid of it.

