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.
Properties
Section titled “Properties”filesystem?
Section titled “filesystem?”
optionalfilesystem?:SkillFolderValue<WorkspaceFilesystem>
Ready-made mount, for locations the OBO client cannot reach.
mount?
Section titled “mount?”
optionalmount?:string
Mount point in the composite namespace. Defaults to /<name>.
optionalpath?:SkillFolderValue<string>
Absolute Databricks workspace path for this folder.
readable?
Section titled “readable?”
optionalreadable?:boolean
Scan this mount for SKILL.md files. Defaults to true; false mounts
the location for file tools without adding it to skill discovery.
writable?
Section titled “writable?”
optionalwritable?: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.