package_search

Search PyPI and npm for Python and JavaScript packages with exact-name and full-text queries.

40|6|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/0xmariowu/Autosearch --skill package-search-0xmariowu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: package_search
Source: https://github.com/0xmariowu/Autosearch/tree/main/autosearch/skills/channels/package_search
Command: npx skills add https://github.com/0xmariowu/Autosearch --skill package-search-0xmariowu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering suitable software packages across PyPI and npm can be time-consuming when recall is imperfect. This Skill streamlines the search by performing exact-name lookups on PyPI and full-text search on npm to surface relevant packages with concise summaries.

Core Features & Use Cases

  • Exact-name PyPI lookups for precise Python package identification.
  • npm full-text search to capture broader or newly published packages.
  • Deduplicated results and lightweight snippets for quick decision making.

Quick Start

Query a package like 'requests' to see matched results.

Frequently Asked Questions about package_search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for Python and JavaScript packages across PyPI and npm?▼

To search for Python and JavaScript packages, this Skill performs exact-name lookups on PyPI and full-text search on npm, returning deduplicated results with concise snippets for quick dependency discovery.

What's the best way to discover npm packages for a development project?▼

Discovering npm packages is handled through full-text search to capture broader or newly published JavaScript packages, providing lightweight snippets that surface actionable evidence for package vetting.

Can I use exact-name lookups to identify a specific Python package on PyPI?▼

Yes, you can use exact-name lookups to identify a specific Python package on PyPI, ensuring precise package identification for your dependency discovery and risk assessment workflows.

Does package search work for both dependency discovery and risk assessment?▼

Yes, package search works for both dependency discovery and risk assessment workflows by surfacing relevant packages across PyPI and npm with concise summaries for quick decision making.

How do I get deduplicated package results when searching PyPI and npm?▼

To get deduplicated package results, the search process applies result deduplication and concise snippet generation across PyPI and npm, ensuring you receive clean, actionable evidence without redundant entries.