install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/brucetangc/cutting-time-statistics" ~/.openclaw/skills/openclaw-skills-cutting-time-statistics-f2cb49 && rm -rf "$T"
manifest:
skills/brucetangc/cutting-time-statistics/skill.yamlsource content
name: cutting-time-statistics description: Cutting time statistics from laser cutting PDF files author: OpenClaw tags:
- excel
- laser-cutting
- statistics
requirements:
- openpyxl
- pdfplumber
- py7zr
commands: main: entry: calculator.py args: - zip_path - output_path
notes: | Requires Aiwei time template file to work. Template path: /home/admin/.openclaw/media/inbound/艾威时间模板.xlsx Output filename format: <original>_Cutting_time_statistics.xlsx