atmospheric-physics
v0.1.0Atmospheric physics: run instructions for the attested radiation budget computations signed in the ASDC bundle, the CERES EBAF energy budget closure and the cloud radiative effect at the top of the atmosphere.
By Open Science Pillars CommunityLicense: Apache-2.00 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install atmospheric-physics for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install atmospheric-physics@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/open-science-pillars/atmospheric-physicsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/cloud-radiative-effect/SKILL.md├── skills/energy-budget-closure/SKILL.md├── skills/methods/SKILL.md├── skills/receipt-figures/SKILL.md└── skills/sweep/SKILL.md
Included Skills5
Run the attested cloud radiative effect of the ASDC bundle, the CERES EBAF all-sky flux minus the clear-sky flux of a clear-sky convention the user chooses deliberately, through the provider bundle's sanctioned executor, and attest the receipt before quoting any number from it. Keywords: cloud radiative effect, CRE, cloud forcing, clear-sky, cloud-free area, total region, convention, shortwave, longwave, net, CERES, EBAF, radiation budget, region, latitude band.
Run the attested energy budget closure of the ASDC bundle, the CERES EBAF net top-of-atmosphere flux against the Argo ocean heat content rate with the published deep ocean and non-ocean terms, through the provider bundle's sanctioned executor, and attest the receipt before quoting any number from it. Keywords: energy budget, Earth energy imbalance, EEI, budget closure, CERES, EBAF, net TOA flux, ocean heat content, Argo, heat inventory, anchoring, anomaly trend.
Write the methods paragraph and the reference list of an attested ASDC run from the receipt's bookkeeping block and the concept's sources and from nothing else, naming the edition, the release date, the clear-sky convention, the anchoring decade and the Argo receipt's identity as the receipt records them, with the receipt field behind every sentence. Keywords: methods section, methods paragraph, write up, reference list, references, citation, provenance, how was this computed, what do I put in the paper, data availability, edition, release date, convention, anchoring decade, Argo receipt.
Draw a time series or a convention contrast from an attested ASDC computation receipt, and from nothing else: the renderer runs the receipt's attester first, verifies every array it draws against the receipt's own bookkeeping and hashes, and writes the run identifier, the code digest and the verdict into the caption. Keywords: plot, figure, chart, show me the series, net TOA flux series, energy budget figure, all-sky and clear-sky series, cloud radiative effect series, convention contrast, total-region against cloud-free-area, caption, provenance.
Sweep one parameter an attested ASDC computation declares and table the receipts: the sanctioned executor once per value, the attester on every receipt before any field is read, and a CSV, a markdown table and a JSON manifest of the executor's own headline fields, with a refused run as a row carrying its refusal code. Keywords: parameter sweep, every region, both clear-sky conventions, total-region, cloud-free-area, convention contrast, window dependence, sensitivity, table of runs, cloud radiative effect by region, energy budget closure over many windows.
Plugin manifests2
{
"name": "atmospheric-physics",
"version": "0.1.0",
"description": "Atmospheric physics: run instructions for the attested radiation budget computations signed in the ASDC bundle, the CERES EBAF energy budget closure and the cloud radiative effect at the top of the atmosphere.",
"dependencies": [
"core",
{
"name": "nasa-daac-knowledge",
"version": ">=2026.9.4"
}
],
"author": {
"name": "Open Science Pillars Community"
},
"homepage": "https://github.com/open-science-pillars/atmospheric-physics",
"license": "Apache-2.0",
"keywords": [
"atmospheric-physics",
"atmosphere",
"radiation-budget",
"ceres",
"ebaf",
"asdc",
"energy-budget",
"earth-energy-imbalance",
"cloud-radiative-effect",
"clear-sky",
"attested-computation"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "atmospheric-physics",
"version": "0.1.0",
"description": "Atmospheric physics: run instructions for the attested radiation budget computations signed in the ASDC bundle, the CERES EBAF energy budget closure and the cloud radiative effect at the top of the atmosphere.",
"author": {
"name": "Open Science Pillars Community"
},
"homepage": "https://github.com/open-science-pillars/atmospheric-physics",
"repository": "https://github.com/open-science-pillars/atmospheric-physics",
"license": "Apache-2.0",
"keywords": [
"atmospheric-physics",
"atmosphere",
"radiation-budget",
"ceres",
"ebaf",
"asdc",
"energy-budget",
"earth-energy-imbalance",
"cloud-radiative-effect",
"clear-sky",
"attested-computation"
],
"extensions": {
"io.github.open-science-pillars": {
"kind": "capability",
"status": "developing",
"spheres": [
"atmosphere"
],
"primary_sphere": "atmosphere",
"discipline": "Atmospheric Physics",
"package_type": "capability",
"dependencies": {
"capabilities": [
{
"name": "core"
}
],
"knowledge": [
{
"name": "nasa-daac-knowledge",
"version": ">=2026.9.4"
}
]
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[atmospheric-physics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/atmospheric-physics)