{
  "markdown": "# claude-time\n\nStop hearing \"tonight\" at breakfast.\n\nA zero-config Claude Code plugin that injects **live local time + timezone** into every prompt and stamps every Claude response with a visible `[HH:MM AM/PM TZ]` marker.\n\n## Why\n\nClaude's context window has no clock. Without help, the model guesses the time from stale conversation history — leading to \"let's deploy tonight\" when it's 9 AM, or \"what did you do this morning\" when it's already 11 PM.\n\n`claude-time` fixes this with a single shell hook. No daemons, no subscriptions, no API keys.\n\n## What it does\n\nEvery time you submit a prompt, the plugin runs:\n\n```bash\ndate '+%A, %Y-%m-%d %I:%M %p %Z'\n```\n\n…and injects the result into Claude's context as a `UserPromptSubmit` additional-context block. It also instructs Claude to **prepend `[HH:MM AM/PM TZ]` to every response** so you can see when the model's last words actually landed (useful when long tasks stall).\n\nExample injected context:\n\n```\nCurrent local time is Sunday, 2026-05-03 12:01 PM CDT (UTC 2026-05-03T17:01:06Z).\nUse this for any time-of-day language…\n\nMessage stamping: BEGIN every response with the marker `[12:01 PM CDT]` on its own first line…\n```\n\n## Install\n\n### Via marketplace (recommended)\n\n```\n/plugin marketplace add nexusbuildsai/claude-time\n/plugin install claude-time@claude-time-marketplace\n```\n\n### Manual\n\nDrop the contents of `hooks/hooks.json` into your `~/.claude/settings.json` under the `hooks.UserPromptSubmit` array.\n\n## Requirements\n\n- `jq` (pre-installed on macOS, `apt install jq` on Linux)\n- `date` (POSIX, ships with every Unix)\n\nThat's it. No Python, Node, Docker, API keys.\n\n## Customization\n\nEdit `hooks/hooks.json` to tweak the format string. Common variants:\n\n- 24-hour clock: change `%I:%M %p` → `%H:%M`\n- ISO date only: change `%A, %Y-%m-%d %I:%M %p %Z` → `%Y-%m-%d`\n- Add seconds: `%I:%M:%S %p`\n- Add weekday number / day of year: see `man date`\n\n## License\n\nMIT\n\n## Roadmap\n\n- [ ] Optional Stop-hook log file (`~/.claude/claude-time.log`) for stall forensics\n- [ ] Workday awareness (\"you're outside office hours, suggest deferring\")\n- [ ] Multi-timezone display for distributed teams\n- [ ] Deadline countdown injection from a `~/.claude/deadlines.yaml`\n\n---\n\nBuilt by [nexusbuildsai](https://github.com/nexusbuildsai). More AI/automation tools at [permitbystate.com](https://permitbystate.com).\n",
  "bytes": 2362,
  "sha": "f0dce57471db18794e1e51dd6dca32eb40a965d454faf4468190ef6f5fe8468e",
  "repo_slug": "nexusbuildsai/claude-time",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_nexusbuildsai_claude_time_claude_time_fead4acc/readme"
}