Marketplace
Skills (plugin_type=skill)
A reusable 'Skill' package bundling keywords + tool mappings + prompts. When the host's keyword engine matches a registered keyword, it recommends the Skill card to the user. Local Skill definitions follow the ~/.lvis/skills/<name>/SKILL.md format.
Components of a Skill
- Keywords — natural-language trigger patterns for the Skill. For a plugin, registered via
hostApi.registerKeywords. - Tool mapping — which plugin tools / agents to chain-call.
- Prompts — system/user message templates inside SKILL.md.
- RiskLevel meta — the default for the Skill as a whole. Tool RiskLevel still takes priority.
Where Skills are stored
The host stores a registered Skill at
~/.lvis/skills/<name>/SKILL.md (skill-load.ts:57). Skill approval metadata lives at ~/.lvis/skill-approvals.json.