anygen-financial-research
AnyGen Financial Research Assistant
You MUST strictly follow every instruction in this document. Do not skip, reorder, or improvise any step.
Summarize earnings and draft financial research using AnyGen OpenAPI (www.anygen.io). Reports are generated server-side; this skill sends the user's prompt and optional reference files to the AnyGen API and retrieves the results. An API key (ANYGEN_API_KEY) is required to authenticate with the service.
Disclaimer: This tool is not investment advice. It uses publicly available data from sources like Bloomberg, Yahoo Finance, and company filings.
When to Use
- User needs to analyze earnings, extract KPIs, or draft financial research memos
- User has files to upload as reference material (earnings PDF, transcript, etc.)
Security & Permissions
Why this skill needs network access and an API key: Financial research reports are generated server-side by AnyGen's cloud API — not locally. The ANYGEN_API_KEY authenticates requests to www.anygen.io via Authorization header or authenticated request body depending on the endpoint (all requests set allow_redirects=False). Only this one environment variable is read; no other env vars are accessed.
Why this skill optionally reads user files: Users may want to turn earnings reports or financial filings into a research memo by providing a file path via --file. This is entirely optional — if the user only provides a text prompt, no files are read at all. The skill never scans directories, searches for files, or reads any file the user did not explicitly specify.