ds9-prod-debug

Diagnose DS9 production issues via read-only Azure App Insights, Key Vault, and Postgres queries.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/sunilkgrao/aethervault --skill ds9-prod-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ds9-prod-debug
Source: https://github.com/sunilkgrao/aethervault/tree/main/deploy/openclaw-skills/ds9-prod-debug
Command: npx skills add https://github.com/sunilkgrao/aethervault --skill ds9-prod-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables safe production diagnostics on the Tribble/DS9 environment from Rao Desktop by restricting to read-only actions, validating prerequisites, and collecting telemetry without applying changes.

Core Features & Use Cases

  • Read-only Azure App Insights queries to identify failing requests, latency, and traces.
  • Readonly Postgres queries via the sanctioned tunnel VM to inspect production state without edits.
  • Access to Key Vault secrets and environment context for diagnostic planning, with strict access controls.
  • Guardrails and logging ensure diagnostics do not mutate production and provide auditable evidence.

Quick Start

From RaoDesktop, verify access and begin readonly production diagnostics using the provided scripts.

Frequently Asked Questions about ds9-prod-debug

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

FAQPage Schema
How do I safely query a production Postgres database in a read-only mode?

You can safely query production Postgres in read-only mode by connecting through a sanctioned tunnel VM that restricts operations. This approach inspects production state without applying edits or mutations to the database.

How can I check Azure App Insights for failing requests and latency without modifying production?

You can check Azure App Insights for failing requests and latency by executing read-only queries. This diagnostic approach collects telemetry and identifies traces without applying any changes to the production environment.

Can I access Azure Key Vault secrets for diagnostic planning from a local desktop environment?

Yes, you can access Azure Key Vault secrets from a local desktop environment for diagnostic planning. Strict access controls are enforced to ensure secrets are retrieved safely without compromising production security.

What are the prerequisites for diagnosing Tribble DS9 production issues from Rao Desktop?

Diagnosing DS9 production issues from Rao Desktop requires validating prerequisites like network access and permissions before starting. The process verifies access to the sanctioned tunnel, Azure services, and read-only database configurations.

Are there guardrails to prevent accidental data mutations during production diagnostics?

Yes, strict guardrails and logging prevent accidental data mutations during production diagnostics. The process enforces read-only modes, validates prerequisites, and reports clear results to provide auditable evidence of safety.