Ckeditor Cowriter
Description
This plugin generates content with the help of artificial intelligence. It is based on the CKEditor 4. It uses the OpenAI API to generate text.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
CKEditor 4 Plugin - Cowriter 🤖
[](https://github.com/netresearch/ckeditor-cowriter/actions/workflows/release.yml)
This plugin generates content with the help of artificial intelligence. It is based on the [CKEditor 4](http://ckeditor.com/). It uses the [OpenAI API](https://beta.openai.com/) to generate text. You can use it to generate text for your blog posts, emails, or any other content.

Give it a try and let the AI write for you: [Demo](https://netresearch.github.io/ckeditor-cowriter/)
Installation
You can find the plugin in the [CKEditor plugin directory](https://ckeditor.com/cke4/addon/cowriter)
Installation with [npm](https://www.npmjs.com/package/@netresearch/ckeditor-cowriter)
Install the plugin with npm:
npm install @netresearch/ckeditor-cowriter --saveEnable the plugin by using the `extraPlugins` configuration setting. For example:
CKEDITOR.plugins.addExternal('cowriter', '/node_modules/@netresearch/ckeditor-cowriter/dist/', 'plugin.js') CKEDITOR.config.extraPlugins = 'cowriter';
Installation from source
Download the [latest release](https://ckeditor.com/cke4/addon/cowriter) of the plugin.
Extract the contents of the archive into a directory. For example: `/plugins/cowriter/`
Enable the plugin by using the `addExternal`and `extraPlugins` configuration setting. For example:
CKEDITOR.plugins.addExternal('cowriter', '/plugins/cowriter/', 'plugin.js') CKEDITOR.config.extraPlugins = 'cowriter';
Configuration
You need to define your OpenAI credentials. Do this above the `CKEDITOR.replace` call. For example:
const OPENAI_KEY = 'YOUR-KEY'
const OPENAI_ORG = 'org-YOUR-ORG-KEY'
Usage
- Click on the
Cowriterbutton in the toolb
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11