Agent Plugins Marketplace
All plugins

daloopa

v1.0.3

Financial analysis skills powered by Daloopa's institutional-grade data.

Codex21 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add daloopa@agent-plugin-marketplace

Paste 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/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/daloopa/.

Plugin files

plugins/daloopa/
├── .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-modelskills/build-model/SKILL.md

Build a multi-tab Excel financial model

bull-bearskills/bull-bear/SKILL.md

Bull/bear/base case scenario framework for a given company

capital-allocationskills/capital-allocation/SKILL.md

Deep dive into capital deployment, buybacks, dividends, and shareholder yield

comp-sheetskills/comp-sheet/SKILL.md

Build an industry comp sheet Excel model with deep operational KPIs

compsskills/comps/SKILL.md

Trading comparables analysis with peer multiples and implied valuation

dcfskills/dcf/SKILL.md

Discounted cash flow valuation with sensitivity analysis

earnings-flashskills/earnings-flash/SKILL.md

Rapid first-read earnings flash for a given company

earnings-prepskills/earnings-prep/SKILL.md

Pre-earnings preparation report for the night before a company reports

earnings-reviewskills/earnings-review/SKILL.md

Full earnings analysis with guidance tracking for a given company

guidance-trackerskills/guidance-tracker/SKILL.md

Track management guidance accuracy over time for a given company

ib-deckskills/ib-deck/SKILL.md

Generate an institutional-grade investment banking pitch deck (HTML)

industryskills/industry/SKILL.md

Cross-company industry comparison across multiple tickers

inflectionskills/inflection/SKILL.md

Auto-detect biggest acceleration/deceleration inflections across all metrics

initiateskills/initiate/SKILL.md

Initiate coverage — generate both research note (HTML) and Excel model (.xlsx)

precedent-transactionsskills/precedent-transactions/SKILL.md

Precedent M&A transactions analysis with deal multiples and acquisition history

research-noteskills/research-note/SKILL.md

Generate a professional Word document research note

setupskills/setup/SKILL.md

Verify Daloopa MCP connection and show available skills

supply-chainskills/supply-chain/SKILL.md

Interactive supply chain dashboard mapping suppliers, customers, and financial interdependencies

tearsheetskills/tearsheet/SKILL.md

Quick one-page company overview and snapshot

unit-economicsskills/unit-economics/SKILL.md

Bottoms-up unit economics decomposition for any public company

working-capitalskills/working-capital/SKILL.md

Cash conversion cycle, earnings quality, and working capital deep-dive

Plugin manifests1

plugins/daloopa/.codex-plugin/plugin.json
{
  "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"
  }
}

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)