demo-asset-ingest
Demonstrates the end-to-end collaboration between a business process workflow (TaskFlow-style workspace orchestration) and a digital asset management tool (ClawHub CLI) — from prep…
terrycarter1985
@terrycarter1985
Install
$ openclaw skills install @terrycarter1985/demo-asset-ingestDemo Asset Ingest
A minimal, reusable demo showing how two cooperating tools work together:
- Business process handling: Use the OpenClaw workspace to prepare, validate, and package a digital asset into a ClawHub-skill-shaped folder.
- Digital asset ingestion & management: Use the
clawhubCLI to publish the folder as a skill in the ClawHub resource center, making it discoverable and installable.
When to use this
- You need a repeatable pattern for "process content → publish into a resource center".
- You want to teach or demo how TaskFlow-style orchestration and ClawHub publishing collaborate.
- You are authoring a new skill and want the smallest viable shape to start with.
Asset shape
demo-asset/
├── SKILL.md # this file (frontmatter + prose)
└── references/
└── DESCRIPTION.md # supporting material produced by the upstream workflow
End-to-end usage (quick start)
-
Process the asset in the workspace (TaskFlow-style):
- Create the folder layout and content above.
- Validate locally:
ls -R demo-asset.
-
Ingest into the resource center with the ClawHub CLI:
- Preview:
clawhub skill publish --dry-run demo-asset - Publish:
clawhub skill publish demo-asset --slug demo-asset-ingest --name "Demo Asset Ingest" --tags "demo,ingest,workflow" --topics "ingest,workflow"
- Preview:
-
Verify:
clawhub search demo-asset-ingest(allow for moderation if newly published).
Top skills in this category
Agent Browser
@matrixyHeadless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
Auto-Updater Skill
@maximepradesAutomatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Free Ride - Unlimited free AI
@shaivpidadiManages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates opencla...
Automation Workflows
@jk-0001Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Desktop Control
@matagulAdvanced desktop automation with mouse, keyboard, and screen control