Install
openclaw skills install @terrycarter1985/demo-content-ingestA 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.
openclaw skills install @terrycarter1985/demo-content-ingestA minimal demonstration skill that scans a workspace folder and produces an inventory of text assets.
*.md or *.txt.TARGET_DIR to an absolute path (default: current directory).find "$TARGET_DIR" -maxdepth 1 -type f \( -name "*.md" -o -name "*.txt" \) | sort