New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@fozikio/tools-social

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-social

Social cognition tools plugin for cortex-engine

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
7
133.33%
Maintainers
1
Weekly downloads
 
Created
Source

@fozikio/tools-social

Social cognition plugin for cortex-engine. Track interaction patterns and social signals inferred from sessions, Discord, Reddit, and other sources.

Install

npm install @fozikio/tools-social

Tools

ToolDescription
social_readRead the current social cognition model -- session energy, engagement depth, topic mode, recent observations
social_updateLog a social signal observation -- record patterns, energy shifts, or notable interactions

Usage

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

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

License

MIT

Keywords

cortex

FAQs

Package last updated on 14 Mar 2026

Related posts