gravitational-wave-detection

gravitational-wave-detection is a skill for Claude Code, Codex from EtaYang10th/spark-skills. It costs 0 tokens per session (5,087 once invoked), scanned A, original, no licence file.

A skill for detecting gravitational waves, which are tiny ripples in spacetime measured by observatories. It uses matched filtering, a method that compares noisy data with known signal shapes.

In plain words
What is it for?
Use it to build or understand gravitational-wave detection pipelines based on matched filtering.
Why use it?
It provides a defined process for finding expected gravitational-wave signals hidden in stationary noise.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to build or understand gravitational-wave detection pipelines based on matched filtering.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/etayang10th/spark-skills/gravitational-wave-detection
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 EtaYang10th/spark-skills --skill gravitational-wave-detection
Clone the repo
git clone --depth 1 https://github.com/EtaYang10th/spark-skills

Made for: Claude Code, Codex.

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 gravitational-wave-detection

README.md
[![agentmods](https://agentmods.dev/badge/skills/etayang10th/spark-skills/gravitational-wave-detection/github.svg)](https://agentmods.dev/skills/etayang10th/spark-skills/gravitational-wave-detection)
Your own site
<a href="https://agentmods.dev/skills/etayang10th/spark-skills/gravitational-wave-detection"><img src="https://agentmods.dev/badge/skills/etayang10th/spark-skills/gravitational-wave-detection/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 gravitational-wave-detection

Your own site · 80×15
<a href="https://agentmods.dev/skills/etayang10th/spark-skills/gravitational-wave-detection"><img src="https://agentmods.dev/badge/skills/etayang10th/spark-skills/gravitational-wave-detection.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,087 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.
Origin unknown 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.00000 $0.05087
Opus 5 $0.00000 $0.02544
Sonnet 5 $0.00000 $0.01017
Haiku 4.5 $0.00000 $0.00509

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

Security

Grade A, and why

gravitational-wave-detection 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 13d 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.

spark_skills_gen/skills_gen_result/all_model_pdi/gravitational-wave-detection/SKILL.md · 498 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 13d ago First seen · 498 lines · 0 tokens per session scan A 998bc2c2f4a2

Subscribe to this mod's changes

gravitational-wave-detection is a skill published in the GitHub repository EtaYang10th/spark-skills (111 stars, last pushed 3mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 5,087 tokens. 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-08-30.

Related

Other skills, from other repositories

gprpy

Process and visualize ground-penetrating radar (GPR) data with signal processing, velocity analysis, and depth conversion. Use when Claude needs to: (1) Load GPR files (.DZT, .DT1, .GPR, .rd3), (2) Apply dewow, gain, and filters to radargrams, (3) Convert two-way travel time to depth, (4) Perform CMP/WARR velocity…

SteadfastAsArt/geoscience-skills · 125 tokens

obspy

Seismology data processing with ObsPy. Helps with reading seismic waveforms, filtering/processing time series, fetching data from FDSN services, and earthquake analysis. Use when Claude needs to: (1) Read seismic data formats (MiniSEED, SAC, GSE2, SEGY), (2) Filter or process waveforms, (3) Fetch data from…

SteadfastAsArt/geoscience-skills · 130 tokens

pylops

Linear operators for large-scale inverse problems with matrix-free representations. Use when Claude needs to: (1) Define linear operators for forward/adjoint operations, (2) Solve inverse problems (deconvolution, imaging, tomography), (3) Apply signal processing transforms (FFT, convolution, derivatives), (4) Compose…

SteadfastAsArt/geoscience-skills · 102 tokens

mne-eeg

Full EEG/MEG analysis pipeline with MNE-Python: preprocessing, ICA artifact removal, ERP computation, time-frequency analysis, and resting-state power spectral density.

xjtulyc/awesome-rosetta-skills · 38 tokens

signal-processing

Digital signal processing with scipy.signal: filter design, spectral analysis, peak detection, PSD estimation, and adaptive filtering for engineering workflows.

xjtulyc/awesome-rosetta-skills · 29 tokens

librosa-audio

Music information retrieval with librosa: tempo, chroma, MFCCs, spectral features, onset detection, harmonic-percussive separation, pitch, and k-NN similarity search.

xjtulyc/awesome-rosetta-skills · 42 tokens