Thank you for this piece.
If I am using the web version of an LLM, for example, Google Gemini, how do I get to load the skills onto it?
Then, if a model is not optimized to use a skill, for example, you mentioned a read and create powerpoints skill. Can downloading the skill onto it make it capable of doing that?
The Rise of Reusable AI Agent Skills: How skills.sh and Anthropic Are Changing Claude Development
1 Comment
Short answer: No, you cannot load Claude Code skills onto Google Gemini or other web LLMs, and skills don't give a model new underlying capabilities.
Here's why
What skills actually are
Skills in Claude Code are curated prompt templates that get injected into the conversation.
Crucially, they work because Claude Code already has access to tools — the file system, bash execution, web fetch, etc. When you invoke /pptx, for example, the skill tells Claude how to use those pre-existing tools to handle PowerPoint files (via libraries like python-pptx running locally on your machine).
Why you can't port them to Gemini web
Web LLMs (Gemini, ChatGPT, Claude.ai, etc.) run in a sandboxed browser environment. They don't have:
Access to your local file system
The ability to execute arbitrary shell commands
The tool infrastructure that skills depend on
There's no “install” mechanism — the skill is just a prompt, but the prompt alone does nothing if the underlying tools aren't there.
Can a skill make a model capable of something it couldn't do?
No.
A skill can only orchestrate capabilities the model already has access to. The PowerPoint skill works in Claude Code because the CLI can run Python locally.
The same prompt given to a web LLM would just produce text describing what it would do — it can't actually read or write .pptx files without file system access.
What you can do on web LLMs
Use the model's built-in code interpreter (where available) for limited file handling
Copy the prompt content of a skill as a system prompt to guide behavior
Use platform-specific plugin/tool ecosystems (e.g., Gemini's Google Workspace integrations)
The skills system is fundamentally a Claude Code (CLI) feature — it's the combination of the prompt plus tool access that makes it work.
Please log in to add a comment.
Please log in to comment on this post.
More Posts
- © 2026 Coder Legion
- Feedback / Bug
- Privacy
- About Us
- Contacts
- Premium Subscription
- Terms of Service
- Refund
- Early Builders
Related Jobs
- Manager Enterprise Business SystemsCarrier World · Full time · Italian Republic
- Machine Learning Engineer, Agentic AIZillow · Full time · Remote
- Principal Machine Learning Engineer, Agentic AIZillow · Full time · Remote
Commenters (This Week)
Contribute meaningful comments to climb the leaderboard and earn badges!