Install
openclaw skills install @terrycarter1985/ping-echotestA tiny smoke-test skill that echoes back any text you send it. Useful for verifying skill ingestion, publishing, and end-to-end load in a registry. Not for production use.
openclaw skills install @terrycarter1985/ping-echotestTakes any input text and returns the same text prefixed with pong:.
Designed as a deterministic, side-effect-free probe for tooling that
ingests skills from a registry.
Invoke the skill and pass it a piece of text. It will reply with:
pong: <your text>
Input: hello resource-center
Output: pong: hello resource-center