Orchestrate a TaskFlow-managed ingestion job that validates, packages, and publishes an OpenClaw skill folder to the ClawHub registry, then verifies the published artifact. Use when a piece of digital content (an agent skill) must move through a durable multi-step flow and land in the ClawHub resource center in a reproducible way.
Security
TaskFlow ClawHub Upload Runbook
Try itStep-by-step runbook for pairing TaskFlow (business process orchestration) with ClawHub (skill registry ingestion) to publish a digital skill artifact to the ClawHub resource center. Use when you need a repeatable, auditable process-to-upload pipeline.
What it does
Step-by-step runbook for pairing TaskFlow (business process orchestration) with ClawHub (skill registry ingestion) to publish a digital skill artifact to the ClawHub resource center. Use when you need a repeatable, auditable process-to-upload pipeline.
The skill document
TaskFlow + ClawHub Upload Runbook
This skill is itself the digital artifact produced by the pipeline it documents.
Pipeline
- Process (TaskFlow): create a managed flow, run a child task that validates the skill folder, set waiting state if validation fails, resume on fix.
- Ingest (ClawHub):
clawhub publish --slug --name --version --changelog "". - Verify:
clawhub inspectorclawhub skill verify.
Prerequisites
clawhubCLI installed and authenticated (clawhub whoamireturns a handle).- A skill folder containing
SKILL.mdwith valid frontmatter (name,description). - TaskFlow runtime available (OpenClaw gateway) for the orchestration layer.
Key commands
clawhub whoami
clawhub publish ./runbook-skill --slug taskflow-clawhub-upload-runbook --name "TaskFlow ClawHub Upload Runbook" --version 1.0.0 --changelog "Initial runbook" --dry-run
clawhub publish ./runbook-skill --slug taskflow-clawhub-upload-runbook --name "TaskFlow ClawHub Upload Runbook" --version 1.0.0 --changelog "Initial runbook"
clawhub inspect taskflow-clawhub-upload-runbook
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.
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...
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...
Reference skill demonstrating TaskFlow + ClawHub tooling for publishing digital content to the resource hub.
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...