Skip to content

Download Agent Prompts

Download Agent Prompts

Download the complete ODIN agent prompt package for use in Claude Projects or other LLM platforms.

GitHub Repository

All agent prompts are available in the official GitHub repository:

odin-commodity-trading/github

Individual Agent Downloads

Each agent folder contains:

  • SYSTEM_PROMPT.md - The main prompt to paste into your LLM
  • DATA_MODEL.json - JSON schema for the agent’s data structures
  • MCP_TOOLS.md - List of MCP tools the agent can access

Front Office

AgentDescriptionDownload
Market IntelligenceSupply-demand analysis, arbitrage identificationView
OriginationSupplier discovery, deal structuringView
Merchant/SalesBuyer discovery, contract formalizationView
HedgingDerivatives management, basis riskView

Middle Office

AgentDescriptionDownload
Risk ManagementCredit limits, VaR, concentration riskView
ComplianceKYC/AML, sanctions, PEP screeningView

Back Office

AgentDescriptionDownload
OperationsLogistics coordination, document assemblyView
Trade FinanceLC management, payment instrumentsView
SettlementTrade capture, P&L, reconciliationView

Quick Start

  1. Clone the repository:

    Terminal window
    git clone https://github.com/odin-commodity-trading/github.git
  2. Navigate to the agent you want:

    Terminal window
    cd github/agents/01-market-intelligence
  3. Copy the system prompt:

    Terminal window
    cat SYSTEM_PROMPT.md
  4. Paste into Claude Projects or your preferred LLM platform.

Usage Rights

All ODIN agent prompts are released under the MIT License. You are free to use, modify, and distribute them for any purpose.