Marketplace
Skills (plugin_type=skill)
A reusable instruction package built around SKILL.md, optional references, and bounded workflows. Skills guide tool use but are not callable methods or natural-language routing aliases.
Components of a Skill
- SKILL.md — the entrypoint instructions and routing guidance.
- References and assets — optional verified files used by the workflow.
- Tool guidance — instructions for selecting manifest Tools without invoking them implicitly.
- Security boundary — Tool permissions remain Host-owned and are evaluated at invocation time.
Where Skills are stored
The host stores a registered Skill at
~/.lvis/skills/<name>/SKILL.md (src/main/skill-store.ts). Skill approval metadata lives at ~/.lvis/skill-approvals.json.