Install
openclaw skills install @terrycarter1985/demo-assetA demo digital asset that has been processed, validated, and packaged in the OpenClaw workspace, then ingested into the ClawHub resource center to show the TaskFlow-style workflow + ClawHub CLI handoff.
openclaw skills install @terrycarter1985/demo-assetA minimal, self-contained digital asset that demonstrates the handoff between two cooperating tools:
clawhub CLI publishes the
folder into the ClawHub resource center so it becomes discoverable and
installable.demo-asset/
├── SKILL.md # this file (frontmatter + prose)
└── references/
└── DESCRIPTION.md # supporting material produced by the workflow
Preview without publishing:
clawhub skill publish --dry-run demo-asset
Publish into the resource center:
clawhub skill publish demo-asset \
--slug demo-asset \
--name "Demo Asset" \
--tags "demo,ingest,workflow" \
--topics "ingest,workflow"
Verify discovery:
clawhub search demo-asset