A simple demo skill that performs a ping/pong business workflow for testing resource ingestion pipelines.
编程
Demo Greeting
试用A demo greeting skill that prints friendly hello messages. Use when you need a simple greeting or welcome message for testing or demonstration purposes.
它能做什么
A demo greeting skill that prints friendly hello messages. Use when you need a simple greeting or welcome message for testing or demonstration purposes.
技能文档
Demo Greeting Skill
A simple demonstration skill that provides friendly greeting messages.
Quick Start
echo "Hello from demo-greeting skill!"
Usage
This skill demonstrates the minimal structure needed for a valid OpenClaw skill. It contains only a SKILL.md file with proper frontmatter.
Examples
- Print a greeting:
echo "Hello, world!" - Print a personalized greeting:
echo "Hello, User!"
相关技能
Demo skill created to test the workflow of content ingestion from creation to publication. Use when learning how skills are structured and published.
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...
Discover, install, update, or create the right skill when a workflow gap appears. Use when a task is repetitive, a role lacks a reliable procedure, an existi...
Coordinate schema-driven workflows across configurable domains using workflow definitions, adapters, active tracks, artifact versions, approval/risk triage,...
A demonstration skill for content ingestion workflows. Checks a workspace folder for text/markdown assets, generates a simple inventory report, and prints a summary. Useful as a minimal example for pipeline-driven publishing.