← 返回 Skills 市场
0x-professor

Docs Pipeline Automation

作者 Muhammad Mazhar Saeed · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
503
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install docs-pipeline-automation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /docs-pipeline-automation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug docs-pipeline-automation
版本 0.1.0
许可证
累计安装 3
当前安装数 2
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 503 次。

如何安装 Docs Pipeline Automation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install docs-pipeline-automation」即可一键安装,无需额外配置。

Docs Pipeline Automation 是免费的吗?

是的,Docs Pipeline Automation 完全免费(开源免费),可自由下载、安装和使用。

Docs Pipeline Automation 支持哪些平台?

Docs Pipeline Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Docs Pipeline Automation?

由 Muhammad Mazhar Saeed(@0x-professor)开发并维护,当前版本 v0.1.0。

💬 留言讨论