Awesome Plasmate [](https://awesome.re)
April 12, 2026 · View on GitHub
A curated list of resources for Plasmate - the browser engine for AI agents.
Contents
- Official
- Commercial
- Installation
- AI Framework Integrations
- Automation & No-Code
- Web Scraping
- Auditing Tools
- Automation & Workflows
- Database & Storage
- Developer Tools
- Example Apps
- Quickstart Templates
- Standards & Proposals
- Marketing & Brand
- Articles & Talks
- Community
Official
- Plasmate Engine - The core browser engine. Rust, Apache 2.0.
- Documentation - Official docs site.
- Website - Landing page with benchmarks and comparison.
- MCP Registry - Listed on the official MCP Registry. First browser/web tool in the registry.
- SOM Cache - Semantic CDN for AI agents.
- Plasmate Cloud - Fleet orchestration (coming soon).
- Chrome Extension - Export auth cookies to Plasmate.
- Blog - Technical blog with benchmarks, tutorials, and case studies.
Commercial
- Plasmate Labs - Company site. Research-driven AI infrastructure.
- Plasmate Cloud - Managed SOM compilation, fleet orchestration, proxy network.
- SOM Cache - Semantic CDN for AI agents. Pre-compiled structured web content.
- SOMReady - SaaS for publishers. Serve SOM to AI agents, analytics dashboard, attribution tracking.
Installation
- Rust:
cargo install plasmate - Python:
pip install plasmate - Node.js:
npm install plasmate - Homebrew:
brew tap plasmate-labs/plasmate && brew install plasmate - MCP:
claude mcp add plasmate -- npx plasmate-mcp
AI Framework Integrations
- LangChain - PlasmateSOMLoader, PlasmateWebBrowseTool, PlasmateBatchLoader.
- LlamaIndex - PlasmateWebReader for RAG pipelines.
- Browser Use - Drop-in SOM extractor replacing Browser Use's default DOM serialisation.
- CrewAI - PlasmateFetchTool for CrewAI agents.
- AutoGen - plasmate_fetch function for AutoGen.
- Smolagents - PlasmateFetchTool for HuggingFace Smolagents.
- Haystack - PlasmateWebFetcher component for deepset's RAG framework.
- DSPy - PlasmateRetriever and tools for Stanford's LLM programming framework.
- Dify - Tool plugin for the open-source LLM application platform.
- MCP Server - Use with Claude Code, Claude Desktop, Cursor, Windsurf. (npm)
- OpenAI GPT Action - Give ChatGPT custom GPTs structured web browsing.
- OpenClaw Skill - Browse the web via Plasmate in OpenClaw.
- Langflow - Custom components for the visual AI builder (146K stars).
- Stagehand - Integration with Stagehand's act/extract/observe primitives.
- Graphiti - Build real-time knowledge graphs from web content.
- Semantic Kernel - Microsoft's AI orchestration framework plugin.
- Vercel AI SDK - Tools for the Vercel AI SDK. (npm)
- Open WebUI - Tool and function for self-hosted LLM interfaces (124K stars).
- GitHub Copilot - Copilot SDK extension for structured web browsing.
Automation & No-Code
- n8n Community Node - Use Plasmate in n8n workflows without writing code. Four operations: Fetch Page, Extract Text, Extract Links, Extract Structured Data. Install via
n8n-nodes-plasmate. - Activepieces - Piece for the open-source Zapier alternative. Three actions with selector filtering.
- Flowise - Custom nodes for the visual LLM flow builder (51K stars).
- Make.com - Custom app for visual workflow automation (Zapier alternative).
- Zapier - Zapier CLI app with 4 actions and page change trigger.
- Airtable - Store web content in Airtable with automation scripts.
Web Scraping
- Scrapy Middleware - Drop-in Scrapy downloader middleware using Plasmate.
- Python Scraper - Standalone Python scraping toolkit with batch support.
- ScrapeGraphAI - Plasmate fetcher for graph-based AI scraping pipelines.
- Crawl4AI - Drop-in replacement for Crawl4AI with 10-100x token compression.
- Firecrawl - Drop-in replacement for Firecrawl with local execution.
Auditing Tools
- Site Auditor - SEO and content quality auditing. 10x faster than Chrome-based tools.
- Accessibility Auditor - A11y checks powered by SOM analysis.
Automation & Workflows
- n8n Node - Community node for n8n workflow automation.
- MarkItDown Plugin - Convert live URLs via Plasmate instead of BeautifulSoup.
- Temporal - Enterprise workflow orchestration (used by Stripe, Netflix).
Database & Storage
- Supabase - Store and search web content with pgvector semantic search.
- Prisma - Type-safe ORM integration with full-text search.
- PlanetScale - Serverless MySQL with branching workflow.
Developer Tools
- VS Code Extension - Fetch and view web pages as SOM directly in your editor.
- Cursor Extension - Fetch web pages as SOM in the AI-first IDE.
- Raycast Extension - Fetch web pages as SOM directly from your launcher.
- Cloudflare Workers - Deploy SOM compilation to the edge.
- Benchmarks - Reproducible benchmark suite. Run them yourself.
- GitHub Action - Fetch pages with Plasmate in CI/CD workflows.
- Plasmate WASM - SOM compiler as WebAssembly. Run in any JS runtime — browser, Deno, Bun — without a binary install.
- Pi Extension - Web browsing via Plasmate SOM for the Pi coding agent.
- Jupyter Notebooks - Interactive notebooks for learning Plasmate.
Example Apps
- Plasmate Chat - Chat with any website. RAG demo using Plasmate + LlamaIndex + Streamlit.
- Price Tracker - Monitor product prices, get Slack/Discord/Email alerts on drops.
Quickstart Templates
- Python Quickstart - Use this template to get started with Python.
- Node.js Quickstart - Use this template for Node.js.
- Rust Quickstart - Use this template for Rust.
- Shell Quickstart - Three shell scripts using
plasmate fetch+jq. No language runtime required — works anywhere bash and jq are available. - Replit Template - Try Plasmate in your browser.
Standards & Proposals
- W3C Community Group - Web Content Browser for AI Agents. Open for anyone to join.
- SOM Specification - Semantic Object Model v1.0.
- AWP Specification - Agent Web Protocol.
- Robots.txt Proposal - SOM directives for robots.txt.
- Schema.org Proposal - WebPageSemanticRepresentation type.
Marketing & Brand
Official brand guidelines and press kit coming soon. In the meantime, the Plasmate mark and wordmark are used throughout the official repos — see plasmate-labs/skill-openclaw for an approved usage example. Community-contributed social assets (OG cards, square tiles) available on request via Discord.
Articles & Talks
- Real-World Token Savings: 51-URL Benchmark Analysis - First full run of the benchmark suite across 51 real-world URLs. Highlights: Google Cloud 117.9x, NYT 110.3x, Linear 81.5x, Stripe docs 54.3x. 6.7M tokens saved in a single pass. Includes category breakdowns, failure analysis, and honest accounting of where SOM loses to raw HTML.
- Failure Mode Analysis: Why Plasmate Gets 403 on Some Sites - Investigation into TLS fingerprinting as the root cause of 403s that persist despite browser-realistic HTTP headers. Covers the difference between header-based blocking (fixable with
--user-agent) and TLS fingerprint detection (requires deeper changes).
PRs welcome — blog posts, tutorials, conference talks, demo videos.
Community
- Discord - Chat with the team and other users.
- GitHub Discussions - Ask questions and share ideas.
- X/Twitter - Updates and announcements.
Contributing
Contributions welcome! Read the contribution guidelines first.
Part of the Plasmate Ecosystem
| Engine | plasmate - The browser engine for agents |
| MCP | plasmate-mcp - Claude Code, Cursor, Windsurf |
| Extension | plasmate-extension - Chrome cookie export |
| SDKs | Python / Node.js / Go / Rust |
| Frameworks | LangChain / CrewAI / AutoGen / Smolagents / Langflow / Flowise |
| Tools | Scrapy / Audit / A11y / GitHub Action / WASM |
| Resources | Awesome Plasmate / Notebooks / Benchmarks / Pi |
| Docs | docs.plasmate.app |
| W3C | Web Content Browser for AI Agents |