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.
npm install @fozikio/tools-content
| Tool | Description |
|---|---|
content_create |
Create a content piece (blog, social, devto, reddit, thread, newsletter) with an initial state |
content_list |
List content pieces, filterable by type and state |
content_update |
Update an existing content piece (body, state, tags) |
# 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],
});- Wiki — Guides, architecture, and full tool reference
- Plugin Authoring — Build your own plugins
- Contributing — How to contribute
MIT