# Time

> Get the current timestamp in YYYYMMDDHHMM format

- Skill: `bryanp/time` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bryanp/time`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bryanp/time/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bryanp (https://skillmd.com/u/bryanp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bryanp/time

---


Run the following command to get the current timestamp string:

```
date +%Y%m%d%H%M
```

