bots-garden/mini-mepublic Fork 0
d72271127802973540c648bfb372176cdaaa8e4f
Commits
Clone
git clone https://git.rickub.com/bots-garden/mini-me.git
git clone ssh://git@rickub.com/bots-garden/mini-me.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

💾 Saved. d722711 · on d72271127802973540c648bfb372176cdaaa8e4f · k33g · 6h ago
SKILL.md · 19 lines · 403 Bmarkdown
Blame HistoryOpen raw

name: what-time-is-it
description: Give the current date and time.
keywords: time, date, clock, now, today, heure, date du jour, quelle heure

What time is it?

What to do

The command below is for YOU to run with your bash tool, in this same turn.
Do not show it to the user, and never guess the time: only the command knows it.

Run:

date "+%A %d %B %Y — %H:%M:%S (%Z)"
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
---
name: what-time-is-it
description: Give the current date and time.
keywords: time, date, clock, now, today, heure, date du jour, quelle heure
---

# What time is it?

## What to do

The command below is for YOU to run with your `bash` tool, in this same turn.
Do not show it to the user, and never guess the time: only the command knows it.

Run:

```bash
date "+%A %d %B %Y — %H:%M:%S (%Z)"
```