A demo greeting skill that prints friendly hello messages. Use when you need a simple greeting or welcome message for testing or demonstration purposes.
Coding
hello-asset
Try itA practical demonstration skill showing how to greet users with a customizable message. Useful for testing the skill publishing pipeline and as a template for new skill authors.
What it does
A practical demonstration skill showing how to greet users with a customizable message. Useful for testing the skill publishing pipeline and as a template for new skill authors.
The skill document
Hello Asset
Hello Asset is a minimal but functional skill that returns a friendly greeting. It serves two purposes:
- Pipeline demo — proves the end-to-end flow from workspace authoring to ClawHub publishing.
- Template — a clean starting point for new skill authors who want a working reference.
When to Use
- You want to verify your ClawHub publishing pipeline works end-to-end.
- You need a lightweight template for a new skill.
- You're testing that skill installation and invocation function correctly.
Usage
- Load the skill:
hello-asset - Invoke it — it returns a greeting message.
- Optionally pass a name for a personalized greeting.
Steps
- Load — the agent reads SKILL.md and understands the skill's purpose.
- Invoke — call the skill with an optional name parameter.
- Respond — the skill returns a greeting string.
Example
User: hello-asset Alice
Agent: Hello, Alice! 👋 Thanks for checking out Hello Asset — a demo skill showcasing the full author-to-publish pipeline on ClawHub.
Metadata Notes
- Version: 1.0.0
- Author: terrycarter1985
- License: MIT
Related skills
A minimal but complete demo skill that greets the user and prints the current UTC timestamp. Useful for verifying the ClawHub publish/install pipeline end to end.
Use this tiny demo skill to verify that a ClawHub skill can be published, installed, and invoked; it returns a short confirmation message and optionally echo...
Generate Skill skeleton code, SKILL.md, and reference materials following best practices
Minimal demonstration skill for verifying a ClawHub publish flow. Prints a configurable greeting and the current date so the publish/ingest path can be exercised with a safe, side-effect-free artifact.
Fixed-string status responder for integration smoke tests. When a user or CI harness asks for a heartbeat check, this skill returns a deterministic token so end-to-end skill loading can be verified without side effects.