← 返回 Skills 市场
kumamon2019s

病害知识库流程编排技能

作者 Venwell Chiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeline-orchestrator
功能描述
病害知识库流程编排技能,负责串联图片检测、特征提取、向量检索、图文匹配全流程,输出完整的病害诊断结果和解决方案。
安全使用建议
Key issues to consider before installing: - Missing runtime: The README shows using scripts.orchestrator.DiseasePipeline, but that file/class is not included — ask the author for the orchestrator implementation. - Inconsistent paths and dims: Multiple scripts use different index paths and vector dimensions (768 vs 1024) — this will cause runtime errors and indicates sloppy packaging. - Cross-skill imports and wide file reads: Scripts append /root/.OpenClaw/workspace to sys.path and walk workspace directories to read images/text and metadata. That means the skill can read and execute code from other skills and access arbitrary files in the agent workspace. Confirm you trust the workspace contents. - Network/model downloads: Transformers.from_pretrained will fetch models from external hosts (Hugging Face). Be prepared for large downloads and verify which models will be fetched. - Recommended actions: do not run this in an unrestricted production agent. Request the missing orchestrator file and a clear README of which workspace paths are needed. Verify and harmonize index paths/dimensions, remove or document any cross-skill imports, and test in a sandboxed environment with network and filesystem restrictions enabled. If you must run it, inspect the orchestrator implementation and dependent embedding code (skills.image_embedding) first.
功能分析
Type: OpenClaw Skill Name: pipeline-orchestrator Version: 1.0.0 The pipeline-orchestrator skill bundle is designed for agricultural disease diagnosis using multi-modal retrieval (image and text). The included Python scripts (e.g., scripts/build_index.py and scripts/build_indexes.py) facilitate the creation of FAISS vector indexes using standard HuggingFace models (DINO, text2vec). The code follows the stated purpose of orchestrating a diagnostic workflow and does not exhibit signs of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
The SKILL.md shows using scripts.orchestrator.DiseasePipeline, but there is no scripts/orchestrator.py in the bundle. The included files are mostly index-building/init scripts, not a runtime orchestrator. Several config paths and model names are present, but the actual provided code does not implement the promised end-to-end pipeline class.
Instruction Scope
SKILL.md usage examples assume a local DiseasePipeline class and local image inputs, but the provided scripts traverse and read absolute workspace directories (e.g. /root/.OpenClaw/workspace/knowledge_base, /root/.OpenClaw/workspace/indexes). The SKILL.md does not mention these workspace-wide reads or cross-skill imports, so the instructions under-describe the actual file reads and system access.
Install Mechanism
No install spec in the registry (instruction-only). SKILL.md recommends pip installing common libraries (pydantic, aiohttp, tenacity). The code will also trigger model downloads via transformers.from_pretrained (Hugging Face) at runtime — network downloads are expected but may be large and should be allowed explicitly.
Credentials
The skill declares no required env vars or credentials, which matches the manifest, but the scripts use hard-coded absolute paths under /root/.OpenClaw/workspace and append that workspace to sys.path to import skills.image_embedding.scripts.embedding — this allows execution of code from other skills and reading arbitrary workspace files despite no explicit credentials.
Persistence & Privilege
always:false and no explicit changes to other skills' configs. However, the code writes index files under workspace paths and imports/executes code from other skills' directories, which increases its effective privilege surface if run in the agent workspace.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeline-orchestrator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeline-orchestrator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
pipeline-orchestrator 1.0.0 - Initial release of the skill for orchestrating disease knowledge base workflows. - Automates the full pipeline: disease detection, feature extraction, vector retrieval, and text-image matching. - Supports custom rules for different domains (agriculture, industry, construction). - Outputs a structured, comprehensive diagnosis report with confidence scoring and review recommendations. - Enables asynchronous batch processing for up to 1000 images per batch. - Built-in result validation and filtering for low-confidence cases, with optional manual review callback.
元数据
Slug pipeline-orchestrator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

病害知识库流程编排技能 是什么?

病害知识库流程编排技能,负责串联图片检测、特征提取、向量检索、图文匹配全流程,输出完整的病害诊断结果和解决方案。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 病害知识库流程编排技能?

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

病害知识库流程编排技能 是免费的吗?

是的,病害知识库流程编排技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

病害知识库流程编排技能 支持哪些平台?

病害知识库流程编排技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 病害知识库流程编排技能?

由 Venwell Chiang(@kumamon2019s)开发并维护,当前版本 v1.0.0。

💬 留言讨论