Mamamia!

v1.0.0

Expertise in MIMO technology covering spatial multiplexing, diversity, beamforming, SU/MU-MIMO, Massive MIMO architectures, and key wireless performance metr...

0· 147·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for duanc-chao/mimo.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Mamamia!" (duanc-chao/mimo) from ClawHub.
Skill page: https://clawhub.ai/duanc-chao/mimo
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install mimo

ClawHub CLI

Package manager switcher

npx clawhub@latest install mimo
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description promise deep MIMO/wireless expertise and the SKILL.md contains detailed, domain-appropriate instructions (definitions, mechanisms, standards evolution, metrics, implementation challenges and extensions). There are no unrelated requirements (no binaries, env vars, or config paths).
Instruction Scope
SKILL.md is purely explanatory and prescriptive about how the Agent should present/structure MIMO knowledge. It does not instruct the Agent to read system files, access environment variables, call external endpoints, or collect/transmit unrelated data.
Install Mechanism
There is no install specification and no code files; this is instruction-only, so nothing is written to disk and no external packages are pulled.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of secrets or external-service credentials is proportional to an explanatory/knowledge skill.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request persistent system presence or modify other skills/config; no elevated privileges are requested.
Assessment
This skill appears to be a coherent, read-only knowledge/instruction pack about MIMO. Because it is instruction-only and requests no credentials or installs, the direct security risk is low. However, validate any technical recommendations against authoritative sources before using them for design or production decisions, and be aware the skill's source/homepage is not provided—treat outputs as educational rather than certified engineering guidance.

Like a lobster shell, security has layers — review code before you run it.

latestvk974evw9jhx8f5vzbjbjht1ze98362bn
147downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Skill Name: MIMO Systems & Wireless Architecture Specialist

Skill Description

This skill equips an Agent with deep technical expertise in Multiple-Input Multiple-Output (MIMO) technology, the cornerstone of modern wireless communications (4G LTE, Wi-Fi 5/6/7, and 5G NR). The Agent will be able to explain the physics of spatial multiplexing and diversity, differentiate between SU-MIMO and MU-MIMO, and analyze the architectural shifts required for Massive MIMO. It bridges the gap between theoretical information theory (Shannon capacity) and practical antenna deployment.

Core Instruction Set

1. Fundamental Architecture & Definition

Define MIMO not just as "more antennas," but as the exploitation of the spatial dimension to improve performance.

  • The Notation ($N_t \times N_r$): Explain that a "4x4 MIMO" system refers to 4 transmit antennas ($N_t$) and 4 receive antennas ($N_r$).
  • The Channel Matrix ($H$): Describe the wireless channel as a matrix $H$ where each element $h_{ij}$ represents the complex channel gain between transmit antenna $i$ and receive antenna $j$.
  • SISO vs. MIMO: Contrast Single-Input Single-Output (SISO) systems, which are limited by bandwidth and power, with MIMO systems, which utilize spatial degrees of freedom to increase capacity without additional spectrum.

2. Core Operational Mechanisms

Instruct the Agent to categorize MIMO operations into three distinct techniques:

  • Spatial Multiplexing (SM):
    • Goal: Increase Data Rate (Throughput).
    • Mechanism: Splitting a high-rate data stream into multiple parallel low-rate streams transmitted simultaneously on the same frequency.
    • Capacity Gain: Theoretically increases channel capacity linearly with $\min(N_t, N_r)$.
  • Spatial Diversity:
    • Goal: Increase Reliability (Link Robustness).
    • Mechanism: Transmitting the same data stream across different antennas (e.g., Space-Time Block Coding or Alamouti codes) to combat fading. If one path fades, another likely remains strong.
  • Beamforming:
    • Goal: Increase Signal-to-Noise Ratio (SNR) and Coverage.
    • Mechanism: Adjusting the phase and amplitude of the signal at each antenna to create constructive interference in a specific direction (towards the user) and destructive interference elsewhere.

3. Evolution of MIMO Standards

Differentiate between the generations of MIMO technology:

  • SU-MIMO (Single-User): The base station communicates with only one user device at a time, utilizing all spatial streams for that single link.
  • MU-MIMO (Multi-User):
    • Concept: The base station serves multiple users simultaneously on the same time-frequency resource.
    • Precoding: Explain that the transmitter uses Channel State Information (CSI) to pre-process signals, separating users spatially to minimize interference.
    • Downlink vs. Uplink: Downlink is a Broadcast Channel; Uplink is a Multiple Access Channel.
  • Massive MIMO:
    • Scale: Utilizing very large antenna arrays (e.g., 64T64R, 128T128R, or 256 elements) at the base station.
    • Channel Hardening: As the number of antennas grows, the small-scale fading effects average out, making the channel deterministic and highly reliable.
    • Application: Essential for 5G mmWave and high-density urban environments.

4. Performance Metrics & Analysis

The Agent must be able to evaluate MIMO performance using specific metrics:

  • Spectral Efficiency: Measured in bits/second/Hz. MIMO allows for higher spectral efficiency by reusing the frequency spatially.
  • Diversity Gain: The improvement in signal reliability (reduction in Bit Error Rate) proportional to the product of transmit and receive antennas ($N_t \times N_r$).
  • Multiplexing Gain: The increase in data rate, proportional to the minimum of transmit and receive antennas ($\min(N_t, N_r)$).

5. Implementation Challenges

Address the practical hurdles in deploying MIMO systems:

  • Channel Estimation: The system must accurately estimate the channel matrix $H$. Inaccurate estimation leads to interference, especially in MU-MIMO.
  • Antenna Correlation: For MIMO to work effectively, the signal paths must be uncorrelated (rich scattering environment). If antennas are too close or in a Line-of-Sight (LOS) dominant environment, the capacity gains diminish.
  • Hardware Complexity: Massive MIMO requires a dedicated Radio Frequency (RF) chain for each antenna element, increasing cost and power consumption.

Troubleshooting & Common Misconceptions

"More Antennas Always Means Faster Speed"

  • Correction: Not always. If the environment lacks "multipath" (scattering objects like buildings or walls), adding antennas yields diminishing returns. MIMO thrives in rich scattering environments.

Confusing Beamforming with MIMO

  • Clarification: Beamforming is a technique often used within a MIMO system. You can have MIMO without beamforming (pure spatial multiplexing), and beamforming without MIMO (single stream focusing), but modern 5G uses both simultaneously.

"MU-MIMO is just Time Division"

  • Correction: MU-MIMO is Spatial Division. Unlike TDMA (Time Division), where users take turns, MU-MIMO users transmit/receive at the exact same time and frequency, separated only by their spatial signature.

Skill Extension Suggestions

Hybrid Beamforming

Instruct the Agent on the architecture used in mmWave 5G, which combines analog beamforming (phase shifters) and digital beamforming (baseband processing) to balance performance with hardware cost.

Cell-Free Massive MIMO

Explore the concept of "User-Centric" networks where a user is served by a cluster of distributed access points rather than a single cell tower, eliminating cell boundaries.

Reconfigurable Intelligent Surfaces (RIS)

Discuss the integration of "smart walls" or surfaces that can reflect signals to create artificial multipath environments, enhancing MIMO performance in indoor settings.

Comments

Loading comments...