deal-session-memory

deal-session-memory is a skill for Claude Code from ololand-ai/ololand-plugins. It costs 71 tokens per session (1,023 once invoked), scanned A, original, Apache-2.0.

Persistent storage for analyst-confirmed deal facts, such as EBITDA figures, sponsor names, dates, and modeling choices. These facts remain available across separate chat sessions and analyst handoffs.

In plain words
What is it for?
Saving and recalling deal-specific assumptions, confirmations, conventions, and milestones during ongoing transaction work.
Why use it?
It prevents important deal knowledge from being lost when a conversation ends, an analyst changes, or the AI provider changes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ololand-dd plugin — 22 skills, 52 commands, 3 agents shipped together

Good fit Saving and recalling deal-specific assumptions, confirmations, conventions, and milestones during ongoing transaction work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ololand-ai/ololand-plugins/deal-session-memory
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ololand-ai/ololand-plugins --skill deal-session-memory
Clone the repo
git clone --depth 1 https://github.com/ololand-ai/ololand-plugins

Made for: Claude Code.

Or install ololand-dd, the plugin that ships this one along with the rest of its 22 skills, 52 commands, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deal-session-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/ololand-ai/ololand-plugins/deal-session-memory.svg)](https://agentmods.dev/skills/ololand-ai/ololand-plugins/deal-session-memory)
Your own site
<a href="https://agentmods.dev/skills/ololand-ai/ololand-plugins/deal-session-memory"><img src="https://agentmods.dev/badge/skills/ololand-ai/ololand-plugins/deal-session-memory.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,023 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.01023
Opus 5 $0.00036 $0.00511
Sonnet 5 $0.00014 $0.00205
Haiku 4.5 $0.00007 $0.00102

Measured 4d ago against content hash 477271b1e8f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

deal-session-memory scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ololand-dd/skills/deal-session-memory/SKILL.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deal Session Memory

deal_session_memory is the table that turns OloLand from a stateless reasoning engine into a persistent deal record. Every fact persisted via remember_deal_fact survives across conversation sessions, analyst handoffs, and even LLM-provider changes.

Why it exists

The marketing claim "OloLand captures the institution, not the session" is load-bearing only if there is somewhere durable to capture to. Conversation history is per-session and stale within hours. Document ingestion is per-corpus and doesn't capture analyst judgment. Risk corrections and outcomes have dedicated tables but cover their own narrow domains.

deal_session_memory is the catch-all for analyst-confirmed facts. It is the place where you write:

  • "FY24 EBITDA is $34.2M, confirmed against the CPA-audited statements" — ebitda_fy24_confirmed: 34200000.
  • "Sponsor's lead partner is Jim from MidOcean" — sponsor_lead_partner: "Jim Smith (MidOcean)".
  • "We're normalizing WC against the 3-year average, not the trailing 12, after partner discussion 2026-05-12" — wc_normalization_convention: "3yr_average" with a note.
  • "LOI signed 2026-05-20" — loi_signed_date: "2026-05-20".

Why it is not the conversation log

Conversations are noisy — they contain hypotheses, partial answers, dead-end branches. deal_session_memory is the curated subset: only facts an analyst has confirmed. The discipline matters; otherwise the recall surface fills with noise and stops being useful.

Storage shape

Field Constraint
deal_id Foreign key to deals — facts are deal-scoped, not user-scoped.
company_id Inherited from the deal. Multi-tenant isolation.
key ≤ 200 chars. Short, stable, kebab-case.
value Any JSON value. Scalar, list, or small object.
note ≤ 1000 chars. Optional provenance.
updated_at Set on every write.

Re-writing the same (deal_id, key) is idempotent — value and note are replaced.

Institutional pattern

Read the full file on GitHub · 67 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 67 lines · 71 tokens per session scan A 477271b1e8f9

Subscribe to this mod's changes

deal-session-memory is a skill published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 3d ago), licensed Apache-2.0. It adds 71 tokens to every session and 1,023 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

tushare-data

A Chinese-language workflow for researching financial and market data through Tushare, a data service covering Chinese stocks and related economic information. It turns natural-language questions into steps for retrieving, cleaning, comparing, filtering, exporting, and briefly analysing data.

agentscope-ai/ReMe · 122 tokens

finance-tracker

Track expenses, analyze spending patterns, categorize transactions. Works with bank CSV exports or manual input.

fuyuxiang/echo-agent · 23 tokens

tradememory-bridge

Bridge between Binance trading events and TradeMemory Protocol. Automatically journals trades, recalls similar past setups, detects behavioral biases, and provides outcome-weighted recall for AI trading agents. Use this skill after executing Binance spot trades to build persistent memory.

mnemox-ai/tradememory-protocol · 53 tokens

trading-memory

Domain knowledge for AI trading memory — Outcome-Weighted Memory (OWM) architecture, 5 memory types, recall scoring, and behavioral analysis. Use when recording trades, recalling similar contexts, analyzing performance, or checking behavioral drift. Triggers on "record trade", "remember trade", "recall", "similar…

mnemox-ai/tradememory-protocol · 88 tokens

tcx-memory

Review past investment decisions, run point-in-time historical replays, compare resolved forecasts and forward outcomes, and validate lesson candidates. Use when the user asks what happened before, why a thesis changed, whether a strategy lesson held out of sample, or what prior evidence is relevant to a current…

monarchjuno/tradingcodex · 63 tokens

context-manager

Gestion avancée du contexte pour agents IA — fenêtre de contexte, compression, RAG dynamique, sliding window, prompt caching. Se déclenche avec "context window", "contexte agent", "token limit", "context management", "context overflow", "trop de contexte", "agent context", "context stuffing", "context compression".…

khalilbenaz/claude-skills-collection · 84 tokens