osram

Decode OSRAM Opto Semiconductors LED part numbers by parsing MPN structures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill deciphers the complex naming conventions of OSRAM Opto Semiconductors LED part numbers, enabling accurate identification and understanding of their specifications.

Core Features & Use Cases

  • MPN Decoding: Parses OSRAM LED Manufacturer Part Numbers (MPNs) to identify series, color, package type, and other key attributes.
  • Pattern Matching: Utilizes specific regex patterns to categorize LEDs into standard, SMD, high-power, and RGB types.
  • Use Case: When you encounter an OSRAM LED part number like LWE6SG-G4, this Skill can tell you it's a White SMD LED in a PLCC-4 package.

Quick Start

Analyze the OSRAM LED part number LST5678 to determine its specifications.

Frequently Asked Questions about osram

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

FAQPage Schema
How do I decode an OSRAM LED part number to find its color and package type?

To decode an OSRAM LED part number, you parse the MPN structure using pattern matching rules to identify the LED type, color, package, and series. This applies to standard, SMD, high-power, and RGB LEDs.

What does the LWE6SG-G4 OSRAM part number identify?

The LWE6SG-G4 OSRAM part number identifies a White SMD LED in a PLCC-4 package. Parsing this MPN structure reveals specific attributes like color and package type for component identification.

Can I use this to cross-reference high-power and RGB LEDs for procurement?

Yes, you can cross-reference high-power and RGB LEDs for procurement. The Skill categorizes LEDs by applying regex patterns to MPN structures, facilitating accurate component identification and specification matching.

How do pattern matching rules work for identifying SMD LED specifications?

Pattern matching rules use specific regex patterns to parse SMD LED MPN structures. This mechanism categorizes the component by extracting key attributes like series, color, and package type from the alphanumeric string.

What types of LEDs are supported by the OSRAM MPN decoder?

The OSRAM MPN decoder supports standard, SMD, high-power, and RGB LEDs. It identifies the specific LED type by parsing the manufacturer part number structure and applying pattern matching rules.