frontmatter PAR AVION

Plugins

Plugins kimi.plugin.json Vendor docs

config

name type required meaning concept
agents string
One or more `./` paths within the plugin root, pointing to agent files; if omitted, `agents/` is auto-discovered
docs ↗
author string
Display metadata
docs ↗
commands string
One or more `./` paths to a directory or `.md` file; registers the Markdown files inside as slash commands. See Plugin Slash Commands
docs ↗
description string
Display metadata
docs ↗
homepage string
Display metadata
docs ↗
hooks string
Hook rules run on lifecycle events while enabled; see Hooks in Plugins
docs ↗
interface string
Shown in `/plugins`: `displayName`, `shortDescription`, `longDescription`, `developerName`, `websiteURL`
docs ↗
keywords string
Display metadata
docs ↗
license string
Display metadata
docs ↗
mcpServers string
MCP server declarations; enabled by default, can be disabled from `/plugins`
docs ↗
name string
Required; serves as the plugin id. Must match `[a-z0-9][a-z0-9_-]{0,63}`
docs ↗
sessionStart.skill string
Loads the specified plugin Skill into the main Agent when a new or resumed session starts
docs ↗
skillInstructions string
Additional instructions appended whenever a Skill from this plugin is loaded
docs ↗
skills string
One or more `./` paths within the plugin root; if omitted, root `SKILL.md` is the single Skill root
docs ↗
systemPrompt string
Inline instructions contributed to the agent's system prompt while the plugin is enabled
docs ↗
systemPromptPath string
A `./` path to a UTF-8 text file; content is appended after `systemPrompt` when both are present
docs ↗
version string
Display metadata
docs ↗