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

Journal tools plugin for cortex-engine

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
13
44.44%
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],
});

License

MIT

Keywords

cortex

FAQs

Package last updated on 14 Mar 2026

Related posts