Let your agent manage Kora for you.

Kora is a workflow engine you host yourself. Add its skills to Claude Code or Codex, and your agent installs it, operates it, and builds your workflows, all from the chat you already use.

Install Kora
curl -fsSL https://kora.raw-labs.com/install.sh | bash
Then add the skills to your agent
claude plugin marketplace add raw-labs/kora-releases
claude plugin install kora-operations@kora
claude plugin install kora-authoring@kora
codex plugin marketplace add raw-labs/kora-releases
codex plugin add kora-operations@kora
codex plugin add kora-authoring@kora

Claude Code: run /reload-plugins to use the skills in this session.

Codex: start a new task. Codex detects installed skills automatically; restart it only if they do not appear.

SecurityReview PassedOpenAIPlugin Directory
§ Two skill packages

Operate the instance. Author the workflows.

Two skill packages divide the work: one agent configures and runs your Kora instance, the other builds the workflows inside it.

kora-operations

Operations

  • Install and run the instance
  • Configure identity and access
  • Manage secrets and integrations
  • Deploy releases and roll back

kora-authoring

Authoring

  • Write the YAML source bundle
  • Compose nodes and control flow
  • Wire agent tasks to their tools
  • Validate before release
§ Next step

Run Kora yourself.

Have your agent install it, or talk to us about a team or enterprise deployment.