pwn-ffi-adalmpluto-ad9361

pwn-ffi-adalmpluto-ad9361 is a skill for Claude Code from 0dayInc/pwn. It costs 32 tokens per session (515 once invoked), scanned A, original, MIT.

A Ruby binding for controlling an ADALM-PLUTO software-defined radio, a device that receives radio signals as digital samples.

In plain words
What is it for?
Finding a Pluto device, configuring it, starting or stopping reception, and reading or capturing I/Q samples.
Why use it?
It provides device discovery, configuration, and signal capture through the library interface instead of external command-line tools.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Finding a Pluto device, configuring it, starting or stopping reception, and reading or capturing I/Q samples.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0dayinc/pwn/adalm_pluto
View source ↗ 0dayInc/pwn
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 0dayInc/pwn --skill adalm_pluto
Clone the repo
git clone --depth 1 https://github.com/0dayInc/pwn

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pwn-ffi-adalmpluto-ad9361

README.md
[![agentmods](https://agentmods.dev/badge/skills/0dayinc/pwn/adalm_pluto/github.svg)](https://agentmods.dev/skills/0dayinc/pwn/adalm_pluto)
Your own site
<a href="https://agentmods.dev/skills/0dayinc/pwn/adalm_pluto"><img src="https://agentmods.dev/badge/skills/0dayinc/pwn/adalm_pluto/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pwn-ffi-adalmpluto-ad9361

Your own site · 80×15
<a href="https://agentmods.dev/skills/0dayinc/pwn/adalm_pluto"><img src="https://agentmods.dev/badge/skills/0dayinc/pwn/adalm_pluto.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 515 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00515
Opus 5 $0.00016 $0.00258
Sonnet 5 $0.00006 $0.00103
Haiku 4.5 $0.00003 $0.00052

Measured 9d ago against content hash 76d1e7fa6986, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pwn-ffi-adalmpluto-ad9361 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

etc/default_skills/pwn/ffi/adalm_pluto/SKILL.md · 60 lines

What it actually says

PWN::FFI::AdalmPluto::Ad9361

Thin libiio binding specialised for the ADALM-PLUTO (AD9363). Control-plane + blocking RX of interleaved CS16 I/Q so PWN::SDR::Decoder::* can pull MHz-rate complex samples without GQRX's 48 kHz audio tap and without shelling out to iio_*. libad9361 is used only for optional bb_rate helpers when present. If libiio is missing .available? is false and callers fall back to RTLSdr / HackRF / SoapySDR / pure-Ruby detector paths. Default URI tries USB (local) first: "ip:192.168.2.1" is the stock Ethernet/USB-gadget address of an unconfigured Pluto.

When to use

Call PWN::FFI::AdalmPluto::Ad9361 from pwn_eval when the task needs this module. Do not reimplement it in shell.

Methodologies

Generated from pwn/ffi/adalm_pluto.rb. Prefer the public class methods below. Class methods take (opts = {}) and read opts.

How to call

PWN::FFI::AdalmPluto::Ad9361.help
PWN::FFI::AdalmPluto::Ad9361.available(opts)

Public methods

  • available
  • info
  • list_uris
  • open
  • close
  • device_info
  • configure
  • start_rx
  • read_sync
  • stop_rx
  • capture
  • authors
  • help
  • ad9361_set_bb_rate
  • load_error

Source

pwn/ffi/adalm_pluto.rb

Verification

PWN::FFI::AdalmPluto::Ad9361.respond_to?(:available) after the module is loaded. Read the source for parameter names.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 60 lines · 32 tokens per session scan A 76d1e7fa6986

Subscribe to this mod's changes

pwn-ffi-adalmpluto-ad9361 is a skill published in the GitHub repository 0dayInc/pwn (82 stars, last pushed 2d ago), licensed MIT. It adds 32 tokens to every session and 515 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

scienceworld-circuit-builder

This skill constructs a simple electrical circuit by connecting components like batteries, wires, and light bulbs. Use when the agent needs to test electrical conductivity or create a functional circuit for an experiment. The input is a set of available components, and the output is a fully connected circuit ready for…

zjunlp/SkillNet · 64 tokens

scienceworld-circuit-connector

This skill connects two electrical components (e.g., wires, batteries, devices) by their terminals to build or modify a circuit. Use when constructing electrical setups for testing, such as conductivity checks or device activation. The input includes two component identifiers and their connection points, and the…

zjunlp/SkillNet · 69 tokens

hardware

Read and control I2C and SPI peripherals on Sipeed boards (LicheeRV Nano, MaixCAM, NanoKVM).

oracle-devrel/oracle-ai-developer-hub · 31 tokens

syzkaller-ppdev-syzlang

Syzkaller is a coverage-guided kernel fuzzer. To fuzz a device driver, you must describe its syscall interface in syzlang — syzkaller's domain-specific language. This skill covers the full workflow: reading kernel headers, computing ioctl numbers, writing .txt (syzlang) and .txt.const (constants) files, and verifying…

EtaYang10th/spark-skills · 0 tokens

low-altitude-traffic-engineer

Expert-level Low Altitude Traffic Engineer specializing in UTM/U-Space system architecture, FIMS/DSS design, Remote ID implementation, conflict detection algorithms, and regulatory compliance. Use when: UTM system design, U-Space architecture, conflict detection algorithm, BVL...

theneoai/awesome-skills · 63 tokens

satellite-communication-engineer

Expert-level Satellite Communication Engineer specializing in link budget analysis (EIRP, G/T, Eb/N0), LEO/MEO/GEO constellation design, DVB-S2X/DVB-RCS2 waveform engineering, ground station design, RF interference analysis, ITU coordination, FCC/OFCOM. Use when: working with...

theneoai/awesome-skills · 73 tokens