Agent Plugins Marketplace
← All plugins

zhyvyi-redaktor

v0.1.1

Редагує надиктовані тексти українською зі збереженням авторського голосу та структурує довгі серії.

CodexAgent Plugins1 Skill

By Начес0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install zhyvyi-redaktor for Codex

Installs for the current user
codex plugin marketplace add theamp1/redactor
codex plugin marketplace upgrade zhyvyi-redaktor-marketplace
codex plugin add zhyvyi-redaktor@zhyvyi-redaktor-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the zhyvyi-redaktor-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “zhyvyi-redaktor” remain stable.

  • Codex: zhyvyi-redaktor@agent-plugin-marketplace → zhyvyi-redaktor@zhyvyi-redaktor-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/theamp1/redactor

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zhyvyi-redaktor/.

Plugin files

plugins/zhyvyi-redaktor/
├── .codex-plugin/plugin.json
├── plugin.json
└── skills/voice-preserving-editing/SKILL.md

Included Skills1

voice-preserving-editingskills/voice-preserving-editing/SKILL.md

Редагуй надиктований автором текст українською зі збереженням голосу; структуруй довгі тексти для серій, Threads або сторіс і перевіряй природність оферу.

Plugin manifests2

plugins/zhyvyi-redaktor/.codex-plugin/plugin.json
{
  "name": "zhyvyi-redaktor",
  "version": "0.1.1",
  "description": "Редагує надиктовані тексти українською зі збереженням авторського голосу та структурує довгі серії.",
  "author": {
    "name": "Начес"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Живий редактор",
    "shortDescription": "Редагування без втрати авторського голосу",
    "longDescription": "Прибирає мовні помилки й повтори, вибудовує логіку довгих текстів і зберігає інтонацію, нюанси позиції та природний перехід до оферу.",
    "developerName": "Начес",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "defaultPrompt": [
      "Відредагуй мій надиктований текст, зберігши мій голос.",
      "Розбий цей довгий текст на серію частин до 500 символів.",
      "Перевір логіку, переходи та офер у моєму тексті."
    ],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  }
}
plugins/zhyvyi-redaktor/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "zhyvyi-redaktor",
  "version": "0.1.1",
  "description": "Редагує надиктовані тексти українською зі збереженням авторського голосу та структурує довгі серії.",
  "author": {
    "name": "Начес"
  },
  "keywords": [
    "українська",
    "редагування",
    "авторський голос",
    "контент"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Живий редактор",
        "shortDescription": "Редагування без втрати авторського голосу",
        "longDescription": "Прибирає мовні помилки й повтори, вибудовує логіку довгих текстів і зберігає інтонацію, нюанси позиції та природний перехід до оферу.",
        "developerName": "Начес",
        "category": "Productivity",
        "capabilities": [
          "Interactive"
        ],
        "defaultPrompt": [
          "Відредагуй мій надиктований текст, зберігши мій голос.",
          "Розбий цей довгий текст на серію частин до 500 символів.",
          "Перевір логіку, переходи та офер у моєму тексті."
        ],
        "composerIcon": "./assets/logo.png",
        "logo": "./assets/logo.png"
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[zhyvyi-redaktor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zhyvyi-redaktor)