AmphenolHandler

Extract connector properties and find compatible replacements for Amphenol components.

3|Updated Jan 31, 2025
One-click install
npx skills add https://github.com/Cantara/lib-electronic-components --skill amphenolhandler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AmphenolHandler
Source: https://github.com/Cantara/lib-electronic-components/tree/main/.claude/skills/manufacturers/amphenol
Command: npx skills add https://github.com/Cantara/lib-electronic-components --skill amphenolhandler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management and identification of Amphenol electronic components, providing structured data and aiding in the selection of compatible alternatives.

Core Features & Use Cases

  • Component Identification: Recognizes various Amphenol connector series based on MPN patterns.
  • Data Extraction: Extracts key properties like pitch, mounting type, current rating, and plating.
  • Use Case: Quickly find a suitable replacement for a specific Amphenol Mini-PV connector by leveraging its series and pin count matching logic.

Quick Start

Use the AmphenolHandler skill to get the pitch for the MPN '504182-1234'.

Frequently Asked Questions about AmphenolHandler

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

FAQPage Schema
How do I extract pitch and rated current from an Amphenol connector part number?

Amphenol connector data extraction parses MPN patterns to identify series and extract properties like pitch, mounting type, rated current, and contact plating. It handles Mini-PV, HD20, SFP+, and USB 3.0 connectors to provide structured component data.

How do I find a compatible replacement for an Amphenol Mini-PV connector?

Amphenol replacement logic matches connectors based on series and pin count compatibility. By leveraging extracted series data and pin count from the MPN, it identifies suitable alternative components within the same connector family.

What Amphenol connector series are supported for part number parsing?

Amphenol part number parsing supports Mini-PV, HD20, SFP+, and USB 3.0 connector series. The handler recognizes these specific MPN patterns to extract package codes, orientation, shielding, and retention mechanisms.

Can I get mounting type and contact plating details from an Amphenol MPN?

Amphenol MPN parsing extracts mounting type and contact plating along with pitch, orientation, rated current, shielding, and retention mechanisms. It provides structured electronic component data directly from the manufacturer part number string.

Does this component handler work without external dependencies or API calls?

The Amphenol component handler operates with no external dependencies, requiring only the MPN string as input. It internally parses part number patterns to deliver series identification and extracted connector properties.