Agent Plugins Marketplace
All plugins

universal-scraping-architect

v2.9.0

A universal scraping skill with intelligent routing, token budget tracking, and quota awareness. Supports Firecrawl and local Python extraction (firecrawl, pandas, requests, beautifulsoup4). Free-tier compatible, BYOK.

Claude Code1 Skill

By Mehansh BarthwalLicense: MIT26k GitHub starsUpdated 3 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install universal-scraping-architect for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install universal-scraping-architect@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/alirezarezvani/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is engineering/universal-scraping-architect/.

Plugin files

engineering/universal-scraping-architect/
├── .claude-plugin/plugin.json
└── skills/universal-scraping-architect/SKILL.md

Included Skills1

universal-scraping-architectskills/universal-scraping-architect/SKILL.md

Use for web scraping, crawling, document extraction, API parsing, or building validation-heavy data pipelines using Firecrawl or local Python scripts.

Plugin manifests1

engineering/universal-scraping-architect/.claude-plugin/plugin.json
{
  "name": "universal-scraping-architect",
  "description": "A universal scraping skill with intelligent routing, token budget tracking, and quota awareness. Supports Firecrawl and local Python extraction (firecrawl, pandas, requests, beautifulsoup4). Free-tier compatible, BYOK.",
  "version": "2.9.0",
  "author": {
    "name": "Mehansh Barthwal",
    "url": "https://github.com/mehanshbarthwal-lab"
  },
  "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering/universal-scraping-architect",
  "repository": "https://github.com/alirezarezvani/claude-skills",
  "license": "MIT",
  "skills": [
    "./skills"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[universal-scraping-architect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/universal-scraping-architect)