Search your MEGA cloud for PDF contracts and extract key information — counterparties, signing dates, banking details — displayed as a summary table.
Read skills/megacmd.md for available CLI tools.
Find all PDF contracts in my MEGA cloud and create a summary table on screen
with counterparties and banking details (leave the cell empty if not available).
Read skills/megacmd.md for available CLI tools.
Find a PDF contract in my MEGA cloud signed within the last 3 days with Orion Analytics.
- AI reads the skill file to learn available MEGA commands
- Searches MEGA for PDF documents using
mega-find - Downloads the found PDFs using
mega-get - Reads the PDF content to extract contract details
- Builds a summary table with the results
- Cloud models (Claude) can read PDFs natively — no extra tools needed.
- For local models, install
pdftotext(frompoppler-utils) to extract text from PDFs.


