/install iqc-python-tree
name: iqc-python-tree\r version: 3.0.0\r \r description: |\r 企业工业级 IQC 控制计划解析引擎终极稳定版:\r Excel → CSV → JSON AST → 安全认证 → 数据提交\r \r author: inspection-planning\r \r
===============================\r
模型推理参数(低随机性工业模式)\r
===============================\r
\r model:\r temperature: 0\r top_p: 0.05\r \r
===============================\r
工作流执行模式(稳定核心)\r
顺序执行,不使用复杂调度器\r
===============================\r
\r workflow:\r \r steps:\r \r # --------------------------------------------------\r # Step 1:Excel 工业预处理层(核心稳定区)\r # --------------------------------------------------\r - name: preprocess-excel\r executor: python\r script: scripts/preprocess_excel.py\r timeout: 120\r retry: 2\r params:\r input_dir: ./input\r output_dir: ./output/csv\r \r # --------------------------------------------------\r # Step 2:工业语义解析层(控制计划模型化)\r # --------------------------------------------------\r - name: csv-to-json-parser\r executor: python\r script: scripts/csv_to_json.py\r timeout: 180\r retry: 3\r params:\r input_dir: ./output/csv\r output_dir: ./output/json\r \r # --------------------------------------------------\r # Step 3:安全认证层(企业安全标准)\r # --------------------------------------------------\r - name: jwt-security-layer\r executor: python\r script: scripts/jwt_token.py\r timeout: 60\r retry: 2\r params:\r secret_key: STATIC_SECRET_KEY\r expire_minutes: 30\r \r # --------------------------------------------------\r # Step 4:工业数据提交层(最终出口)\r # --------------------------------------------------\r - name: enterprise-data-submit\r executor: python\r script: scripts/data_submit.py\r timeout: 120\r retry: 3\r params:\r auth_mode: BearerToken\r \r
===============================\r
企业异常自愈策略(非常重要)\r
===============================\r
\r error_strategy:\r \r global_retry: 3\r \r fallback_mode: safe_exit\r \r handlers:\r - log_error\r - save_checkpoint\r - alert_admin\r \r
===============================\r
日志审计系统(工业生产必须)\r
===============================\r
\r logging:\r \r level: INFO\r persist: true\r path: ./logs/iqc_engine.log\r \r
===============================\r
输出策略\r
===============================\r
\r output:\r \r format: json\r path: ./output/final\r compress: true
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install iqc-python-tree - After installation, invoke the skill by name or use
/iqc-python-tree - Provide required inputs per the skill's parameter spec and get structured output
What is 工业化数据处理?
工业级 IQC 控制计划解析,支持 Excel 转 CSV、JSON,含安全认证及数据提交,保证企业数据处理稳定可靠。 It is an AI Agent Skill for Claude Code / OpenClaw, with 366 downloads so far.
How do I install 工业化数据处理?
Run "/install iqc-python-tree" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 工业化数据处理 free?
Yes, 工业化数据处理 is completely free (open-source). 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 kangigocc (@kangigocc); the current version is v1.0.0.