pub async fn install(specs: &[SkillInstallSpec]) -> Result<InstallOutput>Expand description
Run the first applicable spec from a list (the first whose kind’s manager is
available, else the first spec). Package-manager specs spawn directly;
download specs fetch+extract.