DEV Community

정상록
정상록

Posted on

Google Chrome Gemini Skills: Turn Your AI Prompts into One-Click Automation Tools

Google just rolled out Skills in Chrome's built-in Gemini sidebar, and it fundamentally changes how we interact with AI in the browser.

The Problem Skills Solve

Every day, knowledge workers type the same AI prompts over and over: "Summarize this page," "Compare these products," "Extract key points from this PDF." It's the paradox of AI automation -- using a powerful tool in a manual, repetitive way.

What Are Skills?

Skills are saved prompts that execute with context awareness. Here's the key difference from a simple text shortcut:

  1. Context-aware: Skills automatically read the current webpage
  2. Multi-tab: Select multiple tabs, and the Skill analyzes all of them simultaneously
  3. Slash-triggered: Type / in Gemini sidebar → pick a Skill → done

Creating Your First Skill

Step 1: Open Gemini sidebar (Ctrl+Shift+E or click the icon)
Step 2: Have a conversation using your prompt
Step 3: Click "Save as Skill" in the conversation
Step 4: Name it and save
Enter fullscreen mode Exit fullscreen mode

That's it. It syncs across all Chrome desktops via your Google account.

Multi-Tab Context: The Killer Feature

This is where Skills genuinely differentiate from Edge Copilot or ChatGPT extensions.

Scenario: You're evaluating 3 cloud hosting providers. Open each pricing page in a tab. Run a "Compare Pricing" Skill. It pulls data from all 3 tabs and generates a comparison table.

No copy-pasting. No switching tabs. No lost context.

Edge Copilot is limited to the current tab. ChatGPT extensions don't have tab access at all.

50+ Pre-Built Skills Library

Browse at chrome://skills/browse:

Category Example Skills
Shopping Gift Concierge, multi-tab spec comparison
Learning Article summarizer, quiz generator
Research Cross-reference checker, fact-check
Productivity PDF speed-read, document key points
Writing Writing workflow assistance

You can use these as-is or remix them for your specific needs.

Pricing

  • Free: Core Skills (Google account required)
  • AI Pro ($19.99/mo): Auto Browse integration (AI autonomously navigates websites)

For most developer workflows -- summarizing docs, comparing APIs, extracting code patterns -- the free tier is sufficient.

The Roadmap: Agent Mode

Google previewed Agent Mode: Gemini 3.1 Pro will autonomously select the right Skill from your library for complex, multi-step tasks.

The progression:

  1. Save prompts as Skills (now)
  2. One-click execution (now)
  3. Autonomous Skill selection and chaining (coming)

This positions Chrome not just as a browser with AI, but as an intelligent agent runtime.

Quick Comparison

Feature Chrome Skills Edge Copilot ChatGPT Ext
Browser native ❌ (extension)
Multi-tab context
Slash commands
Pre-built library 50+ Basic GPT Store
Free tier ❌ ($20/mo)

Getting Started Today

  1. Update Chrome to the latest version
  2. Open Gemini sidebar
  3. Try a prompt you use often
  4. Click "Save as Skill"
  5. Next time, just type /

Source: Google Blog - Skills in Chrome


What's your most-repeated AI prompt that you'd turn into a Skill? I'm thinking my "explain this error message" prompt would be a good first candidate.

Top comments (0)