bots-garden/mini-mepublic Fork 0
main
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 main · k33g · 3h ago
SKILL.md · 19 lines · 465 Bmarkdown
Blame HistoryOpen raw

name: greetings
description: Greet somebody with a festive message.
keywords: greet, greetings, hello, hi, welcome, bonjour, coucou, saluer

Greetings

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 do not answer from memory: the answer is the
command's output, nothing else.

Replace <name> with the person being greeted, then run:

echo "🎉 greetings <name>"
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
---
name: greetings
description: Greet somebody with a festive message.
keywords: greet, greetings, hello, hi, welcome, bonjour, coucou, saluer
---

# Greetings

## 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 do not answer from memory: the answer is the
command's output, nothing else.

Replace `<name>` with the person being greeted, then run:

```bash
echo "🎉 greetings <name>"
```