---
title: "kyberion-agent-plugin"
description: "Portable Agent Plugins package for Kyberion governed operations, knowledge access, mission control, approvals, and audit workflows."
canonical: https://agentpluginsdirectory.com/plugins/kyberion-agent-plugin
last-updated: 2026-09-22
---

# kyberion-agent-plugin
Portable Agent Plugins package for Kyberion governed operations, knowledge access, mission control, approvals, and audit workflows.
- Slug: kyberion-agent-plugin
- Publisher: Kyberion (famao)
- Repository: https://github.com/famaoai-creator/kyberion
- Manifest: plugins/kyberion-agent-plugin/plugin.json
- Version: 1.0.0
- Category (editorial): agent-tooling
- Skills: 2 (kyberion-coordination, kyberion)
- MCP servers: 1 (kyberion)
- Stars: 1
- Repository created: 2026-01-31
- Repository last pushed: 2026-09-22
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/kyberion-agent-plugin
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What kyberion-agent-plugin does, in the publisher's words

This directory is the additive Agent Plugins v1.0.0 portable core for Kyberion. The existing plugins/kyberion-claude-code/ and plugins/kyberion/ directories remain supported as Claude Code and Cowork compatibility packages.

The portable package contains:

- plugin.json: the closed Agent Plugins v1 manifest.
- mcp.json: the portable stdio MCP declaration.
- skills/: reusable Agent Skills.

The included launcher is repository-native: run pnpm build at the Kyberion repository root before starting the MCP server. A separately distributed package can replace bin/kyberion-mcp.mjs with a bundled MCP runtime without changing the portable manifest or skills.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/famaoai-creator/kyberion/HEAD/plugins/kyberion-agent-plugin/README.md

## Skills

- kyberion-coordination: Coordinate agent work with Kyberion by capturing intent, choosing governed execution, and closing with an explicit review handoff.
- kyberion: Use Kyberion governed mission control, pipelines, public knowledge search, approval workflows, audit verification, and Cowork delivery through its MCP tools.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- kyberion: transport: stdio; command: node ${PLUGIN_ROOT}/bin/kyberion-mcp.mjs; env: KYBERION_PERSONA, NODE_ENV

Read from the plugin's own mcp.json. Environment variable names only, never values.
