# AI Agent Skills in Chrome
Google's "Skills in Chrome" (April 2026) lets users save frequently-used prompts as reusable one-click workflows inside Gemini in Chrome. A Skill is a saved prompt that can be re-applied to the current page and any selected tabs, turning repeated AI tasks into named, editable tools.
Naming-wise, Google borrows the "Skills" label popularized by [[AI Agent Skills]] (the open Anthropic-originated spec), but the implementation is much lighter — these are user-defined prompt presets scoped to the browser, not portable directories with a SKILL.md.
## How It Works
- **Create**: save any prompt from chat history as a Skill.
- **Invoke**: type `/` or click `+` in Gemini in Chrome to pick a Skill; it runs on the active page plus any additional tabs.
- **Edit**: tweak the prompt, scope, and triggers after the fact.
- **Security**: inherits Gemini in Chrome's safeguards — confirmation prompts before sensitive actions (calendar, email), red-teaming protections.
## Availability (April 2026)
- Desktop only: Mac, Windows, ChromeOS.
- Signed-in Chrome users.
- English (US) rollout first; mobile unannounced.
## Example Use Cases
- Calculate macros from a recipe page.
- Build product-spec comparison tables across open tabs.
- Extract structured summaries from long documents.
## Why It Matters
Brings a skills-like ergonomic (named, reusable, one-click) to the mainstream browser. Lowers the barrier to prompt reuse for non-technical users; the tab-aware execution model makes Chrome itself the "context" for the skill, without the user having to copy-paste or describe what's on screen.
## Caveats
- Not an open spec; Skills live inside Gemini in Chrome and don't portably run elsewhere.
- Naming collision with the industry-wide [[AI Agent Skills]] standard will confuse searches and discussions.
- Scope is single-browser; no team sharing or sync model announced.
## References
- Announcement: https://blog.google/products-and-platforms/products/chrome/skills-in-chrome/
## Related
- [[AI Agent Skills]]
- [[Gemini]]
- [[Claude in Chrome]]
- [[Prompt Engineering]]
- [[AI Agents]]