Post videos, photos, text, and documents to 10 social platforms through a single REST API call.
Documents
demo-content-ingest
Try itA 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.
What it does
A minimal demonstration skill that scans a workspace folder and produces an inventory of text assets.
The skill document
Demo Content Ingest
A minimal demonstration skill that scans a workspace folder and produces an inventory of text assets.
When to Use
- You need a trivial skill to test a content pipeline or CI/CD publishing flow.
- You want a concrete example folder structure for ClawHub ingestion.
What It Does
- Reads a target directory.
- Lists files matching
*.mdor*.txt. - Outputs a count and a brief listing.
Steps
- Set
TARGET_DIRto an absolute path (default: current directory). - Run:
find "$TARGET_DIR" -maxdepth 1 -type f \( -name "*.md" -o -name "*.txt" \) | sort - Count results and print a one-line summary.
Notes
- This skill is intentionally lightweight to serve as a publishing demo.
- For production use, extend with logging, error handling, and metadata extraction.
Related skills
Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.
Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.
Read and write Excel workbooks, worksheets, ranges, tables, and charts in OneDrive through Microsoft Graph with managed OAuth.
Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.
Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.
More from terrycarter1985
Browse all skillsGrade English homework for Chinese primary students in grades 3–6 with consistent, age-appropriate feedback.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market c...
Control whole-house music scenes combining Spotify playback with Airfoil speaker routing. Quick presets for morning, party, chill modes.
Generate reusable, policy-aligned customer service replies for e-commerce aftersales scenarios. Use when support staff need fast, compliant Chinese responses...
Control whole-house music scenes combining Spotify playback with Airfoil speaker routing. Quick presets for morning, party, chill modes.
Comprehensive developer cheatsheets and quick references for Git, Docker, Kubernetes, jq, curl, and common Linux commands. Use when needing quick lookups for...