corporate_spy
Original:🇺🇸 English
Translated
Handles fetching, reading, and summarizing official Indian corporate filings (BSE/NSE). Specialized in OCR for scanned PDFs.
2installs
Added on
NPX Install
npx skill4agent add sreeram5678/india-market-sentinel corporate_spyTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Corporate Spy Skill
This skill allows the agent to monitor and analyze official corporate announcements from Indian stock exchanges.
Capabilities
- Filing Discovery: Search for latest filings for a given NSE/BSE symbol.
- PDF Extraction: Download and extract text from PDF filings.
- OCR Engine: Convert scanned image-based PDFs into searchable text using and
pytesseract.pdf2image - Smart Summarization: Distill complex legal/financial jargon into a single, punchy sentence (e.g., "BEL won a ₹500Cr order from the Ministry of Defense").
Tools & Libraries
- ,
requestsfor scraping exchange websites.beautifulsoup4 - for OCR.
pytesseract - for converting PDF pages to images for OCR.
pdf2image - for text-based PDF extraction.
PyPDF2
Workflow
- Identify the company symbol.
- Fetch the latest announcements list.
- Download the relevant PDF.
- Attempt direct text extraction; if failed/empty, trigger OCR.
- Analyze the content and generate a summary.