Install
openclaw skills install test-echoA test echo skill for testing OpenClaw skill system with parameter passing.
openclaw skills install test-echoThis is a simple test skill that echoes back a greeting with the provided name parameter.
Use this skill when:
name (string, required): The name to include in the greetingUser says: "Test the skill with name John" Skill returns: "Hello, John! Skill executed successfully"
This is a test skill created for demonstration purposes only.