Sign In

@fozikio/tools-content

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

Content pipeline tools plugin for cortex-engine

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
19
35.71%
Maintainers
1
Weekly downloads
 
Created
Source

@fozikio/tools-content

Content pipeline plugin for cortex-engine. Manage content pieces through a multi-stage pipeline from idea to publication across blogs, social posts, newsletters, and dev.to articles.

Install

npm install @fozikio/tools-content

Tools

ToolDescription
content_createCreate a content piece (blog, social, devto, reddit, thread, newsletter) with an initial state
content_listList content pieces, filterable by type and state
content_updateUpdate an existing content piece (body, state, tags)

Usage

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

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

License

MIT

Keywords

cortex

FAQs

Package last updated on 14 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts