fix(skills): correct invalid install kinds in xurl and github [AI] (#…
<pre style='white-space:pre-wrap;width:81ex'>fix(skills): correct invalid install kinds in xurl and github [AI] (#102158) * fix(xurl): use install kind "node" instead of invalid "npm" [AI] The xurl skill's second installer declares kind "npm", which is not a valid install kind. The installer switches on spec.kind with cases for brew/node/go/uv/download and a default of "unsupported installer", so the entry is dropped -- `openclaw skills info xurl` only offers the brew option, leaving no install
Story Overview
fix(skills): correct invalid install kinds in xurl and github [AI] (#102158) * fix(xurl): use install kind "node" instead of invalid "npm" [AI] The xurl skill's second installer declares kind "npm", which is not a valid install kind. The installer switches on spec.kind with cases for brew/node/go/uv/download and a default of "unsupported installer", so the entry is dropped -- `openclaw skills info xurl` only offers the brew option, leaving no install