earth-view-server-apis

Debug Earth View server and API logic across Vite middleware and backend endpoints.

396|50|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/colincode0/earth-view --skill earth-view-server-apis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: earth-view-server-apis
Source: https://github.com/colincode0/earth-view/tree/main/.codex/skills/earth-view-server-apis
Command: npx skills add https://github.com/colincode0/earth-view --skill earth-view-server-apis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solve the problem of developing and debugging Earth View server/API logic across local middleware and backend endpoints.

Core Features & Use Cases

  • Coordinate edits across the local dev server, middleware, and API handlers.
  • Debug Sentinel authentication, image requests, and catalog searches, including streaming responses.
  • Align environment-variable handling and credential management for secure backend flows.

Quick Start

Start the local dev server and verify the Earth View API endpoints are reachable.

Frequently Asked Questions about earth-view-server-apis

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

FAQPage Schema
How do I debug Copernicus Sentinel authentication issues during local API development?

You can debug Sentinel authentication by coordinating edits across local dev middleware and API handlers, ensuring proper environment-variable handling and credential management for secure backend flows.

What is the best way to debug Earth View server endpoints and Vite middleware together?

Debugging Earth View server logic involves coordinating edits across local dev middleware, Vite wrappers, and API handlers to verify backend endpoints are reachable and functioning correctly.

How do I handle streaming responses for Sentinel image requests in a Vite middleware?

You can debug Sentinel image requests and catalog searches, including streaming responses, by running the local dev server and verifying API handler connectivity and behavior.

Can I use Vercel-style wrappers for Earth View API handlers during local development?

Yes, Vercel-style wrappers integrate with local dev middleware and environment-variable handling to ensure secure, predictable server-side behavior for Earth View API handlers.

Why does my Earth View API server return authentication errors when testing locally?

Authentication errors typically occur when environment variables and Sentinel credentials are misaligned across middleware and API handlers, requiring coordinated debugging of backend endpoints.