Theia API Documentation v1.73.0
    Preparing search index...

    Handles theia://install-skill?id=<skillId> deep links. The URL is intentionally minimal: the source, name and content hash are all read from the configured AI registry by id, so the user installs exactly what the registry currently publishes.

    Unlike the MCP handler, the registry lookup lives in this same package, so the handler consults the fetch service directly instead of going through a bridge interface.

    Implements

    Index

    Constructors

    Properties

    fetchService: RegistryFetchService
    id: "install-skill-uri-handler" = 'install-skill-uri-handler'

    A unique id of this handler.

    installService: SkillInstallService
    messageService: MessageService

    Methods