# Datetime Mate

> Use this skill when the user wants to use datetime-mate — Golang CLI to compute differences between dates, times, or durations.

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

---


# datetime-mate Plugin

Golang CLI to compute differences between dates, times, or durations

## Commands
- `datetime-mate self version` — Print datetime-mate version
- `datetime-mate _ _` — Passthrough to datetime-mate CLI

## Usage Examples
- `datetime-mate self version` — Check installed version
- `datetime-mate _ _ --help` — Show datetime-mate help
- `datetime-mate _ _ --json` — JSON output mode

## Installation
```bash
go install github.com/datetime-mate/datetime-mate@latest
```

## Key Features
- datetime, golang, cli, utility
- Non-interactive CLI with JSON output support
- Pipeline-ready for automation

