Chrome Skills: Save and Reuse AI Prompts as One-Click Tools

Google has launched Skills in Chrome, a feature that allows users to save and reuse AI prompts as one-click tools directly in the browser. This addresses the repetitive task of re-entering the same prompts across different webpages.
How Skills Work
When you write a prompt you want to reuse, you can save it as a Skill directly from your chat history. To run a saved Skill, select it in Gemini in Chrome by typing forward slash (/) or clicking the plus sign (+) button. The Skill will execute on the currently viewed page and any other selected tabs.
Practical Use Cases
Early testers have used Skills for various tasks including:
- Health & Wellness: Quickly calculating protein macros for recipes
- Shopping: Generating side-by-side spec comparisons across multiple tabs
- Productivity: Scanning lengthy documents for important information
Skills Library and Customization
Google is launching a library of ready-to-use Skills for common tasks. Examples include breaking down product ingredients online or selecting gifts by cross-referencing budget with recipient interests. Users can add these Skills and customize them by editing the prompts.
Security and Availability
Skills utilize Chrome's security and privacy safeguards, including confirmation prompts for actions like adding calendar events or sending emails. They benefit from Chrome's layered protections including automated red-teaming and auto-update capabilities.
Skills are rolling out to Gemini in Chrome on Mac, Windows, and ChromeOS for users with Chrome language set to English-US. Saved Skills are available on any signed-in Chrome desktop device and can be managed by typing forward slash (/) in Gemini in Chrome and clicking the compass icon.
📖 Read the full source: HN AI Agents
👀 See Also

Claude skill for Devvit improves code generation accuracy from 73% to 100%
A developer created a structured SKILL.md prompt layer for Claude that provides context for Reddit's Devvit platform, improving evaluation results from 7/10 to 10/10 on common Devvit tasks by preventing specific runtime bugs.

Offline-web-search: A Local Google Search Alternative for AI Agents
A developer built offline-web-search to address poor offline search capabilities in AI agents, creating a drop-in replacement that mimics Claude's web tools with BM25 ranking, SQLite FTS5 indexing, and support for ZIM archives and custom crawlers.

Claude Sleuth: A 56-Task Investigation Workflow for Claude AI
Claude Sleuth is a structured investigation workflow for Claude AI with 6 phases and 56 tasks, featuring persistent state storage via Cloudflare D1 and standardized output conventions including ISO 8601 timestamps, POLE entity records, and ICD 203 probability language.

How to Move or Rename Claude Code Project Folders Without Losing Session History
Claude Code stores session history using absolute project paths, so moving or renaming folders with mv breaks session access. The clamp tool fixes this by migrating session data to match new paths.