burner-agents-privacy
Installation
SKILL.md
Burner Agents Privacy Skill
Skill by ara.so — AI Agent Skills collection.
Overview
Burner Agents is a Python framework for deploying disposable AI agents that interact with the web on your behalf. Each agent runs in an isolated browser context with a unique fingerprint and is destroyed immediately after completing its task, preventing tracking and profile building. The system provides non-attribution, non-linkability, and ensures no persistent profile is created.
Installation
# Clone the repository
git clone https://github.com/NotPBShaw/burner-agents.git
cd burner-agents
# Install dependencies
pip install -r requirements.txt