← Back to Skills Marketplace
zimuge-doudou

Skill Quotation Engine

by zimuge-doudou · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-quotation-engine
Description
智能报价引擎 — 根据设备清单和工时自动生成报价单
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-quotation-engine
  3. After installation, invoke the skill by name or use /skill-quotation-engine
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
报价引擎优化
Metadata
Slug skill-quotation-engine
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Quotation Engine?

智能报价引擎 — 根据设备清单和工时自动生成报价单. It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install Skill Quotation Engine?

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

Is Skill Quotation Engine free?

Yes, Skill Quotation Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Quotation Engine support?

Skill Quotation Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Quotation Engine?

It is built and maintained by zimuge-doudou (@zimuge-doudou); the current version is v1.0.1.

💬 Comments