openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > 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...

开发与 DevOps

作者:Muhammad Mazhar Saeed @0x-professor

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.0

统计:⭐ 0 · 333 · 3 current installs · 3 all-time installs

0

安装量(当前) 3

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:0x-professor/docs-pipeline-automation

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

The skill is internally consistent: it provides an instruction-only pipeline composer and a small local script that generates pipeline specification artifacts without network access or credential requests.

目的

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.

说明范围

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.

安装机制

No install spec; the skill is instruction-only with a local Python script. Nothing is downloaded from external URLs and no archives are extracted.

证书

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.

持久

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.

综合结论

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…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Docs Pipeline Automation」。简介:Build repeatable data-to-Docs pipelines from Sheets and Drive sources. Use for …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/0x-professor/docs-pipeline-automation/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: 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 publishing workflows.
---

# 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.