Skip to content

Interface: SkillFolderOptions

One named skill-folder location and its read / write policy.

Give path for a Databricks workspace tree (mounted through the request’s OBO client), or filesystem for a mount the consumer builds itself. filesystem wins when both are set.

optional filesystem?: SkillFolderValue<WorkspaceFilesystem>

Ready-made mount, for locations the OBO client cannot reach.


optional mount?: string

Mount point in the composite namespace. Defaults to /<name>.


optional path?: SkillFolderValue<string>

Absolute Databricks workspace path for this folder.


optional readable?: boolean

Scan this mount for SKILL.md files. Defaults to true; false mounts the location for file tools without adding it to skill discovery.


optional writable?: boolean

Allow writes to a path mount (and create the root when missing). Defaults to false. A supplied filesystem carries its own read-only flag instead.