Install
openclaw skills install @terrycarter1985/content-ingestion-demoDemo 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 metadata (title, source path, size, sha256), copies the file under references/, and produces a ready-to-publish .skill package. Used for demonstrating a full ingest-and-publish pipeline.
openclaw skills install @terrycarter1985/content-ingestion-demoTransform a single raw content file into a skill package suitable for publishing.
content-ingest.sh <input-file> <output-skill-dir>
Example:
content-ingest.sh ./article.md ./skills/article-note
SKILL.md with name/description populated from the input filename and an auto-computed summary.references/article.md copy of the input (kept readable for human consumers).assets/metadata.json with size, sha256, created_at, source_path.clawhub publish to land it in the resource center.scripts/content-ingest.sh — the actual converter. Reads $1, writes a skill tree under $2.