Hello
Show a nice greeting message with a timestamp. Use this, when the user wants to greet or say hello, optionally to a certain subject <subject> and in a certain language <language>.From its SKILL.md
npx -y skills add rse/ase --skill helloAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `date '+%Y-%m-%d %H:%M:%S'`.
SKILL.md
1.3 KB, 267 tokens by cl100k_base, as published. Nobody here has run it
!ase meta control skill getopt
-
<step id="STEP 1: Determine Parameters">
-
Set <subject><getopt-arguments/></subject> Set <language><getopt-lang/></language>
- <if condition="<subject/> is empty"> Set <subject>World</subject> </if>
-
The current time <time/> is set by capturing the output of the
Bashtool commanddate '+%Y-%m-%d %H:%M:%S' -
The greeting format in Markdown is exactly:
[<time/>]: *Hello*, **<subject/>**, nice to meet you!
-
-
<step id="STEP 2: Product Output">
-
Create the greeting string, based on the greeting format.
-
Translate the greeting string into the target language <language/>.
-
Output the greeting string verbatim. Do not output anything else.
-
What ships with it: 1 file
950 B alongside SKILL.md
- help.md950 B