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.
Coding
ClawHub Demo Skill
Try itUse 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...
What it does
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...
The skill document
ClawHub Demo Skill
Use this skill only for publishing, installation, and invocation smoke tests.
When invoked:
- Reply with one concise sentence confirming that
clawhub-demo-skillis active. - If the user provides a phrase to echo, include that phrase once.
- Do not call external services.
- Do not create files.
Example invocation:
Use $clawhub-demo-skill and echo: hello clawhub
Expected behavior:
clawhub-demo-skill is active: hello clawhub
Related skills
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.
Install or upgrade a ClawHub skill, then make the global copy under the machine's OpenClaw home `skills/` directory the final source of truth. Use when the u...
Prepare and publish a local skill to ClawHub and GitHub using a workflow that keeps the local publish directory clean. Use this skill when the user wants to...
ClawHub reputation checker for clawsec-suite. Adds a standalone reputation gate before guarded skill installation.
Deep audit for installed ClawHub skills — usage analysis, permission review, conflict detection