quote-invoice-workbench

v1.0.0

Turn messy service pricing notes into professional quotes, SOW line items, and invoice drafts with assumptions clearly surfaced.

0· 254·0 current·0 all-time
byvx:17605205782@52yuanchangxing

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 52yuanchangxing/quote-invoice-workbench.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "quote-invoice-workbench" (52yuanchangxing/quote-invoice-workbench) from ClawHub.
Skill page: https://clawhub.ai/52yuanchangxing/quote-invoice-workbench
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install 52yuanchangxing/quote-invoice-workbench

ClawHub CLI

Package manager switcher

npx clawhub@latest install quote-invoice-workbench
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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 inputs—limit any sensitive data in those inputs and confirm prompts/approvals before letting the agent perform file writes or further actions.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🧰 Clawdis
Binspython3
latestvk970rhy8d4drda8dk1ctxsrgw982ve5y
254downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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.

Comments

Loading comments...