编程

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 publish and clawhub install round-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.md file.

相关技能

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...

12 次安装

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.

1 次安装

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...

19 次安装

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...

14 次安装

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.

34 次安装