← Back to Skills Marketplace
0x-professor

Docs Pipeline Automation

cross-platform ⚠ suspicious
503
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install docs-pipeline-automation
Description
Build repeatable data-to-Docs pipelines from Sheets and Drive sources. Use for automated status reports, template-based document assembly, and scheduled publ...
README (SKILL.md)

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.
Usage Guidance
This skill appears to be a safe, local 'pipeline spec' composer rather than an executor that connects to Google services. Before installing/running: (1) Understand it only reads a JSON input file you provide and writes an artifact to the output path — it will not automatically read your Google Sheets/Drive or publish documents. (2) Verify the input file and output path you pass are correct and from trusted sources; the script limits input size but will process whatever JSON you give it. (3) If you expect automatic publishing to Google Docs/Drive, additional code and credentials would be required — review or add those integrations separately and only grant third-party credentials when necessary. (4) As with any code, inspect bundled scripts (scripts/compose_docs_pipeline.py) before executing in sensitive environments.
Capability Analysis
Type: OpenClaw Skill Name: docs-pipeline-automation Version: 0.1.0 The skill bundle is classified as suspicious due to potential local file read/write vulnerabilities in `scripts/compose_docs_pipeline.py`. The script accepts `--input` and `--output` file paths, which, if controlled by an attacker (e.g., via prompt injection to the AI agent), could allow reading of arbitrary JSON files or writing structured data (JSON, MD, CSV) to arbitrary locations on the filesystem. While the script does not execute arbitrary code or exfiltrate data, these capabilities present a risk for information disclosure or file manipulation. The `SKILL.md` instructions themselves do not exhibit malicious prompt injection attempts.
Capability Assessment
Purpose & Capability
The name/description promise 'data-to-Docs pipelines from Sheets and Drive' but the bundled script only composes a pipeline specification from a local JSON payload and writes an artifact; it does not integrate with Google Sheets/Drive or require any credentials. This is plausible (a design tool rather than an executor) but users should understand it only produces specs, not automatic Google-side publishing.
Instruction Scope
SKILL.md instructs the agent to run the bundled script and read the included guide. The instructions are scoped to composing pipeline artifacts and do not ask the agent to read unrelated files, environment variables, or call external endpoints.
Install Mechanism
No install spec; the skill is instruction-only with a local Python script. Nothing is downloaded from external URLs and no archives are extracted.
Credentials
The skill requests no environment variables, no credentials, and accesses only a user-supplied input file and a user-specified output path. No secret access is requested or implied.
Persistence & Privilege
always is false, autonomous invocation is allowed (platform default). The skill does not modify other skills or system configuration and only writes to the specified output path when run.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install docs-pipeline-automation
  3. After installation, invoke the skill by name or use /docs-pipeline-automation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of **docs-pipeline-automation**. - Enables creation of repeatable data-to-Docs pipelines using Sheets and Drive as sources. - Supports automated status reports, template-based document assembly, and scheduled publishing. - Bundles scripts and guides for pipeline composition and document assembly. - Emphasizes explicit, versioned source mapping and fallback handling for missing sections.
Metadata
Slug docs-pipeline-automation
Version 0.1.0
License
All-time Installs 3
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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 publ... It is an AI Agent Skill for Claude Code / OpenClaw, with 503 downloads so far.

How do I install Docs Pipeline Automation?

Run "/install docs-pipeline-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Docs Pipeline Automation free?

Yes, Docs Pipeline Automation is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Docs Pipeline Automation support?

Docs Pipeline Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Docs Pipeline Automation?

It is built and maintained by Muhammad Mazhar Saeed (@0x-professor); the current version is v0.1.0.

💬 Comments