Skills docs-pipeline-automation

Build repeatable data-to-Docs pipelines from Sheets and Drive sources. Use for automated status reports, template-based document assembly, and scheduled publishing workflows.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/0x-professor/docs-pipeline-automation" ~/.claude/skills/clawdbot-skills-docs-pipeline-automation && rm -rf "$T"
manifest: skills/0x-professor/docs-pipeline-automation/SKILL.md
source content

Docs Pipeline Automation

Overview

Create deterministic pipelines that transform Workspace data sources into generated Docs outputs.

Workflow

  1. Define pipeline name, sources, template, and destination.
  2. Normalize source extraction and section mapping steps.
  3. Build report assembly sequence and publish target.
  4. Export implementation-ready pipeline artifact.

Use Bundled Resources

  • Run
    scripts/compose_docs_pipeline.py
    for deterministic pipeline output.
  • Read
    references/docs-pipeline-guide.md
    for document assembly guidance.

Guardrails

  • Keep source mapping explicit and versioned.
  • Include fallback behavior for missing sections.