Lore — Build and share durable agent knowledge
Run /share inside any Claude Code, Codex, or Cowork session and Lore turns it into a URL your team can read: prompts, tool calls, diffs.
What is Lore?
Lore is infrastructure for working with coding-agent threads. It preserves the context behind useful Claude Code, Codex, and Cowork sessions, makes those threads searchable, and enables several use cases built on top of this data.
Lore is made up of three components:
- A CLI (
@loredotlink/cli, invoked as lore) that finds and uploads threads, and provides a local interface to Lore's APIs.
- A collection of skills (installed through the CLI) for sharing and working with threads directly inside coding agents.
- A web service for browsing your threads and managing federated sharing permissions.
Quickstart
- Install the CLI:
npm install -g @loredotlink/cli
- Login:
lore login
- Run
/share inside a Claude Code, Codex, or Cowork session to get a shareable URL.
- Have your teammates sign up — users with the same email domain are automatically added to your workspace.
What Lore is for
- Sharing AI coding sessions — drop a Lore URL on a PR, in Slack, or in the group chat and your team sees the whole thread end-to-end.
- Building a searchable library of valuable agent threads across an individual or workspace.
- Skill development — see how users actually invoke your skill or plugin in real Claude Code sessions, instead of inferring from copy-pasted screenshots.
Privacy
Threads default to private (visible only to you). Two other modes:
workspace — visible to teammates with the same email domain.
public — visible to anyone with the URL.
You can change visibility, trim messages, rename a session, or delete any Lore URL at any time.
Pricing
- Free — $0. Upload and sync skills across your team, visibility and editing permissions, and security scanning on every publish.
- Team — $20 per seat / month. Usage and smart analytics, automatic regression alerts, Google SSO, zero data retention on AI usage, and included AI usage.
- Enterprise — Custom. Volume discounts, bring-your-own storage for transcripts, additional SSO providers, and advanced governance.
Machine-readable pricing for AI agents: /pricing.md. See /pricing for full details. Subscriptions cancel at the end of the current billing period; existing Lore URLs keep working at your current tier until the period ends.
Frequently asked questions
Is my session private by default?
Your Lore exports are unlisted by default — only people with the link can see them. Public, workspace, and private modes are all available. Free-tier links expire after 3 days; paid-plan links live forever.
Do you store my code?
We store the session content you choose to export. You can trim messages, rename the title, and mark a session private before publishing. You can delete any Lore URL at any time.
How do I export a session?
Run /share inside any Claude Code session. Lore exports the thread and returns a lore.link URL. No install — /share is a Claude Code skill.
Can I cancel anytime?
Yes. Subscriptions cancel at the end of the current billing period. Your existing Lore URLs keep working at your current tier until the period ends.