class InstalledSkillInfo
Bases:BaseModel
Information about an installed skill.
Properties
allowed_tools: list[str] | Nonecompatibility: str | Nonedescription: strenabled: boolinstall_path: strinstalled_at: strlicense: str | Nonemetadata: dict[str, str] | Nonename: strrepo_path: str | Noneresolved_ref: str | Nonesource: str
Methods
classmethod from_skill()
Create InstalledSkillInfo from a loaded Skill.model_config = (configuration object)
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].class InstalledSkillsMetadata
Bases:BaseModel
Metadata file for tracking installed skills.
Properties
skills: dict[str, InstalledSkillInfo]

