A demonstration skill for content ingestion workflows. Checks a workspace folder for text/markdown assets, generates a simple inventory report, and prints a summary. Useful as a minimal example for pipeline-driven publishing.
Coding
demo-ingest-skill
Try itDemo skill created to test the workflow of content ingestion from creation to publication. Use when learning how skills are structured and published.
What it does
Demo skill created to test the workflow of content ingestion from creation to publication. Use when learning how skills are structured and published.
The skill document
Demo Ingest Skill
This is a demo skill created to illustrate the complete workflow of content ingestion: from creation and processing to publishing into the resource center (ClawHub).
Purpose
- Demonstrate skill structure
- Test the ingest workflow
- Serve as a reference for skill creation
Quick Start
clawhub install demo-ingest-skill
Structure
demo-ingest-skill/
├── SKILL.md (required)
└── Bundled Resources (optional)
├── scripts/
├── references/
└── assets/
Related skills
Demo skill that turns a raw digital-content file (e.g. a markdown note) into a reusable skill package. Given a source file, it builds a SKILL.md, extracts me...
A demo greeting skill that prints friendly hello messages. Use when you need a simple greeting or welcome message for testing or demonstration purposes.
Reference skill demonstrating TaskFlow + ClawHub tooling for publishing digital content to the resource hub.
A simple demo skill that performs a ping/pong business workflow for testing resource ingestion pipelines.
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.