Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

E1004 Meo Meov2

ASecurity

Use when computing MEO trapped-radiation flux spectra and mission fluence for a medium-Earth-orbit spacecraft per ECSS-E-ST-10-04C Annex B.3: interpolate a MEOv2-style spectral model across the crossed L-shell range, apply orbit-averaging across the radiation belts, and produce differential and integral electron and proton fluence inputs for total-dose and charging analyses. Trigger: MEO trapped radiation, MEOv2 model, L-shell crossing, orbit-averaged spectrum, electron fluence, proton fluenc...

2 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentspythongoshellgitsecurity

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e1004-meo-meov2 --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1004 Meo Meov2?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for E1004 Meo Meov2
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1004-meo-meov2/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1004-meo-meov2)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: e1004-meo-meov2
description: "Use when computing MEO trapped-radiation flux spectra and mission fluence for a medium-Earth-orbit spacecraft per ECSS-E-ST-10-04C Annex B.3: interpolate a MEOv2-style spectral model across the crossed L-shell range, apply orbit-averaging across the radiation belts, and produce differential and integral electron and proton fluence inputs for total-dose and charging analyses. Trigger: MEO trapped radiation, MEOv2 model, L-shell crossing, orbit-averaged spectrum, electron fluence, proton fluence, radiation belts, e-st-10-04, ecss."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: ecss
    reference-only: true
gated: false
metadata:
  domain: space-systems
  subdomain: ecss
  tags: [ecss, e-st-10-04c, meo, meov2, trapped-radiation, radiation-belts, orbit-averaged, annex-b3]
  version: 0.1.0
  author: Aero Agent Skills
---

# E-ST-10-04C Annex B.3 — MEO Trapped Environment via MEOv2

## Overview

ECSS-E-ST-10-04C (Space environment) Annex B.3 references MEOv2 as the
recommended model for trapped electron and proton environments in Medium
Earth Orbit. Unlike LEO or GEO, an MEO spacecraft's ground track sweeps
across a wide range of McIlwain L-shells every revolution (crossing the
slot region, the outer electron belt, and the inner proton belt), so a
single-L flux lookup is not representative — the environment must be
built up by spectral interpolation over both L-shell and energy, then
integrated with the dwell time spent at each L-shell per orbit.

This skill computes that orbit-averaged differential flux spectrum and
the resulting mission fluence, and categorizes the result into a
qualitative severity band for first-pass screening.

## When to use

Invoke this skill when a task requires:
- The trapped electron/proton flux spectrum for an orbit whose L-shell
  varies significantly over one revolution (typical MEO, e.g. GPS/Galileo/
  GLONASS-class semi-synchronous orbits).
- An orbit-averaged or mission-integrated fluence figure to feed into
  total-ionizing-dose or displacement-damage calculations.
- A quick, defensible severity categorization of an MEO trapped
  environment before commissioning a full SPENVIS/OMERE run.

Do not use this skill for LEO-only or GEO-only environments (see the
dedicated `e1004-trapped-leo` and `e1004-geo-ige` leaves), nor for solar
particle events (see the `e1004-sep-direction`, `e1004-b6-esp`, and
`e1004-b7-solar-ions` leaves).

## Inputs

- `species`: `"electron"` or `"proton"`.
- A list of `LShellCrossing(l_shell, dwell_seconds)` segments describing
  how long the orbit dwells at each L-shell bin over one revolution.
- `energy_mev`: kinetic energy (or list of energies) of interest.
- `orbit_period_seconds` and `mission_duration_seconds` for fluence
  integration.

## Outputs

- `interpolate_flux(...)`: differential flux [#/cm²/s/MeV] at a single
  (L-shell, energy) point.
- `orbit_averaged_spectrum(...)`: dwell-time-weighted differential flux
  spectrum across an energy grid.
- `integrate_fluence(...)`: mission-integrated fluence [#/cm²/MeV] at a
  given energy.
- `categorize_severity(...)`: qualitative band (`"benign"`, `"elevated"`,
  `"severe"`) for the computed fluence. This is a screening aid only —
  it is never called "classification"; use "categorized" throughout,
  since the output is a category label, not a security classification.

## Usage

```python
from e1004_meo_meov2_logic import (
    LShellCrossing,
    orbit_averaged_spectrum,
    integrate_fluence,
    categorize_severity,
)

crossings = [
    LShellCrossing(l_shell=1.3, dwell_seconds=1800),
    LShellCrossing(l_shell=3.0, dwell_seconds=2400),
    LShellCrossing(l_shell=5.0, dwell_seconds=3600),
    LShellCrossing(l_shell=6.6, dwell_seconds=1200),
]

spectrum = orbit_averaged_spectrum("electron", crossings)
fluence_1mev = integrate_fluence(
    "electron", crossings, energy_mev=1.0,
    orbit_period_seconds=43200, mission_duration_seconds=5 * 365.25 * 86400,
)
band = categorize_severity("electron", fluence_1mev)
```

## Limitations

- The embedded flux tables are illustrative order-of-magnitude figures
  reproducing the well-known double-peaked electron belt structure and
  the inner-belt proton falloff with L. They are **not** digitized
  ONERA MEOv2 coefficients — that dataset is proprietary and distributed
  only through licensed SPENVIS/OMERE tooling. Replace `ELECTRON_LOG_FLUX`
  / `PROTON_LOG_FLUX` with licensed MEOv2 output before using results for
  a compliance verdict.
- Interpolation is linear in L and log-log in energy; it does not model
  local-time, solar-cycle, or magnetic-storm dependence.
- Severity bands are screening thresholds for engineering triage, not an
  ECSS pass/fail criterion.

## References

- ECSS-E-ST-10-04C, Space environment, Annex B.3 (MEO trapped
  environment, MEOv2).

Attribution

ashfordeOUashfordeOU
View sourceMore from ashfordeOU →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →