CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. quentintou
  4. /
  5. openclaw-skill-browser-use
  6. /
  7. Browser Use

Browser Use

Editor's Note

Real browser automation with two modes: agent-browser for direct control via CLI commands, and browser-use for autonomous tasks where an LLM figures out the steps. You get Playwright under the hood with element refs that make clicking and scraping straightforward. Good for multi-step flows like form filling, authenticated sessions, or structured scraping from dynamic pages. The autonomous mode is interesting for open-ended tasks like pricing comparisons across sites, though you'll burn tokens. Google and Bing block headless browsers with CAPTCHAs, so stick to smaller sites or use DuckDuckGo. Refs reset on navigation, so snapshot after every page load.

Install

npx skills add https://github.com/quentintou/openclaw-skill-browser-use --skill browser-use
Votes
0
Installs0
GitHub Stars5
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment