Agent Plugins Marketplace
All plugins

kore-xo-tools

v0.3.0

Analyze Kore.ai XO bot exports and create clear business and technical documentation.

Codex1 Skill

By Kore.ai0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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 kore-xo-tools for Codex

Installs for the current user
codex plugin marketplace add Koredotcom/kore-codex-plugins
codex plugin marketplace upgrade kore-skills
codex plugin add kore-xo-tools@kore-skills

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

Compatibility: the page URL and API slug “kore-xo-tools” remain stable.

  • Codex: kore-xo-tools@agent-plugin-marketplacekore-xo-tools@kore-skills

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/Koredotcom/kore-codex-plugins

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

Plugin files

plugins/kore-xo-tools/
├── .codex-plugin/plugin.json
└── skills/xo-bot-decomposer/SKILL.md

Included Skills1

xo-bot-decomposerskills/xo-bot-decomposer/SKILL.md

Analyze Kore.ai XO bot-definition JSON or ZIP exports and produce a business goal decomposition plus a technical reference. Use for understanding dialogs, flows, integrations, entities, scripts, forms, channels, or version-shaped export structure. Do not estimate effort, cost, or implementation scope.

Plugin manifests1

plugins/kore-xo-tools/.codex-plugin/plugin.json
{
  "name": "kore-xo-tools",
  "version": "0.3.0",
  "description": "Analyze Kore.ai XO bot exports and create clear business and technical documentation.",
  "author": {
    "name": "Kore.ai"
  },
  "homepage": "https://github.com/Koredotcom/kore-codex-plugins",
  "repository": "https://github.com/Koredotcom/kore-codex-plugins",
  "keywords": [
    "kore.ai",
    "xo",
    "bot",
    "analysis",
    "documentation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Kore XO Tools",
    "shortDescription": "Analyze and document Kore.ai XO bot exports.",
    "longDescription": "Turn Kore.ai XO bot-definition exports into a structured inventory, a business-level goal decomposition, and a technical reference while preserving evidence boundaries.",
    "developerName": "Kore.ai",
    "category": "Productivity",
    "capabilities": [
      "Analyze",
      "Write"
    ],
    "websiteURL": "https://kore.ai/",
    "defaultPrompt": [
      "Analyze this Kore.ai XO bot export.",
      "Document the goals and integrations in this XO export."
    ]
  }
}

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

[kore-xo-tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kore-xo-tools)