Install
openclaw skills install @terrycarter1985/workspace-pingA simple demo skill that performs a ping/pong business workflow for testing resource ingestion pipelines.
openclaw skills install @terrycarter1985/workspace-pingA minimal demo skill for testing digital resource ingestion pipelines.
The skill defines a simple ping/pong business process: given an input message, it returns the same message prefixed with "pong: ".
# From the workspace shell
echo '{"message": "hello"}' | ping-process
message fieldecho '{"message": "test"}' | ping-process
# Output: pong: test
This skill is intended as a sample digital asset for testing upload/ingestion workflows into resource registries.