Install
openclaw skills install @terrycarter1985/demo-asset-ingestDemonstrates 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.
openclaw skills install @terrycarter1985/demo-asset-ingestA minimal, reusable demo showing how two cooperating tools work together:
clawhub CLI to publish the folder as a skill in the ClawHub resource center, making it discoverable and installable.demo-asset/
├── SKILL.md # this file (frontmatter + prose)
└── references/
└── DESCRIPTION.md # supporting material produced by the upstream workflow
Process the asset in the workspace (TaskFlow-style):
ls -R demo-asset.Ingest into the resource center with the ClawHub CLI:
clawhub skill publish --dry-run demo-assetclawhub skill publish demo-asset --slug demo-asset-ingest --name "Demo Asset Ingest" --tags "demo,ingest,workflow" --topics "ingest,workflow"Verify: clawhub search demo-asset-ingest (allow for moderation if newly published).