Published: 2026-09-07
A browser agent with two kinds of skill file — yours, and everyone's
Chapters / key moments (click to jump — plays here on the page)
Most agent memory is private by default. This splits it in two, and the split is the idea worth stealing. Personal skills are editable markdown files capturing your preferences and recurring workflows — "always include a source link", "leave missing prices blank" — written by the agent when it learns something durable. Shared website skills are different: they capture how to navigate a particular site, improve from successful runs across all users, and get updated as sites change. If a filter is buried in a menu the agent keeps missing, a site skill preserves the working path for everyone.
Source video
"Retriever Fully Free AI Agent: You ACTUALLY NEED THIS!" by AICodeKing — Watch on YouTube →
Gotchas & Caveats
- A sponsored card appears next to results in free mode. That is the business model and it is disclosed in the product, but it means the output surface is not purely yours.
- Shared site skills improve from other users' successful runs — good for navigation knowledge, and worth understanding as a data-flow property before pointing it at anything sensitive.
- The job-application use case involves an agent filling forms with your details. The video's own advice to pause before submitting and read anything written about your experience is the right instinct and easy to skip.
- Enrichment beyond the included allowance uses credits. Free mode is real but bounded.
Key Takeaways
- Two skill layers, doing different jobs. Personal skills describe how you want to work; shared site skills capture knowledge about the website. Correcting the same navigation problem forever is the thing this is designed to stop.
- Skills are readable, editable markdown in a skills library you can open — not an opaque memory store. The agent writes a lesson when it learns something durable rather than rewriting memory after every trivial task.
- Two ways in. A Chrome extension — useful specifically because it works on sites you are already signed into — and a cloud dashboard for runs that do not need your session.
- Free mode has an explicit shape. It covers the AI and cloud-browser time for eligible runs without spending credits, in exchange for a small sponsored card shown alongside the result, with daily fair-use limits. Services beyond the included allowance still consume credits. Worth knowing before planning a large scraping job.
- Prompt patterns that matter for extraction tasks: name the columns you want and say explicitly what to do about missing data ("leave anything you can't find blank"). The verification advice is the useful half — check whether it picked the right product variant, and whether it confused a sale price with the normal one.
- Demonstrated use cases: comparison tables across product pages, job search and application prefill with an explicit "pause before submitting" instruction, and working through practice problems from a page you already have open.





