Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.35 KB

File metadata and controls

45 lines (28 loc) · 1.35 KB

Find PDF Contracts in MEGA

Search your MEGA cloud for PDF contracts and extract key information — counterparties, signing dates, banking details — displayed as a summary table.

Prompt

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).

Variation: Find a specific contract

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.

Demo

Local

Find PDF contracts local result

Cloud

Find all PDF contracts result

Find a specific contract result

How It Works

  1. AI reads the skill file to learn available MEGA commands
  2. Searches MEGA for PDF documents using mega-find
  3. Downloads the found PDFs using mega-get
  4. Reads the PDF content to extract contract details
  5. Builds a summary table with the results

Notes

  • Cloud models (Claude) can read PDFs natively — no extra tools needed.
  • For local models, install pdftotext (from poppler-utils) to extract text from PDFs.