← Back to Skills Marketplace
kumamon2019s

病害知识库流程编排技能

by Venwell Chiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeline-orchestrator
Description
病害知识库流程编排技能,负责串联图片检测、特征提取、向量检索、图文匹配全流程,输出完整的病害诊断结果和解决方案。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeline-orchestrator
  3. After installation, invoke the skill by name or use /pipeline-orchestrator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pipeline-orchestrator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 病害知识库流程编排技能?

病害知识库流程编排技能,负责串联图片检测、特征提取、向量检索、图文匹配全流程,输出完整的病害诊断结果和解决方案。 It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install 病害知识库流程编排技能?

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

Is 病害知识库流程编排技能 free?

Yes, 病害知识库流程编排技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 病害知识库流程编排技能 support?

病害知识库流程编排技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 病害知识库流程编排技能?

It is built and maintained by Venwell Chiang (@kumamon2019s); the current version is v1.0.0.

💬 Comments