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.

SKILL.md · 19 lines · 465 Bmarkdown Blame HistoryRaw
💾 Saved. d722711 k33g 7h ago1---
2name: greetings
3description: Greet somebody with a festive message.
4keywords: greet, greetings, hello, hi, welcome, bonjour, coucou, saluer
5---
6
7# Greetings
8
9## What to do
10
11The command below is for YOU to run with your `bash` tool, in this same turn.
12Do not show it to the user, and do not answer from memory: the answer is the
13command's output, nothing else.
14
15Replace `<name>` with the person being greeted, then run:
16
17```bash
18echo "🎉 greetings <name>"
19```