Chrome Skills: One-Click Reusable AI Prompts Across Tabs
Gemini in Chrome's new Skills feature saves prompts as named workflows for instant reuse on pages and multiple tabs, cutting re-entry friction for tasks like recipe analysis or spec comparisons—rolling out April 14, 2026, to English-US users on Mac, Windows, ChromeOS.
Prompt Reuse Eliminates Tedious Re-Entry for Routine Tasks
Save any effective Gemini prompt directly from chat history as a named "Skill," then invoke it with / or + on any page. This creates browser-level prompt templating, mirroring developer practices with LLM API system prompts or few-shot examples but accessible via UI—no code required. For repeated operations like veganizing recipes or extracting nutritional data, Skills persist across sessions and devices when signed in, turning one-off queries into reliable workflows. Trade-off: Editing is manual, so refine prompts iteratively for precision.
Multi-Tab Dispatch Powers Cross-Page Analysis
Select multiple tabs, trigger a Skill, and it processes content across them simultaneously—like comparing product specs or gift options against budget. This leverages open tabs as a retrieval corpus with the Skill as the query template, akin to multi-document RAG pipelines. Early examples include protein macro calculations on recipes, side-by-side specs, and document scanning. Google's pre-built library offers starters for ingredient breakdowns or gift selection, which you customize by tweaking the prompt—accelerating setup for non-experts while echoing LangChain-style prompt libraries.
Security Gates Prevent Unintended Agent Actions
Skills inherit Chrome's protections: automated red-teaming, auto-updates, and user confirmation before high-risk steps like calendar adds or emails. This UX-layer solution tackles agentic pitfalls seen in frameworks like LangGraph or AutoGPT, where reusable workflows risk side effects. Manage Skills via / then compass icon; available now on eligible desktops. Implication for builders: Browser-native agents could standardize prompt management, but confirmation prompts add a deliberate friction that prioritizes safety over speed in production-like use.