Skip to content

Fozikio/tools-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

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)

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],
});

Documentation

License

MIT

About

Content pipeline tools plugin for cortex-engine

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors