
Chat Timestamp
- 1 repo stars
- Updated April 20, 2026
- srikxcipher/claude-timestamp-plugin
Adds timestamps to every user prompt and Claude response in the terminal for audit purposes
About
chat-timestamp is a Claude Code skill in the Security category. Adds timestamps to every user prompt and Claude response in the terminal for audit purposes
- chat-timestamp
- Security
- AI-coding skill
Chat Timestamp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add srikxcipher/claude-timestamp-plugin/plugin install chat-timestamp@claude-custom-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | April 20, 2026 |
| Repository | srikxcipher/claude-timestamp-plugin ↗ |
What it does
Adds timestamps to every user prompt and Claude response in the terminal for audit purposes
README.md
claude-timestamp-plugin
A Claude Code plugin that adds timestamps to every conversation — visible in your terminal and saved to an audit log.
What it does
- Shows
⏱ [2026-04-20 14:32:05]in the terminal when you submit a prompt - Shows
⏱ [2026-04-20 14:36:00]after Claude finishes responding - Appends both events to
~/.claude/timestamp-audit.logfor persistent audit trail - Zero extra token consumption for the audit log
Install
claude plugin marketplace add srikxcipher/claude-timestamp-plugin
claude plugin install chat-timestamp
Restart Claude Code. That's it.
Uninstall
claude plugin uninstall chat-timestamp
Audit log
Entries are appended to ~/.claude/timestamp-audit.log:
[2026-04-20 14:32:05] User prompt submitted
[2026-04-20 14:36:00] Claude response completed
[2026-04-20 14:37:10] User prompt submitted
[2026-04-20 14:38:45] Claude response completed
Tail it live during a session:
tail -f ~/.claude/timestamp-audit.log
Requirements
- Claude Code v2.0+
- macOS or Linux (Windows supported via Git Bash)
Related skills
Securityappsec