Date: 2026-09-10

Extend Nova with skills

Skills are reusable prompt-and-tool workflows loaded by the skill service and built-in loader. They can shape task execution but cannot grant unavailable capabilities.

Use the current implementation

Use the skill discovery/install surface exposed by the current CLI and inspect the skill metadata before invocation. Keep skill inputs explicit and review the resulting tool calls and files.

Boundaries and safety

Only supported skill formats and registries are accepted. Treat installed skill content as executable instructions: review provenance, scope, and permissions before enabling it.