#Hi Team,
1 messages ยท Page 1 of 1 (latest)
The skill is called bill-extractor.
If i do this /bill-extractor on the Agent chat, it's saying it doesn't have any idea about it.
`---
name: bill-extractor
description: Process the facturi folder in Yahoo Mail: download all PDF attachments and move the emails to facturi-procesate. Use when asked to process bills, invoices, facturi, download bills etc.
user-invocable: true
When the user wants to process the bills, or facturi:
Run exactly this command using the exec or python tool:
{baseDir}/scripts/extract-bills.py
After the script finishes, summarize the output clearly for the user:
- How many emails were processed
- How many PDFs were downloaded
- Where the PDFs were saved (usually ~/bills_downloads or downloads)`