Skip to content

Interface: RemoteSkillCacheEntry

What one source’s last download left behind, as recorded in METADATA_FILE.

downloadedAt: string

When the download completed, ISO-8601.


optional policy?: object

The content-affecting policy that download used. Also folded into the entry KEY, so narrowing skills or moving ref misses the cache instead of silently serving the previous selection.

optional experimental?: boolean

optional ref?: string

optional skills?: string[]


skills: string[]

Skill directory names the download produced.


source: string

The source string this entry was downloaded from, for readability.