frontmatter PAR AVION

Plugins

Plugins kimi.plugin.json Vendor docs

config

name type required meaning concept
agents string
One or more `./` paths; must be within the plugin root directory and point to directories containing agent files. When omitted, the `agents/` directory under the plugin root (if present) is picked up automatically
docs ↗
author string
Display metadata
docs ↗
commands string
One or more `./` paths pointing to a directory or `.md` file; registers the Markdown files within 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 the plugin is enabled; see Hooks in Plugins
docs ↗
interface string
Fields 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; must be within the plugin root directory. When omitted, the `SKILL.md` in the root directory is treated as a 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 containing system-prompt instructions; combined after `systemPrompt` when both are present
docs ↗
version string
Display metadata
docs ↗