惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
量子位
博客园 - 司徒正美
V
V2EX
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
N
Netflix TechBlog - Medium
L
LangChain Blog
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog

MarkTechPost

A Coding Implementation of End-to-End Brain Decoding from MEG Signals Using NeuralSet and Deep Learning for Predicting Linguistic Features Meta Introduces Autodata: An Agentic Framework That Turns AI Models into Autonomous Data Scientists for High-Quality Training Data Creation A Coding Guide on LLM Post Training with TRL from Supervised Fine Tuning to DPO and GRPO Reasoning Qwen AI Releases Qwen-Scope: An Open-Source Sparse AutoEncoders (SAE) Suite That Turns LLM Internal Features into Practical Development Tools A Coding Deep Dive into Agentic UI, Generative UI, State Synchronization, and Interrupt-Driven Approval Flows Moonshot AI Open-Sources FlashKDA: CUTLASS Kernels for Kimi Delta Attention with Variable-Length Batching and H20 Benchmarks Microsoft Research’s World-R1 Uses Flow-GRPO and 3D-Aware Rewards to Inject Geometric Consistency Into Wan 2.1 Without Architectural Changes A Coding Implementation on Pyright Type Checking Covering Generics, Protocols, Strict Mode, Type Narrowing, and Modern Python Typing IBM Releases Two Granite Speech 4.1 2B Models: Autoregressive ASR with Translation and Non-Autoregressive Editing for Fast Inference Top 10 KV Cache Compression Techniques for LLM Inference: Reducing Memory Overhead Across Eviction, Quantization, and Low-Rank Methods Qwen Team Releases FlashQLA: a High-Performance Linear Attention Kernel Library That Achieves Up to 3× Speedup on NVIDIA Hopper GPUs Step by Step Guide to Build a Complete PII Detection and Redaction Pipeline with OpenAI Privacy Filter Meta FAIR Releases NeuralSet: A Python Package for Neuro-AI That Supports fMRI, M/EEG, Spikes, and HuggingFace Embeddings smol-audio: A Colab-Friendly Notebook Collection for Fine-Tuning Whisper, Parakeet, Voxtral, Granite Speech, and Audio Flamingo 3 A Coding Implementation on Document Parsing Benchmarking with LlamaIndex ParseBench Using Python, Hugging Face, and Evaluation Metrics Poolside AI Introduces Laguna XS.2 and M.1: Agentic Coding Models Reaching 68.2% and 72.5% on SWE-bench Verified How to Build Traceable and Evaluated LLM Workflows Using Promptflow, Prompty, and OpenAI OpenAI Releases Privacy Filter: A 1.5B-Parameter Open-Source PII Redaction Model with 50M Active Parameters Top 10 Physical AI Models Powering Real-World Robots in 2026 How to Build a Lightweight Vision-Language-Action-Inspired Embodied Agent with Latent World Modeling and Model Predictive Control Meet Talkie-1930: A 13B Open-Weight LLM Trained on Pre-1931 English Text for Historical Reasoning and Generalization Research Build a Reinforcement Learning Powered Agent that Learns to Retrieve Relevant Long-Term Memories for Accurate LLM Question Answering OpenMOSS Releases MOSS-Audio: An Open-Source Foundation Model for Speech, Sound, Music, and Time-Aware Audio Reasoning Meta AI Releases Sapiens2: A High-Resolution Human-Centric Vision Model for Pose, Segmentation, Normals, Pointmap, and Albedo The LoRA Assumption That Breaks in Production How to Build a Fully Searchable AI Knowledge Base with OpenKB, OpenRouter, and Llama How to Build Smarter Multilingual Text Wrapping with BudouX Through Parsing, HTML Rendering, Model Introspection, and Toy Training Top 7 Benchmarks That Actually Matter for Agentic Reasoning in Large Language Models RAG Without Vectors: How PageIndex Retrieves by Reasoning A Coding Tutorial on Datashader on Rendering Massive Datasets with High-Performance Python Visual Analytics
Google Launches ‘Skills’ in Chrome: Turning Reusable AI P...
Maxime Mommessin · 2026-04-15 · via MarkTechPost

Google just announced the release of Skills in Chrome, a new feature built into Gemini in Chrome that lets users save frequently used AI prompts as reusable, one-click workflows called Skills. The rollout begins April 14, 2026, targeting Mac, Windows, and ChromeOS users who have their Chrome language set to English-US.

If you’ve been paying attention to how AI is being woven into operating systems and browsers over the past year, Skills in Chrome represents something more interesting than just a productivity shortcut — it’s an early glimpse at how prompt management and browser-level AI agents could converge.

The Problem It Solves

Anyone who has used Gemini in Chrome for routine tasks knows the friction: every time you navigate to a new webpage and want to perform the same AI operation — say, checking nutritional information on a recipe page or comparing product specs across tabs — you have to re-enter the same prompt from scratch. This isn’t just tedious; it’s a signal that browser-native AI tools have been missing a stateful, reusable layer between the user and the underlying model.

Skills in Chrome addresses this directly. Until now, repeating an AI task — like asking for ingredient substitutions to make a recipe vegan — meant re-entering the same prompt as you visited different pages. Skills fix this by turning a prompt into a persistent, named workflow that can be invoked on demand.

How Skills Actually Work

The logic is straightforward but worth understanding precisely, especially if you’re thinking about this from a systems design angle.

When you write a prompt that you’ll want to use again, you can save it as a Skill directly from your chat history. The next time you need it, select your saved Skill in Gemini in Chrome by typing forward slash ( / ) or clicking the plus sign ( + ) button, and your Skill will run on the page you’re viewing, along with any other tabs you select. You can also edit saved Skills and create new ones at any time.

Think of this as a lightweight form of prompt templating at the browser level — similar to how engineers working with LLM APIs maintain libraries of system prompts or few-shot templates for recurring tasks, except Skills surfaces that concept for end users through a browser UI rather than code.

The multi-tab execution capability is particularly notable. Rather than running a prompt against a single page, a Skill can be dispatched across several open tabs simultaneously — enabling workflows like cross-referencing multiple product pages for a spec comparison in a single pass. For users who have built multi-document retrieval pipelines, this is a recognizable pattern: the browser context serves as the retrieval corpus, and the Skill is the query template applied across it.

Early Use Cases and the Skills Library

Early testers have used Skills in Chrome to create personalized and powerful workflows for a wide range of tasks — including quickly calculating protein macros for any recipe, generating side-by-side spec comparisons across multiple tabs, and scanning lengthy documents for important information.

Beyond user-created Skills, Google is also launching a library of ready-to-use Skills for common tasks and workflows. The library includes pre-written Skills covering tasks like breaking down the ingredients of a product you’re viewing online, or selecting the perfect gift from multiple options by cross-referencing your budget with the recipient’s interests. Users can browse this library, add any Skill to their saved collection, and customize it to better fit their needs by editing the Skill and updating the prompt.

This is essentially a curated prompt library inside the browser — a design pattern that developers working with tools like LangChain or prompt management systems will find familiar, now abstracted away from the API layer and delivered to general users without writing a single line of code.

Security and Privacy Architecture

For AI professionals evaluating how this feature fits into enterprise or security-sensitive environments, the safeguards Google has built in are worth noting carefully. Skills are built on Chrome’s foundation of security and privacy, and they utilize the same safeguards applied to prompts in Gemini in Chrome. A Skills prompt will ask for confirmation before taking certain actions, such as adding an event to your calendar or sending an email. Additionally, Skills benefit from Chrome’s layered protections, including automated red-teaming and auto-update capabilities.

The confirmation-gate design before high-consequence actions — calendar writes, email sends — is a deliberate choice that reflects the broader challenge in agentic AI systems: ensuring that automated, reusable workflows don’t fire irreversible side effects without explicit user intent. This is the same problem that AI agent frameworks like LangGraph and AutoGPT have grappled with at the code level; Google is solving it here at the UX layer.

Availability and Management

Starting today, Skills are rolling out to Gemini in Chrome on Mac, Windows, and ChromeOS, for users with their 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 then clicking the compass icon.


Check out the Technical details hereAlso, feel free to follow us on Twitter and don’t forget to join our 130k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

Maxime Mommessin

Max is an AI analyst at MarkTechPost, based in Silicon Valley, who actively shapes the future of technology. He teaches robotics at Brainvyne, combats spam with ComplyEmail, and leverages AI daily to translate complex tech advancements into clear, understandable insights