New:Socket for Asana Is Now Available.Learn more
Get Started

@fozikio/tools-journal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fozikio/tools-journal

Session journaling for AI agents — structured reflections that persist across conversations. Plugin for cortex-engine.

Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
13
116.67%
Maintainers
1
Weekly downloads
 
Created
Source

@fozikio/tools-journal

Journal plugin for cortex-engine. Write and read reflective journal entries keyed by date, with theme, mood, and evolution tracking.

Install

npm install @fozikio/tools-journal

Tools

ToolDescription
journal_writeWrite or update a reflective journal entry for a given date
journal_readRead journal entries by specific date or last N days

Usage

# cortex-engine config
plugins:
  - package: "@fozikio/tools-journal"
import journalPlugin from "@fozikio/tools-journal";
import { CortexEngine } from "cortex-engine";

const engine = new CortexEngine({
  plugins: [journalPlugin],
});

Documentation

  • Wiki — Guides, architecture, and full tool reference
  • Plugin Authoring — Build your own plugins
  • Contributing — How to contribute

License

MIT

Keywords

cortex

FAQs

Package last updated on 16 Mar 2026

Related posts