원클릭으로
subghz-analyzer
Analyze and work with Sub-GHz protocols in Momentum Firmware
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze and work with Sub-GHz protocols in Momentum Firmware
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | subghz-analyzer |
| description | Analyze and work with Sub-GHz protocols in Momentum Firmware |
| metadata | {"short-description":"Sub-GHz protocol analysis and development"} |
Analyze and work with Sub-GHz protocols in Momentum Firmware, including protocol development and signal analysis.
lib/subghz/protocols/Sub-GHz protocols in Momentum follow this pattern:
typedef struct {
SubGhzProtocolDecoderBase base;
SubGhzBlockDecoder decoder;
SubGhzBlockGeneric generic;
// Protocol-specific fields
} SubGhzProtocolDecoderProtocolName;
Protocol Registry:
lib/subghz/subghz_protocol_registry.hSignal Processing:
File Formats:
.sub files store captured signalsCapture Signal:
Analyze Pattern:
Extract Data:
Create Protocol:
applications/external/sub_analyzer/ - Signal analysis appapplications/external/protoview/ - Protocol viewerDebug Flipper Zero applications and firmware issues
Create new Flipper Zero applications for Momentum Firmware
Review Flipper Zero firmware code changes for Momentum-specific patterns, security, and compatibility when analyzing firmware modifications or pull requests.
Create new Agent Skills for the Momentum Firmware project
Auto-detection and interaction with Flipper Zero hardware. Use when the user needs to find a connected Flipper, retrieve device information, or perform serial CLI operations.