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...
编程
Hello ClawHub Demo
试用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.
它能做什么
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.
技能文档
Hello ClawHub Demo
A tiny skill that prints a greeting and the current UTC timestamp. It exists to demonstrate the full TaskFlow + ClawHub publish pipeline: validate the skill folder, publish it to the ClawHub registry, and verify it can be installed back from the registry.
When to use
- Demonstrating the ClawHub publish flow from a local skill folder.
- Verifying a skill folder is valid and ingestible by the registry.
- Smoke-testing that
clawhub publishandclawhub installround-trip works.
Steps
echo "Hello from hello-clawhub-demo @ $(date -u +%FT%TZ)"
Expected output
A single line containing the greeting and an ISO-8601 UTC timestamp, e.g.:
Hello from hello-clawhub-demo @ 2026-08-21T00:00:00Z
Notes
- No external dependencies or API keys are required.
- The skill folder must contain at least this
SKILL.mdfile.
相关技能
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.
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...
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...
ClawVision 1.0.6 — improve ClawHub security review transparency by rewriting description and removing unused skill_workshop permission.
ClawHub reputation checker for clawsec-suite. Adds a standalone reputation gate before guarded skill installation.