@fozikio/tools-content
v0.1.4
Published
Content pipeline for AI agents — draft, review, and publish workflow. Plugin for cortex-engine.
Maintainers
Readme
@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-contentTools
| 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
- Wiki — Guides, architecture, and full tool reference
- Plugin Authoring — Build your own plugins
- Contributing — How to contribute
License
MIT
