Google Chrome has introduced a new feature called ‘Skills’ that enables users to save and reuse customized AI prompts with a single click. This enhancement aims to reduce repetitive AI tasks and streamline workflows.
Key Functionality
- Prompt Saving: Users can save their most useful, customized prompts as Skills
- One-Click Execution: Saved Skills can be accessed with a forward slash (/) or plus sign (+) button
- Pre-made Library: Chrome offers a ready-to-use library of common AI tasks
- Customization: Users can modify both saved prompts and pre-made Skills
Implementation
The Skills feature integrates directly into the Gemini chat interface. To create a Skill:
- Use Gemini to generate a prompt
- Select ‘Save as Skill’ option
- Name and categorize the Skill
- Access later via / or + in the interface
javascript // Example prompt that could be saved as a Skill const summarizeMeeting = (notes) => { // Process meeting notes into actionable bullet points return processedSummary; }; “n
Privacy Safeguards
Skills maintains Chrome’s existing safety and privacy protocols, including:
- Confirmation prompts for sensitive actions (e.g., email sending)
- Local processing where possible
- User control over execution permissions
Availability
Currently available to users with Chrome language set to English-US. Google may expand language support in future updates.