daloopa
v1.0.3Financial analysis skills powered by Daloopa's institutional-grade data.
By DaloopaLicense: Apache-2.05.2k GitHub starsUpdated 4 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 21 skill or MCP entries
- Source updated
- Aug 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install daloopa for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add daloopa@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/daloopa/.
Plugin files
├── .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
Included 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
Plugin 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"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[daloopa on Agent Plugins Marketplace](https://pluginsmp.com/plugins/daloopa)