pypi
OfficialGet PyPI package data without anti-bot
AuthorAgentComputerAI
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a reliable way to obtain package listings and metadata from pypi.org without being blocked by FullStory client challenges on the /search HTML endpoint, avoiding brittle browser scraping.
Core Features & Use Cases
- Feed-first discovery: Use the official RSS feeds (packages.xml, updates.xml, per-project feeds) to reliably discover recent packages and releases.
- Rich metadata retrieval: Enrich feed items by calling the JSON API at /pypi/<name>/json to obtain descriptions, authors, classifiers, and release artifacts.
- Scaling and backfill: Poll feeds for live updates, use BigQuery for historical data, or iterate the /simple/ index with throttling for larger crawls.
- Use Case: Seed a package ingestion pipeline from the RSS feed, dedupe by name, and fetch per-package JSON for downstream indexing.
Quick Start
Use the pypi skill to fetch the latest RSS feed from pypi.org and retrieve detailed package metadata via the JSON API.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pypi Download link: https://github.com/AgentComputerAI/torch/archive/main.zip#pypi Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.