Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

mimomimo 开发

Agent Skill

mimo 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,460

周安装

184

GitHub Stars

公开资料未说明

下载量

1,457
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mimo(mimo 开发)
来源仓库:https://github.com/duanc-chao/mimo
安装命令:
openclaw skills install mimo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mimo

简介

提供MIMO技术专业知识支持无线通信系统设计。

  • 涵盖空间复用、波束成形与性能指标分析。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 适用于5G/6G基站与物联网设备开发场景。
  • 安装命令:openclaw skills install mimo
  • 技术细节应以最新标准文档为准mimo 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

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 \ imes 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 \ imes 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.28%
按下载量换算1,170

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills