ayjnt-browser

Configure Cloudflare Browser Rendering and AI-SDK bindings for agent runtimes.

3|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/northclock/ayjnt --skill ayjnt-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ayjnt-browser
Source: https://github.com/northclock/ayjnt/tree/main/.claude/skills/ayjnt-browser
Command: npx skills add https://github.com/northclock/ayjnt --skill ayjnt-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @cloudflare/codemode.

What problem does it solve?

This skill solves the complexity of manually configuring Cloudflare Browser Rendering and AI-SDK toolsets, allowing agents to interact with the live web seamlessly.

Core Features & Use Cases

  • Automated Tool Wiring: Automatically provisions BROWSER, LOADER, and AI bindings in your wrangler configuration.
  • Web Interaction: Enables agents to perform live web searches and execute scripted browser sessions.
  • Use Case: Use this to build a research agent that can autonomously navigate to a URL, extract content, and answer complex questions based on real-time web data.

Quick Start

Add the browser tools to my agent by importing browserTools from ayjnt/browser and passing the agent instance to the helper.

Frequently Asked Questions about ayjnt-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add live web browsing to my AI agent?

To add live web browsing to your AI agent, you can use this skill to integrate Cloudflare Browser Rendering and AI-SDK tools into your agent runtime. It automatically provisions the necessary BROWSER and LOADER bindings for your agent to navigate and extract content from the live web.

What do I need to configure before my agent can use Cloudflare Browser Rendering?

Before your agent can use Cloudflare Browser Rendering, you need an environment that supports nodejs_compat and specific Cloudflare worker bindings. This skill automates the environment configuration by provisioning the required BROWSER, LOADER, and AI bindings in your wrangler configuration.

Can I automate web scraping with AI-SDK tools on Cloudflare Workers?

Yes, you can automate web scraping with AI-SDK tools on Cloudflare Workers. This skill enables agents to execute scripted browser sessions and perform live web searches, allowing them to autonomously navigate to URLs and extract real-time content.

How does automated tool wiring work for agent web interactions?

Automated tool wiring for agent web interactions works by automatically provisioning BROWSER, LOADER, and AI bindings directly into your wrangler configuration. This eliminates the complexity of manual setup and seamlessly connects your agent runtime to Cloudflare Browser Rendering.

What is the best way to build a research agent that extracts real-time web data?

The best way to build a research agent that extracts real-time web data is to integrate a browser rendering toolset with your AI-SDK. This skill provides the necessary web interaction tools to let your agent autonomously navigate URLs, extract content, and answer complex questions based on live internet data.