Google announced that it will be releasing a new Android version. Skills in ChromeSkills are reusable workflows that can be created with just one click. It will be available to Mac, Windows and ChromeOS Users who set their Chrome Language to English-US on 14 April 2026.
If you’ve been paying attention to how AI is being woven into operating systems and browsers over the past year, Skills in Chrome represents something more interesting than just a productivity shortcut — it’s an early glimpse at how prompt management and browser-level AI agents could converge.
This Solution Solves the Problem
Anyone who has used Gemini in Chrome for routine tasks knows the friction: every time you navigate to a new webpage and want to perform the same AI operation — say, checking nutritional information on a recipe page or comparing product specs across tabs — you have to re-enter the same prompt from scratch. The problem is not only that it is tedious, but also that the browser-native AI tool has been lacking in a stateful layer between user and model.
Skills in Chrome directly addresses this. Until now, repeating an AI task — like asking for ingredient substitutions to make a recipe vegan — meant re-entering the same prompt as you visited different pages. This problem is fixed by Skills, which turn a prompt in a named persistent workflow.
What Skills Work?
It’s a simple logic, but it is worth understanding in detail if this is something you are considering from the perspective of systems design.
You can create a skill from a conversation prompt you want to reuse. You can select your saved Gemini Skill by clicking on the + sign (+) in Chrome or typing the forward slash. At any time, you can edit or create saved Skills.
This is a light form of Browser-level prompt templating — similar to how engineers working with LLM APIs maintain libraries of system prompts or few-shot templates for recurring tasks, except Skills surfaces that concept for end users through a browser UI rather than code.
This multi-tab functionality is especially impressive. Rather than running a prompt against a single page, a Skill can be dispatched across several open tabs simultaneously — enabling workflows like cross-referencing multiple product pages for a spec comparison in a single pass. This pattern is familiar to users who’ve built retrieval pipelines for multiple documents: The browser context is used as the corpus and the Skill acts as the query template.
Skills Library Early Use Cases
Early testers have used Skills in Chrome to create personalized and powerful workflows for a wide range of tasks — including quickly calculating protein macros for any recipe, generating side-by-side spec comparisons across multiple tabs, and scanning lengthy documents for important information.
Google will also launch a library with ready-to use Skills to help users complete common tasks. This library contains pre-written skills that can help you with tasks such as breaking down ingredients in a product online or choosing the best gift by comparing your budget and the interests of the recipient. This library lets users browse and add Skills to their collection. They can also edit the Skill prompt to make it more relevant to them.
It is basically curated. prompt library inside the browser — a design pattern that developers working with tools like LangChain or prompt management systems will find familiar, now abstracted away from the API layer and delivered to general users without writing a single line of code.
Architecture of Security and Privacy
Google has included some safeguards that are well worth noting for AI professionals looking at how this feature can be used in enterprise environments or those with high security concerns. Chrome Skills are built upon the foundations of privacy and security, using the same safeguards that apply to Gemini prompts. The Skills prompts will require confirmation to perform certain actions such as adding events to your calendar, or sending emails. Chrome also offers layered security, such as automated red teaming and automatic update capabilities.
The confirmation-gate design before high-consequence actions — calendar writes, email sends — is a deliberate choice that reflects the broader challenge in agentic AI systems: ensuring that automated, reusable workflows don’t fire irreversible side effects without explicit user intent. Google’s UX solution solves the same issue that AI frameworks LangGraph, AutoGPT and others have been tackling at code level.
Accessibility and Management
Skills is now available on Gemini for Chrome in Mac OS, Windows, ChromeOS and English-US language users. You can access saved skills on any Chrome desktop device signed-in by typing the forward slash (/) and clicking the Compass icon in Gemini.
Check out the Technical details here. Also, feel free to follow us on Twitter Don’t forget about our 130k+ ML SubReddit Subscribe now our Newsletter. Wait! Are you using Telegram? now you can join us on telegram as well.
Want to promote your GitHub repo, Hugging Face page, Product release or Webinar?? Connect with us

