daloopa
v1.0.3Financial analysis skills powered by Daloopa's institutional-grade data.
by DaloopaApache-2.05kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/daloopa/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── skills/build-model/SKILL.md├── skills/bull-bear/SKILL.md├── skills/capital-allocation/SKILL.md├── skills/comp-sheet/SKILL.md├── skills/comps/SKILL.md├── skills/dcf/SKILL.md├── skills/earnings-flash/SKILL.md├── skills/earnings-prep/SKILL.md├── skills/earnings-review/SKILL.md├── skills/guidance-tracker/SKILL.md├── skills/ib-deck/SKILL.md├── skills/industry/SKILL.md├── skills/inflection/SKILL.md├── skills/initiate/SKILL.md├── skills/precedent-transactions/SKILL.md├── skills/research-note/SKILL.md├── skills/setup/SKILL.md├── skills/supply-chain/SKILL.md├── skills/tearsheet/SKILL.md├── skills/unit-economics/SKILL.md└── skills/working-capital/SKILL.md
Skills21
Build a multi-tab Excel financial model
Bull/bear/base case scenario framework for a given company
Deep dive into capital deployment, buybacks, dividends, and shareholder yield
Build an industry comp sheet Excel model with deep operational KPIs
Trading comparables analysis with peer multiples and implied valuation
Discounted cash flow valuation with sensitivity analysis
Rapid first-read earnings flash for a given company
Pre-earnings preparation report for the night before a company reports
Full earnings analysis with guidance tracking for a given company
Track management guidance accuracy over time for a given company
Generate an institutional-grade investment banking pitch deck (HTML)
Cross-company industry comparison across multiple tickers
Auto-detect biggest acceleration/deceleration inflections across all metrics
Initiate coverage — generate both research note (HTML) and Excel model (.xlsx)
Precedent M&A transactions analysis with deal multiples and acquisition history
Generate a professional Word document research note
Verify Daloopa MCP connection and show available skills
Interactive supply chain dashboard mapping suppliers, customers, and financial interdependencies
Quick one-page company overview and snapshot
Bottoms-up unit economics decomposition for any public company
Cash conversion cycle, earnings quality, and working capital deep-dive
Manifests1
{
"name": "daloopa",
"version": "1.0.3",
"description": "Financial analysis skills powered by Daloopa's institutional-grade data.",
"author": {
"name": "Daloopa",
"url": "https://daloopa.com"
},
"homepage": "https://daloopa.com",
"repository": "https://github.com/daloopa/daloopa-plugin-codex",
"license": "Apache-2.0",
"keywords": [
"finance",
"equity-research",
"earnings",
"valuation",
"daloopa"
],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "Daloopa",
"shortDescription": "Institutional-grade financial analysis workflows.",
"longDescription": "Use Daloopa MCP data to create cited company tearsheets, earnings reviews, valuation work, comp sheets, research notes, and banking-style analysis outputs.",
"developerName": "Daloopa",
"category": "Finance",
"capabilities": [
"Analysis",
"Research",
"File generation"
],
"websiteURL": "https://daloopa.com",
"privacyPolicyURL": "https://daloopa.com/privacy-policy-2",
"termsOfServiceURL": "https://daloopa.com/terms-of-use",
"brandColor": "#1B2A4A",
"defaultPrompt": [
"Create a tearsheet for AAPL.",
"Review MSFT earnings and guidance.",
"Build a DCF valuation for NVDA."
],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
}
}