agentsclimarketplace

Hello

Skill rse/ase/.claude/skills/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

Install
npx -y skills add rse/ase --skill hello

Assembled 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

<skill name="hello"> Hello World </skill> <expand name="getopt" arg1="foo"> $ARGUMENTS </expand> <flow>
  1. <step id="STEP 1: Determine Parameters">
    1. Set <subject><getopt-arguments/></subject> Set <language><getopt-lang/></language>

    2. <if condition="<subject/> is empty"> Set <subject>World</subject> </if>
    3. The current time <time/> is set by capturing the output of the Bash tool command date '+%Y-%m-%d %H:%M:%S'

    4. The greeting format in Markdown is exactly: [<time/>]: *Hello*, **<subject/>**, nice to meet you!

    </step>
  2. <step id="STEP 2: Product Output">
    1. Create the greeting string, based on the greeting format.

    2. Translate the greeting string into the target language <language/>.

    3. Output the greeting string verbatim. Do not output anything else.

    </step>
</flow>

What ships with it: 1 file

950 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.