Agent Downloads

Ready-to-use integration files. Drop into your project, set your API key, start fetching anonymously.

Quick Setup

All integrations use the same pattern: set the BOTANON_API_KEY environment variable, then drop the file into your project. No other dependencies required (Python files need requests).

Claude Code

botanon-claude-skill.md Claude Code Skill

A ready-to-use Claude Code skill file. Place in your project's .claude/skills/ directory to give Claude the ability to fetch web pages anonymously through BotAnon.

Use for: Claude Code agents, AI-assisted research, automated web scraping within Claude sessions

Download

MCP Server Tools

botanon-mcp-tool.php PHP

A PHP function for MCP servers. Include in your MCP server to add a botanon_fetch tool that gives AI agents anonymous web access via BotAnon.

Use for: PHP-based MCP servers, Laravel MCP integrations, custom PHP agent tools

Download
botanon-mcp-tool.py Python

A Python function for MCP servers. Drop into your Python MCP server to add anonymous web fetching as a tool. Requires the requests library.

Use for: Python-based MCP servers, FastMCP integrations, custom Python agent tools

Download

Agent Framework Tools

botanon-hermes-tool.py Hermes / OpenAI

A complete tool definition for Hermes and OpenAI function-calling agents. Includes the tool schema, handler function, and automatic body truncation for safe context usage.

Use for: Hermes agents, OpenAI function calling, any agent framework using the OpenAI tool format

Download
botanon-openclaw-tool.py OpenClaw

A standalone Python module for OpenClaw agents. Provides fetch_url, fetch_url_with_browser, and fetch_body convenience functions with proper error handling.

Use for: OpenClaw agents, standalone Python scrapers, data collection pipelines

Download

Language Clients

botanon-node-client.js Node.js

A lightweight Node.js client using the built-in fetch API. Zero dependencies. Supports GET, POST, browser rendering, proxy selection, and compression.

Use for: Node.js agents, TypeScript projects, Express/Fastify backends, serverless functions

Download