Security

TaskFlow ClawHub Upload Runbook

Try it

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.

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

  1. Process (TaskFlow): create a managed flow, run a child task that validates the skill folder, set waiting state if validation fails, resume on fix.
  2. Ingest (ClawHub): clawhub publish --slug --name --version --changelog "".
  3. Verify: clawhub inspect or clawhub skill verify .

Prerequisites

  • clawhub CLI installed and authenticated (clawhub whoami returns a handle).
  • A skill folder containing SKILL.md with 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

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.

1 installs

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 installs

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 installs

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 installs

Reference skill demonstrating TaskFlow + ClawHub tooling for publishing digital content to the resource hub.

2 installs

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 installs