
from ai-skills9
Runs an end-to-end content pipeline from skill list to published article and draft social posts; intended as an internal automation that writes to Supabase and
Automates a three-step content pipeline: add use-cases to a codebase, generate HTML articles and write them to Supabase, and produce draft social posts. It's designed to run as an internal tool that can push changes, write to a database, and save tweet drafts.
Use when you want to bulk-generate or update site content from a list of skills or topics (internal publishing workflows). Not intended for public ClawHub distribution — the skill contains internal keys and project paths.
Works with agent runners that can execute shell scripts and manage secrets (Claude Code, local OpenClaw hosts, CI runners).
Content pipeline skill for BytesAgain's internal workflow: generates use-cases entries, AI-written articles via Grok/XAI, and tweet drafts. Script runs cleanly in help mode. Well-structured bash+python heredoc approach with idempotent checks. Security concern: auto git push to main without confirmation. Niche tool tied to a specific site's infrastructure.
Internal tool with legitimate purpose. Main security concern is the auto git push to production without user confirmation. SKILL.md examples show inline API key patterns which could encourage bad practices, though the actual script uses env vars correctly.