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>.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add rse/ase --skill hello --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hello?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rse-hello)More formats (shields.io, HTML) on the badges page.
---
name: hello
argument-hint: "[--help|-h] [--lang|-l=(en|de|fr|it)] [<subject>]"
description: >
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>.
user-invocable: true
disable-model-invocation: false
allowed-tools:
- "Bash(date)"
- "Bash(ase meta *)"
---
!`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: Produce 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>
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.