技能详情(站内镜像,无评论)
作者:vx:17605205782 @52YuanChangXing
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 104 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:52yuanchangxing/quote-invoice-workbench
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is internally consistent: it uses a small local Python helper and a bundled CSV to produce quotes/invoices, and it does not request unexplained credentials, network access, or unusual installs.
目的
Name/description match the included artifacts: a pricebook CSV and a Python quote_calculator script. Declared dependency (python3) is exactly what the script requires. Nothing requested is unrelated to producing quotes/invoices.
说明范围
SKILL.md instructs using the local script and resource file, asks for only domain inputs (scope, rates, timeline, taxes), and explicitly warns against fabricating credentials or performing destructive actions. The included script reads a user-supplied JSON and writes an output JSON—behavior consistent with the stated workflow.
安装机制
There is no install spec and no remote downloads. This is an instruction-only skill with a small local script and resource; nothing is fetched from external URLs and no archives are extracted.
证书
No environment variables, credentials, or config paths are required. The script operates on user-provided files only, which is proportionate to the skill's purpose.
持久
always is false and there are no requests to modify other skills or system-wide settings. The skill does write an output file by default (quote.json), which is expected and documented.
综合结论
This package appears safe and auditable: review the bundled pricebook.csv and the small script if you want to confirm behavior, ensure python3 is on your PATH, and when running the script pass only non-sensitive input files. The script will write an output file (default quote.json), so verify outputs before using them externally. If you allow an autonomous agent to run skills, remember the agent could execute the local script with supplied inp…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「quote-invoice-workbench」。简介:Turn messy service pricing notes into professional quotes, SOW line items, and …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/quote-invoice-workbench/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: quote-invoice-workbench
description: Turn messy service pricing notes into professional quotes, SOW line items,
and invoice drafts with assumptions clearly surfaced.
version: 1.1.0
metadata:
openclaw:
requires:
bins:
- python3
emoji: 🧰
---
# Quote & Invoice Workbench
## Purpose
Turn messy service pricing notes into professional quotes, SOW line items, and invoice drafts with assumptions clearly surfaced.
## Trigger phrases
- 报价单
- invoice draft
- 做服务报价
- 估算项目费用
- scope and quote
## Ask for these inputs
- service scope
- rate card or budget
- timeline
- payment terms
- optional taxes/discounts
## Workflow
1. Break the scope into clear line items and assumptions.
2. Use the bundled pricebook as a starting point or adapt to the user's rates.
3. Calculate subtotal, taxes, discounts, deposit, and milestones.
4. Generate quote and invoice drafts separately.
5. Make all assumptions explicit to reduce disputes.
## Output contract
- quote table
- invoice draft
- assumptions list
- scope exclusions
## Files in this skill
- Script: `{baseDir}/scripts/quote_calculator.py`
- Resource: `{baseDir}/resources/pricebook.csv`
## Operating rules
- Be concrete and action-oriented.
- Prefer preview / draft / simulation mode before destructive changes.
- If information is missing, ask only for the minimum needed to proceed.
- Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
- Keep assumptions explicit.
## Suggested prompts
- 报价单
- invoice draft
- 做服务报价
## Use of script and resources
Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft.
Use the resource file as the default schema, checklist, or preset when the user does not provide one.
## Boundaries
- This skill supports planning, structuring, and first-pass artifacts.
- It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.
## Compatibility notes
- Directory-based AgentSkills/OpenClaw skill.
- Runtime dependency declared through `metadata.openclaw.requires`.
- Helper script is local and auditable: `scripts/quote_calculator.py`.
- Bundled resource is local and referenced by the instructions: `resources/pricebook.csv`.