Demonstrates the end-to-end collaboration between a business process workflow (TaskFlow-style workspace orchestration) and a digital asset management tool (ClawHub CLI) — from preparing a publishable artifact to ingesting it into the ClawHub resource center.
Coding
Asset Ingest Guide
Try itReference skill demonstrating TaskFlow + ClawHub tooling for publishing digital content to the resource hub.
What it does
Reference skill demonstrating TaskFlow + ClawHub tooling for publishing digital content to the resource hub.
The skill document
Asset Ingest Guide (demo resource)
This skill is a minimal reference artifact: a placeholder "digital content" file
that was prepared with a TaskFlow workflow and then uploaded to the ClawHub
resource center using the clawhub publish command.
Purpose
- Provide a repeatable demo: business process (TaskFlow) + digital asset management (ClawHub).
- Demonstrate the smallest viable skill folder shape for new contributors.
Shape
skills/asset-ingest-guide/
├── SKILL.md # this file (frontmatter + prose)
└── references/ # optional supporting files
Use
- Read
SKILL.mdfrontmatter for metadata. - Follow the orchestration guide that ships alongside (normally in the
workspace root, e.g.
ASSET-INGEST-WORKFLOW.md) to reproduce the full prepare → validate → publish → verify pipeline.
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.
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.
协作流程:业务流程梳理 → 数字资源入库。先用 workflow-structurer 逐步澄清流程,生成结构化步骤文档;再用 demo-asset-ingest 的打包规范将成果发布到 ClawHub 资源中心。适用场景:需要将模糊需求转化为可执行流程、并把最终产物沉淀到可检索仓库的工作。
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.
Demo skill created to test the workflow of content ingestion from creation to publication. Use when learning how skills are structured and published.