← 返回 Skills 市场
zimuge-doudou

Skill Quotation Engine

作者 zimuge-doudou · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-quotation-engine
功能描述
智能报价引擎 — 根据设备清单和工时自动生成报价单
安全使用建议
This skill appears to implement a legitimate quoting calculator and does not request network access or credentials, but the documentation and packaging have small inconsistencies you should address before use. Specifically: (1) SKILL.md shows export_pdf(...) but the code only implements export_json and summary — calling export_pdf will fail; either request the author to provide the PDF export or update the docs, or implement your own PDF export wrapper. (2) Version strings differ between the package and metadata — verify you have the intended release. (3) The skill reads a user-supplied JSON and writes files to disk; run it in a sandbox or with limited file permissions until you’re comfortable. (4) Review and test with sample data to ensure outputs meet your expectations. If you need guarantees about no network calls or added behavior, request the author confirm there are no hidden features (or inspect any future updates) before deploying in production.
功能分析
Type: OpenClaw Skill Name: skill-quotation-engine Version: 1.0.1 The skill bundle is a straightforward implementation of a quotation engine for event equipment and labor. The code in skill_quotation_engine_impl.py performs basic arithmetic calculations and standard file I/O (JSON export) without any network access, sensitive data retrieval, or suspicious execution patterns. While SKILL.md mentions an export_pdf method not present in the implementation, this is a minor documentation discrepancy rather than a security risk.
能力评估
Purpose & Capability
The name/description (智能报价引擎 — 生成报价单) align with the included code: QuotationEngine.generate computes costs and returns a quotation. However there are minor mismatches: SKILL.md example calls engine.export_pdf(...) but the implementation only provides export_json and summary. Also __init__.py declares __version__ = "2.0" while registry metadata/version in SKILL.md is 1.0/1.0.1 — small packaging/documentation inconsistencies.
Instruction Scope
SKILL.md instructs usage that includes export_pdf, which does not exist in the code — following the doc will cause errors. Otherwise runtime instructions are limited to importing the class and calling methods; the code only performs local computation and file read/write (export_json). The skill does not access network, other files, or environment variables beyond reading/writing JSON files provided by the user.
Install Mechanism
No install spec is provided (instruction-only install). The bundle does include Python source files that will be present if the skill is installed, but there is no download-from-URL or third-party package installation. This is low-risk from an install perspective.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The implementation does not attempt to read environment variables or external secrets — all inputs come from the provided show_data dict or user-supplied JSON file.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It performs only local file writes (export_json) to paths the caller specifies. No elevated persistence or privilege escalation behavior observed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-quotation-engine
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-quotation-engine 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
报价引擎优化
元数据
Slug skill-quotation-engine
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Quotation Engine 是什么?

智能报价引擎 — 根据设备清单和工时自动生成报价单. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。

如何安装 Skill Quotation Engine?

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

Skill Quotation Engine 是免费的吗?

是的,Skill Quotation Engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Quotation Engine 支持哪些平台?

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

谁开发了 Skill Quotation Engine?

由 zimuge-doudou(@zimuge-doudou)开发并维护,当前版本 v1.0.1。

💬 留言讨论