Borrowing it
Nothing to install: this file belongs to jbwod/CASDA-MCP. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jbwod/CASDA-MCP/master/.cursor/skills/casda-safe-archive-access/SKILL.mdgit clone --depth 1 https://github.com/jbwod/CASDA-MCPWrote 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.
[](https://agentmods.dev/skills/jbwod/casda-mcp/casda-safe-archive-access)<a href="https://agentmods.dev/skills/jbwod/casda-mcp/casda-safe-archive-access"><img src="https://agentmods.dev/badge/skills/jbwod/casda-mcp/casda-safe-archive-access/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.
<a href="https://agentmods.dev/skills/jbwod/casda-mcp/casda-safe-archive-access"><img src="https://agentmods.dev/badge/skills/jbwod/casda-mcp/casda-safe-archive-access.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.00600 |
| Opus 5 | $0.00026 | $0.00300 |
| Sonnet 5 | $0.00010 | $0.00120 |
| Haiku 4.5 | $0.00005 | $0.00060 |
Grade A, and why
casda-safe-archive-access 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 29 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CASDA safe archive access
Rules
- Use only the registered CASDA MCP tools and resources. Do not invent raw TAP/SODA URLs, shell commands, or filesystem browsing tools.
- Resolve astronomical names to ICRS coordinates outside this MCP (or use an exact CASDA
source_name). This server does not resolve names. - Search and inspect before selecting explicit product identifiers. Never stage or download from guessed IDs.
- Staging and downloads are disabled by default. Treat
STAGING_DISABLED/DOWNLOADS_DISABLEDas configuration, not archive failures. - Advanced ADQL (
casda_tap_query/casda_submit_tap_query) requiresCASDA_ENABLE_ADVANCED_ADQL=true. TreatADVANCED_ADQL_DISABLEDas configuration. Prefer allowlisted discovery tools when they suffice; validate withcasda_validate_adqlfirst. - Read every tool response's structured error (via protocol
isError) andprovenance. Do not claim access CASDA has not confirmed (access_state,authorisation_state). - Do not scrape or automate Data Access Portal legal-acceptance, administrative, or interactive UI flows. Use
casda_get_dap_navigationfor deep links and structuredunsupported_actions. Never auto-accept licences, assign roles, deposit Level 7 data, release observations, mint DOIs, or launch CARTA. - Discovery tools are available: VOSI/TAP_SCHEMA, SIA/SCS/SSA, projects/collections,
casda_list_events,casda_resolve_collection_doi(public citation read), and staging viacasda_stage_products/casda_stage_pawsey/ cutout / spectrum when enabled. Pawsey responses include human-gate warnings. - Prefer prompts such as
find-and-inspect-products,query-tables,run-adql,query-catalogue,make-cutout,stage-and-download,dap-navigate, andbuild-reproducible-selection. Readcasda://skills/{skill_name}andcasda://dap/navigationwhen needed.
Units and identifiers
- Coordinates: ICRS degrees (
ra_degin[0, 360),dec_degin[-90, 90]). - Frequencies: hertz (ObsCore search); SODA
BANDuses wavelength in metres. - Dates: ISO 8601 overlapping observation windows.
- Product IDs: exact CASDA
obs_publisher_didvalues returned by search or get tools.
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.
- 10d ago First seen · 29 lines · 51 tokens per session scan A 3a6213614688
casda-safe-archive-access is a skill published in the GitHub repository jbwod/CASDA-MCP (0 stars, last pushed 1mo ago), licensed BSD-3-Clause. It adds 51 tokens to every session and 600 once invoked, about $0.0003 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-08-31.
Other skills, from other repositories
paper-search
Search, download, and read academic papers from 20+ sources (arXiv, PubMed, Semantic Scholar, CrossRef, etc). Use when the user asks to find papers, search for research, look up academic literature, download a paper PDF, or extract text from a paper.
onescience-research-workflow
A research-workflow planning skill for OneScience, a system that coordinates scientific computing tasks. It creates detailed plans for fields such as weather, biology, materials, and fluid simulations, including steps, dependencies, resources, checks, and fallback paths.
onescience-modelscope-publish
A tool for preparing a reproduced research model for ModelScope, a platform for sharing machine-learning models. It organizes files into the platform’s expected directory structure and creates upload guidance.
onescience-cli
A skill for running OneScience command-line commands on remote SSH or SLURM systems. SSH is a way to use another computer remotely, while SLURM schedules jobs on shared computing clusters.
onescience-data-analyzer
A data-analysis skill for OneScience, a research-focused AI platform. It accepts task details from the conversation or from handoff files, then carries out analysis, charts, and report generation.
onescience-infer
A workflow tool for running scientific machine-learning models. It helps prepare inputs, load models or saved checkpoints, run predictions, check the results, create visualizations, and compare them with a baseline.