Coding

hello-asset

Try it

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.

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:

  1. Pipeline demo — proves the end-to-end flow from workspace authoring to ClawHub publishing.
  2. 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

  1. Load the skill: hello-asset
  2. Invoke it — it returns a greeting message.
  3. Optionally pass a name for a personalized greeting.

Steps

  1. Load — the agent reads SKILL.md and understands the skill's purpose.
  2. Invoke — call the skill with an optional name parameter.
  3. 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 demo greeting skill that prints friendly hello messages. Use when you need a simple greeting or welcome message for testing or demonstration purposes.

1 installs

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.

1 installs

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...

12 installs

Generate Skill skeleton code, SKILL.md, and reference materials following best practices

2 installs

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.

1 installs

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.

1 installs