Agent Plugins Marketplace
All plugins

kollate

v0.4.83

Capture your Codex conversations into your organisation's Kollate workspace

CodexClaude Code

By Kollate0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 17, 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 kollate for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Kollate-prompt/kollate-plugin
codex plugin marketplace upgrade kollate
codex plugin add kollate@kollate

Paste and run these commands in a terminal with Codex. They add and refresh the kollate catalog, then install this plugin.

Compatibility: the page URL and API slug “kollate” remain stable.

  • Codex: kollate@agent-plugin-marketplacekollate@kollate

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/Kollate-prompt/kollate-plugin

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

Plugin files

plugins/kollate/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/kollate/.codex-plugin/plugin.json
{
  "name": "kollate",
  "version": "0.4.83",
  "description": "Capture your Codex conversations into your organisation's Kollate workspace",
  "author": {
    "name": "Kollate"
  },
  "repository": "https://github.com/Kollate-prompt/kollate-plugin",
  "hooks": "./hooks/hooks-codex.json",
  "interface": {
    "displayName": "Kollate",
    "shortDescription": "Your conversations become your organisation's memory",
    "capabilities": [
      "Write"
    ]
  },
  "skills": "./codex-skills/"
}
plugins/kollate/.claude-plugin/plugin.json
{
  "name": "kollate",
  "version": "0.4.83",
  "description": "Capture your Claude Code conversations into your organisation's Kollate workspace",
  "commands": "./claude-commands/",
  "author": {
    "name": "Kollate"
  },
  "userConfig": {
    "endpoint": {
      "type": "string",
      "title": "Kollate URL",
      "description": "Your organisation's Kollate address. Leave empty for the hosted https://app.kollate.ai; set it only if your organisation runs Kollate at its own address."
    },
    "capture_token": {
      "type": "string",
      "title": "Setup key (machines with no browser only)",
      "description": "Only for SSH sessions, containers and remote machines. Everywhere else run /kollate:connect instead, which needs no copying. Get this from Connect in Kollate: 'Set up a machine without a browser'.",
      "sensitive": true
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[kollate on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kollate)