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:
Individual Agent Downloads
Each agent folder contains:
SYSTEM_PROMPT.md- The main prompt to paste into your LLMDATA_MODEL.json- JSON schema for the agent’s data structuresMCP_TOOLS.md- List of MCP tools the agent can access
Front Office
| Agent | Description | Download |
|---|---|---|
| Market Intelligence | Supply-demand analysis, arbitrage identification | View |
| Origination | Supplier discovery, deal structuring | View |
| Merchant/Sales | Buyer discovery, contract formalization | View |
| Hedging | Derivatives management, basis risk | View |
Middle Office
| Agent | Description | Download |
|---|---|---|
| Risk Management | Credit limits, VaR, concentration risk | View |
| Compliance | KYC/AML, sanctions, PEP screening | View |
Back Office
| Agent | Description | Download |
|---|---|---|
| Operations | Logistics coordination, document assembly | View |
| Trade Finance | LC management, payment instruments | View |
| Settlement | Trade capture, P&L, reconciliation | View |
Quick Start
-
Clone the repository:
Terminal window git clone https://github.com/odin-commodity-trading/github.git -
Navigate to the agent you want:
Terminal window cd github/agents/01-market-intelligence -
Copy the system prompt:
Terminal window cat SYSTEM_PROMPT.md -
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.