logoalt Hacker News

Turn your best AI prompts into one-click tools in Chrome

162 pointsby xnxyesterday at 5:09 PM82 commentsview on HN

Comments

ekaesmemtoday at 7:07 AM

So you're telling me we spent over a decade turning the browser from a sieve full of vulnerabilities into an impenetrable sandbox, and now we're directly introducing an APT?

show 1 reply
realPubkeytoday at 7:29 AM

A big limitation for skills (or agents using browsers) is that the LLM is working against raw html/DOM/pixels. The new WebMCP API solves this: apps register schema-validated tools via navigator.modelContext, so the agent has structured JSON to work with and can be way more reliable.

WebMCP is currently being incubated in W3C [1], so if it lands as a proper browser standard, this becomes a endpoint every website can expose.

I think browser agents/skills+WebMCP might actually be the killer app for local-first apps [2]. Remote APIs need hand-crafted endpoints for every possible agent action. A local DB exposed via WebMCP gives the agent generic operations (query, insert, upsert, delete) it can freely compose multiple steps of read and writes, at zero latency, offline-capable. The agent operates directly on a data model rather than orchestrating UI interactions, which is what makes complex things actually reliable.

For example the user can ask "Archive all emails I haven't opened in 30 days except from these 3 senders" and the agent then locally runs the nosql query and updates.

- [1] https://webmachinelearning.github.io/webmcp/

- [2] https://rxdb.info/webmcp.html

show 1 reply
skeeter2020yesterday at 6:49 PM

my most commonly repeated prompt; would be nice if the baked it into the tool itself:

"No emojis. be concise. no suggestions unless I explicitly ask for them. answer questions like the machine you are. Don't try and add personality or humour; remember you're a robot."

show 5 replies
mellosoulstoday at 8:25 AM

NB for non-English-US users (quoted from a non-obvious term on the page):

Skills in Chrome are rolling out on Mac, Windows and ChromeOS to users with their Chrome language set to English-US.

tracerbulletxtoday at 1:11 AM

I know everyone hates ads or whatever, but why would anyone make content on their own website anymore if google and the browser are doing everything in their power to keep your users from interacting with your own page. Also I don't want to hear the crap about ads being too invasive, its their content, they can do that if they want, and you can not have access to their content. They have to be able to monetize the page to get viewers and its their mistake to make if they make it annoying that doesn't give everyone the right to their work.

show 3 replies
_doctor_loveyesterday at 7:24 PM

I really hope this doesn't have the same security model as Chrome Extensions!

I can see the appeal of this feature and I am generally speaking an AI booster.

On the other hand...like...wat? This feature feels way too premature and risky to let loose on the public.

show 1 reply
ButlerianJihadyesterday at 10:59 PM

Over the past few months, more than a few Google Doodles have simply been Gemini search prompts. This was extremely underwhelming as I usually expect a fun game or some kind of clever hack to ensue. I was also rather irate that Google could simply insert some false prompt into my Gemini conversation history. "I did not say that!"

Furthermore, it led me to muse whether "Prompt Gemini for <xxx>" was a thing that any URL could do? If I went to a random malicious website, could they prompt Gemini to do something for me? If Gemini was hooked up to my Gmail, could a malicious prompt delete all my email, and all it would take is a misclick? Chilling.

parastiyesterday at 7:47 PM

These days announcements like this just make me want to put on my tinfoil hat - what's in it for Google, though? Why make it more convenient for people to submit webpages to you?

show 3 replies
hotsaladyesterday at 8:48 PM

So, bookmarklets for Chrome's AI integration?

tholmanyesterday at 11:29 PM

Tried to visit the first domain, baydailymedia, but doesn't seem to exist... I know its unsurprising and not against the rules or even spirit of showing off your new toy, but some humor in the aria tag "Video of user creating a protein maxing Skill" and then within the video, a fat "Video for illustrative purposes" "Results may vary" "check response for accuracy"

Second video seem's more real. And yeah, again not against the rules, but dropping onto website, no ads, prompting data out of it is very in the ethos of our current "lets just do an ai" to be relavent era.

rf15today at 5:54 AM

I highly doubt that prompts are that valuable, considering the inconsistent responses by llms to repeated queries. Besides, they are easily reproduced...

show 1 reply
orwinyesterday at 6:21 PM

I hate that. I understand that it might be useful, and tbh, on personnal PC, i'm not even concerned. But it is going towards people pushing to replace XQL or other query languages with prompting in natural languages, for no good reasons. Generate your query and copy paste if you don't want to read the documentation man, but please, please keep an intermediary between the LLM and the real world data. The last time your fucking prompt gave me a "log overview" i lost 2 hours understanding what the fuck i was reading, when a query would have taken me at most 20 minutes.

Convert my AI prompt into the code for a one-click tool, let me read and share it, that would be _great_.

show 1 reply
woodydesignyesterday at 9:13 PM

My prompt collection lives in three different places right now — Raycast snippets, Apple Notes, and a Notion page that keeps growing. I know I wrote a good one for my git commit/push flow somewhere, but finding it when I need it usually takes longer than just rewriting it.

The browser approach makes sense for Claude code and ChatGPT. I wonder how well it holds up once you have 50+ prompts though — finding the right one fast is the real problem for me.

show 1 reply
hypferyesterday at 7:46 PM

Ah yes. Ticks all the boxes

- Becoming a Platform

- AI

- User-generated content

[list continues]

There is something comforting about seeing that the SV stopped having ideas and now just recycles and recombines the same tropes over and over again.

It's still all terrible, but it's a devil you know. You can live with that. You can skip the broken stair and duck, knowing exactly when they're trying to punch you in the face again.

Now here's hoping that eventually, they get bored and just stop entirely.

dasltoday at 3:52 AM

their video demos were surprisingly bad. Hard to understand what they were showing.

debarshriyesterday at 11:49 PM

How can you try this out?

show 1 reply
OsrsNeedsf2Pyesterday at 10:12 PM

Looks like it's read-only access. I'll still be using Claude Code with a Chrome MCP

skybrianyesterday at 7:42 PM

This sounds to me like yet another way to automate filling out forms. I had been thinking about vibe-coding a Chrome extension for one form I fill in regularly, but perhaps this is easier.

jeffbeeyesterday at 6:18 PM

I would be more excited by this if there was a better permissions model for these things. For example I can think of a skill that would need access to a certain corpus of documents that I host on Google Drive, but, as far as I have been able to determine using Google's other AI products, there is no way for me to grant read-only access to that corpus without granting read-write access to all of my data on Google, which is simply too much access for my taste. There has to be something less binary than Personalization:on/off?

show 1 reply
christoff12yesterday at 5:46 PM

This could be interesting

daveguytoday at 12:34 AM

How do you know which ones are your best vs your worst from day to day?

marsavaryesterday at 7:05 PM

Who wants this?

show 4 replies
pacman1337yesterday at 8:17 PM

I need skill to block ads

show 1 reply
PunchTornadoyesterday at 7:20 PM

Jesus, I don't want to be mean, but some things that Google creates are completeyl useless...

xuchenglantoday at 12:52 AM

[dead]

fragromyesterday at 6:54 PM

[dead]

vomayanktoday at 12:41 AM

[dead]

Holacctoday at 4:41 AM

[dead]

tonethemantoday at 2:12 AM

[dead]

mwkaufmayesterday at 7:31 PM

Never before have people been able to effortlessly visualize whole landing pages to tell them to put glue on pizza.

londons_exploreyesterday at 7:41 PM

So much of the web has no API anymore and is hostile to robots.

The script to turn the coffee maker on when dad posts on Facebook for the first time each morning that worked in 2014 won't work anymore in 2026.

Having this sort of thing built into a mainstream browser will open up a new avenue for automation, which I think will be a good thing for breaking down data silos and being good for the world overall.

show 1 reply