🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Quotation Workflow

by @cjboy007

自动化生成报价单(Excel/Word/HTML/PDF),集成数据验证防止示例数据,支持 OKKI CRM

Versionv3.0.0
Installs1
📋 Tips & Best Practices

Q: 中文文件名乱码?

A: 使用 glob 通配符:
python3 read_excel.py "报价单*.xlsx"  # ✅
python3 read_excel.py "报价单 123.xlsx"  # ❌ 可能失败

Q: PDF 转换失败?

A: 检查 LibreOffice 是否安装:
which soffice  # 应该输出 /opt/homebrew/bin/soffice

Q: 如何批量生成?

for file in quotations/*.json; do
  python3 generate_quotation.py --data "$file" \
    --output "output/$(basename $file .json).xlsx"
done

View on ClawHub
TERMINAL
clawhub install quotation-workflow

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →