Surfagent brings open-source browser automation to AI agents
All About AI's creator built and open-sourced Surfagent, an NPM-installable browser automation tool for AI agents that lets them navigate authenticated web sessions without requiring separate APIs.
Score breakdown
Developers building AI agents can use Surfagent to automate authenticated browser workflows — like reading Discord, scraping logged-in dashboards, or interacting with web apps — without building or paying for custom API integrations.
- 01Surfagent is an open-source browser automation tool for AI agents, installable via `npm install -g surf-agent`.
- 02The tool allows agents to control real, authenticated browser sessions without requiring site-specific APIs.
- 03A live demo shows Claude Code using Surfagent to navigate Discord, scan a server's general chat, and retrieve approximately the last 200 messages as agent context.
All About AI released a video demonstrating Surfagent, a browser automation NPM package the creator built over a weekend and is open-sourcing for free. The tool is designed to give AI agents real browser control over authenticated web sessions, removing the need for site-specific APIs. The primary demo uses Claude Code alongside Surfagent to log into Discord, navigate to a specific server, and read the general chat — scanning approximately the last 200 messages and returning that content as usable context for the agent.
In the demo, Freebuf is used to plan and implement an FFmpeg-based Python script to remove silence from an MP4 file, trimming a 5-minute video down to 2 minutes and 20 seconds.
The video also includes a sponsored segment for Freebuf, a free coding agent (funded by text ads, with no subscription or code-training trade-offs) that can connect to a user's existing ChatGPT subscription. In the demo, Freebuf is used to plan and implement an FFmpeg-based Python script to remove silence from an MP4 file, trimming a 5-minute video down to 2 minutes and 20 seconds. Surfagent itself is available on GitHub under the creator's open-source repositories and can be installed globally via the NPM package.
Key facts
- 01Surfagent is an open-source browser automation tool for AI agents, installable via `npm install -g surf-agent`.
- 02The tool allows agents to control real, authenticated browser sessions without requiring site-specific APIs.
- 03A live demo shows Claude Code using Surfagent to navigate Discord, scan a server's general chat, and retrieve approximately the last 200 messages as agent context.
- 04The creator built Surfagent over a single weekend and is releasing it for free on GitHub.
- 05The video includes a sponsored segment for Freebuf, a free coding agent funded by text ads that requires no subscription.
- 06Freebuf supports connecting to an existing ChatGPT subscription and includes a suggested follow-up feature.
- 07A Freebuf demo produced an FFmpeg Python script that trimmed a 5-minute video to 2 minutes and 20 seconds by removing silence.