Remix.run Logo
mkagenius 20 hours ago

If anyone wants to use Skills in Gemini CLI or any other llm tool - check out something I have created, open-skills https://github.com/BandarLabs/open-skills

It does code execution in an apple container if your Skill requires any code execution.

It also proves the point that Skills are basically repackaged MCPs (if you look into my code).

theturtletalks 20 hours ago | parent [-]

Will Skills and Code Execution replace MCPs eventually?

mkagenius 19 hours ago | parent [-]

I doubt that. MCPs are broader. You can serve a Skill via a MCP but the reverse may not be always true.

For example, you can't have a directory named "Stripe-Skills" which will give you a breakdown of last week's revenue (unless you write in the skills how to connect to stripe and get that information). So, most of the remote, existing services are better used as MCPs (essentially APIs).