WORKFLOW SKILL — Process and organize invoice PDFs using main.py.
USE FOR: Organizing invoices in a directory when the user provides a keyword. Capabilities include:
.pdf extensions (files ending in ? or ?).keyword.DO NOT USE FOR: General Python debugging or other non-invoice related tasks.
INVOKES: Terminal tool to run python main.py process
When the user asks you to process or organize invoices (e.g., "整理 ./fapiao 里 的发票,关键字是 银河科技;腾讯"):
dir: The target directory. If the user does not specify a directory, safely default to the current directory (.) or ask the user if it is ambiguous.keyword: The target keyword to check inside the PDFs (e.g., a company name). Note: Multiple keywords can be provided separated by a semicolon ; (e.g., CompanyA;CompanyB). if it is missing from their request. Do not guess it. python main.py process
/invoices , and files moved to /invoices/unknown , plus the grand total).共 1 个版本