Best use case
instrument-anritsu-mt8821 is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Teams using instrument-anritsu-mt8821 should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/instrument-anritsu-mt8821/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How instrument-anritsu-mt8821 Compares
| Feature / Agent | instrument-anritsu-mt8821 | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
This skill provides specific capabilities for your AI agent. See the About section for full details.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Skill: Anritsu MT8820C/MT8821C (Radio Comm Analyzer) ## 1. Overview The industry standard for 2G/3G/4G manufacturing and R&D testing. * **Primary Roles**: LTE/WCDMA/GSM Calibration & Non-Signaling Test. * **Interface**: GPIB (most common in factories), LAN. ## 2. SCPI Command Style Anritsu commands are often short and specific to the measurement mode. * **Mode Select**: `STDSEL LTE` * **Measure Tx Power**: `SWP` (Start Wireless Power measurement) -> `FETCH:TXP?` ## 3. Parallel Phone Testing (PPT) The MT8821C supports testing 2 phones simultaneously. * **Select Phone 1**: `ANALOG` (or specific port selection command). * **Select Phone 2**: `ANALOG2`. ## 4. Critical Logic 1. **Fast Switch**: Use list mode or fast switch commands for calibration routines to save ms. 2. **Calibration**: Ensure cable loss tables (`LOSSTABLE`) are loaded for specific frequency bands. 3. **Legacy Handling**: The older MT8820C has a slower processor; avoid flooding it with commands. Add small delays (10ms) if automation fails.
Related Skills
instrument-tektronix-scope
No description provided.
instrument-saleae-logic
No description provided.
instrument-power-supply
No description provided.
instrument-keysight-uxm
No description provided.
instrument-jlink
No description provided.
instrument-dmm
No description provided.
instrument-cmw500
No description provided.
vuln-scan
Multi-language dependency security scan - Use Safety CLI and OSV-Scanner to quickly detect dependency vulnerabilities in Python/JS/Java projects
SKILL_ONBOARDING.md
> **Purpose**: Conduct a one-time "Handshake Interview" with the user to establish their Developer Persona.
usb-debug
No description provided.
sql-lint
SQL code style check - Use SQLFluff to check SQL statement style and syntax (supports PostgreSQL, MySQL, SQLite, etc.)
serial-debug
No description provided.