Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

sdr-project-design特别提款权项目设计

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

3,535

周安装

143

GitHub Stars

公开资料未说明

下载量

1,110
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install sdr-project-design

简介

sdr-project-design 辅助界面设计、视觉规范与交互体验优化,支持页面结构与 UI 方案生成。

  • 适用于产品原型设计、组件层级调整和视觉一致性检查等场景。
  • 可结合品牌资产与设计系统输出排版、配色及布局建议,避免过度装饰。
  • 涉及真实页面修改时需通过截图或预览验证文本溢出与响应式表现。
  • 应优先使用现有设计资源,确保输出符合版权与合规要求。

SKILL.md

name
sdr-project-design
description
Design, compare, research, and plan SDR projects for OpenClaw. Use when the user wants broad SDR research, beginner orientation, hardware/software selection, or to get any SDR project built in OpenClaw across Linux, Windows, macOS, Raspberry Pi, SBC, server, or mixed host/node setups; extend a radio observatory stack; compare tools like scanner-map, trunk-recorder, rdio-scanner, openwebrx+ (preferred over vanilla OpenWebRX), GQRX, SDR++, SatDump, rtl_433, readsb/tar1090, Dire Wolf, URH, GNU Radio, or SoapySDR; choose OpenClaw-friendly architecture for ingest/decoding/storage/UI; or turn SDR research into a concrete implementation plan.

SDR Project Design

Use this skill when the user wants to get an SDR project built in OpenClaw.

Treat this as an OpenClaw builder skill first and an SDR comparison skill second. That means your job is not only to know the SDR ecosystem, but to turn that ecosystem into an OpenClaw-friendly plan:

  • what upstream project(s) to borrow from
  • what should run as mode-specific services
  • what should live in a dashboard or web UI
  • what should store files/events/metrics
  • what to build first so the user gets working value quickly

What this skill is for

This skill helps with:

  • comparing SDR projects and picking the right stack
  • designing end-to-end SDR architectures
  • deciding between desktop, headless, web, and ingest-first designs
  • choosing where decoding should happen
  • structuring storage, APIs, event streams, maps, dashboards, and playback
  • avoiding common SDR project mistakes like coupling hardware, DSP, and UI too tightly

Workflow

  1. Run intake quickly

If the user’s requirements are fuzzy, read references/project-intake.md and fill in the missing shape of the project.

  1. Classify the project

Put the request into one or more buckets: - scanner / dispatch / public safety - web receiver / remote tuning - satellite / weather / pass-based capture - unknown signal / reverse engineering - general desktop receiver / live exploration - data collection / observability / RF lakehouse

  1. Pick the dominant upstream inspiration

Use the matching family reference first, not the whole landscape blob.

  1. Translate it into OpenClaw shape

Default to these OpenClaw-native layers: - SDR-attached host or node that owns hardware - mode-specific ingest/decoder services - shared files/events/status outputs - dashboard / browser UI / automations above that

Do not assume Docker, Unraid, or Linux unless the user does. If platform/runtime choice matters, read references/platform-deployment.md.

  1. Separate the stack into layers

Always reason in layers: - hardware + driver layer - source / ingest layer - decoder / classifier layer - event / storage layer - API / stream layer - UI / workflow layer

  1. Prefer loose coupling

Recommend architectures where the SDR hardware can be swapped, the decoder can be changed, and the UI can keep working. Favor: - SoapySDR or clean source abstraction - filesystem or queue-based handoff where practical - simple HTTP/JSON APIs for dashboards - containers for services, native install only where hardware bindings are fragile

  1. Check failure modes before sounding confident

If the plan touches vendor drivers, SoapySDR, USB passthrough, or hardware sharing, read references/common-failure-modes.md.

  1. Recommend one build path, not ten

Give one primary OpenClaw build path, then brief alternates only if they materially matter.

  1. Use an example build when it helps

If the request matches a common shape, read references/example-builds.md and borrow the closest pattern.

What to read

Read only the most relevant reference(s):

  • broad SDR research, beginner orientation, or "help me understand the SDR landscape"references/sdr-research-deep-dive.md
  • project still fuzzy / missing requirementsreferences/project-intake.md
  • scanner / dispatch / public safetyreferences/scanner-public-safety.md
  • browser receiver / remote tuningreferences/browser-receiver.md
  • satellite / weather / pass-based capturereferences/satellite-weather.md
  • unknown signal / reverse engineeringreferences/reverse-engineering.md
  • desktop live exploration, ADS-B, APRS, packet, or utility modesreferences/general-desktop-and-utility.md
  • architecture, system decomposition, and implementation planningreferences/architecture-patterns.md
  • how to actually assemble the stackreferences/implementation-recipes.md
  • how SDR ideas map onto OpenClaw host/node/service/dashboard structurereferences/openclaw-build-patterns.md
  • cross-platform deployment choices (Linux/Windows/macOS/Pi/native vs container)references/platform-deployment.md
  • hardware/runtime pain and common breakagereferences/common-failure-modes.md
  • SDR hardware/driver integration (RTL-SDR, SDRplay, HackRF, USRP, SoapySDR bindings, USB passthrough)references/hardware-driver-integration.md
  • worked example OpenClaw buildsreferences/example-builds.md
  • dashboard / UI design patterns for SDR observatoriesreferences/dashboard-ui-patterns.md

Heuristics

  • Trunked/public-safety ingest: start with trunk-recorder or sdrtrunk; add rdio-scanner or scanner-map above them.
  • Call mapping / AI summaries / geocoding / dispatcher UX: scanner-map is the strongest inspiration.
  • Browser-based tuning and multi-user receiving: prefer openwebrx+; treat vanilla OpenWebRX mainly as lineage/background unless there is a specific compatibility reason not to.
  • Desktop live tuning and general exploration: SDR++, GQRX, CubicSDR.
  • Satellite capture/processing: SatDump first.
  • ADS-B / aircraft observability: readsb / dump1090 class decoders plus tar1090 for map/UI are the default reference stack unless the user wants something stranger.
  • APRS / packet / igate ideas: Dire Wolf is the default practical reference. Note: SDRplay/RSP1B requires SoapySDR + FM demod → FIFO pipeline, not rtl_fm directly.
  • Unknown 315/433/868/915 protocol work: rtl_433 for known devices, URH + inspectrum + SigDigger for discovery/reverse-engineering.
  • Deep custom DSP: GNU Radio.
  • Hardware abstraction / avoiding vendor lock-in: SoapySDR, but be wary of plugin/runtime/version mismatch.

Output shape

When helping the user, usually give:

  • best-fit stack
  • why this stack
  • OpenClaw layout (what runs where)
  • what each layer does
  • implementation order
  • likely pain points

OpenClaw defaults

Unless the user asks otherwise, prefer:

  • SDR hardware owned by the host or paired node physically attached to it
  • one mode-specific runtime per mode instead of one giant SDR app
  • one shared dashboard/UI that reads files, JSON, metrics, and status from those mode services
  • lightweight automation around outputs, not around raw DSP internals
  • browser control or dashboard UI for operators, with a separate debug/maintenance path

A mode-specific runtime can be:

  • a container
  • a native service
  • a pinned app/runtime on Windows or macOS
  • a dedicated SBC/node process

If a project looks like a polished web product, borrow the upstream UX ideas but keep the OpenClaw build split into:

  1. hardware/driver ownership
  2. decoder/ingest services
  3. storage/event outputs
  4. web/dashboard layer

Important SDR reality checks

  • Driver stacks matter as much as app choice.
  • SoapySDR is great, but version mismatches and vendor plugin/runtime issues are common.
  • Satellite, trunking, and ISM projects often want different sample-rate, storage, and scheduling assumptions.
  • A good SDR project usually has two UIs:

- an operator UI - a maintenance/debug path

Good default design style

For a home-lab “radio observatory” style project, prefer:

  • headless ingest services on the machine with the SDR attached
  • web UI separate from the hardware-specific code
  • append-only event storage for decoded things
  • saved IQ/baseband only when needed, not for everything
  • mode-specific services rather than one giant app trying to do all DSP paths at once

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

89.15%
按下载量换算990

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills