mission-reunite-api

Query and manage Mine Rescue SAR cases via structured API endpoints.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/danmartinez78/echo-ghost-backup --skill mission-reunite-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission-reunite-api
Source: https://github.com/danmartinez78/echo-ghost-backup/tree/main/skills/research/mission-reunite-api
Command: npx skills add https://github.com/danmartinez78/echo-ghost-backup --skill mission-reunite-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pyproj, shapely, and includes scripts (resource) components.

What problem does it solve?

Mission Reunite API provides a programmatic interface for SAR teams to read cases, fetch case details, and post intel enrichments, enabling faster coordination and data-driven decision making.

Core Features & Use Cases

  • List and retrieve cases via GET endpoints to monitor caseload and case health.
  • Retrieve full case details including reports and location events for spatial analysis.
  • Post enrichments (weather, terrain, movement, etc.) to drive SAR actions and collaborative workflows.
  • Use case: ingest new case data, enrich with intel, and map enrichment results to cases for rapid incident response.

Quick Start

Authenticate and call GET /api/v1/cases to retrieve cases, then POST an enrichment to a selected case.

Frequently Asked Questions about mission-reunite-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve SAR case details and location events from the Mission Reunite API?

You can retrieve SAR case details and location events by authenticating and calling the GET /api/v1/cases endpoint to list cases, then fetching full details including reports and location events for spatial analysis.

How do I post enrichment data to a SAR case via the Mission Reunite API?

To post enrichment data to a SAR case via the Mission Reunite API, you select a retrieved case and submit a POST request containing intel such as weather, terrain, or movement details to drive collaborative SAR actions.

Can I use Python spatial analysis libraries with Mission Reunite API case data?

Yes, you can use Python spatial analysis libraries with Mission Reunite API case data. The skill supports end-to-end workflows and relies on shapely, pyproj, and numpy dependencies for spatial pattern analysis.

What is the best way to manage SAR case workflows using an OpenAPI interface?

The best way to manage SAR case workflows using an OpenAPI interface is to programmatically list cases, retrieve full details, post intel enrichments, and map enrichment results to cases for rapid incident response coordination.

Does the Mission Reunite API skill support end-to-end case management and spatial pattern analysis?

The Mission Reunite API skill supports end-to-end case management and spatial pattern analysis, enabling SAR investigators to ingest new case data, enrich it with intel, and map enrichment results for rapid incident response.