Install
openclaw skills install @terrycarter1985/taskflow-clawhub-upload-runbookStep-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.
openclaw skills install @terrycarter1985/taskflow-clawhub-upload-runbookThis skill is itself the digital artifact produced by the pipeline it documents.
clawhub publish <path> --slug <slug> --name <name> --version <ver> --changelog "<text>".clawhub inspect <slug> or clawhub skill verify <slug>.clawhub CLI installed and authenticated (clawhub whoami returns a handle).SKILL.md with valid frontmatter (name, description).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