Agent Plugins Marketplace
All plugins

temporalstore-agent-hooks

v0.1.0

Global Codex lifecycle hooks for MatrixArk context memory backed by TemporalStore.

Codex

By MatrixArk215 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 18, 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 temporalstore-agent-hooks for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add temporalstore-agent-hooks@agent-plugin-marketplace

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

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/matrixarkai/TemporalStore

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is integrations/agent-hooks/codex/plugin/.

Plugin files

integrations/agent-hooks/codex/plugin/
└── .codex-plugin/plugin.json

Plugin manifests1

integrations/agent-hooks/codex/plugin/.codex-plugin/plugin.json
{
  "name": "temporalstore-agent-hooks",
  "version": "0.1.0",
  "description": "Global Codex lifecycle hooks for MatrixArk context memory backed by TemporalStore.",
  "author": {
    "name": "MatrixArk"
  },
  "hooks": "./hooks/hooks.json",
  "interface": {
    "displayName": "TemporalStore Agent Hooks",
    "shortDescription": "TemporalStore-backed memory hooks for Codex.",
    "longDescription": "Ingests Codex prompts, tool outputs, and turn boundaries into MatrixArk backed by TemporalStore, and retrieves relevant context on UserPromptSubmit.",
    "developerName": "MatrixArk",
    "category": "Productivity",
    "capabilities": [
      "Global Codex memory ingestion",
      "TemporalStore-backed context retrieval",
      "Cross-session context continuity"
    ]
  }
}

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

[temporalstore-agent-hooks on Agent Plugins Marketplace](https://pluginsmp.com/plugins/temporalstore-agent-hooks)