rescuekit-quickstart

Configure RescueKit CLI/SDK environments with Bun, Alchemy, and RPCs.

1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Swader/rescuekit --skill rescuekit-quickstart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rescuekit-quickstart
Source: https://github.com/Swader/rescuekit/tree/main/.cursor/skills/rescuekit-quickstart
Command: npx skills add https://github.com/Swader/rescuekit --skill rescuekit-quickstart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines getting started with RescueKit by guiding teams through setup, environment configuration, and safety protocols so new users can confidently run scans, triage incidents, and plan rescue flows.

Core Features & Use Cases

  • Step-by-step onboarding to RescueKit CLI/SDK, including environment setup (Bun, Alchemy, RPCs).
  • Quick access to common workflows: scan, triage, plan, and rescue operations.
  • Safe defaults and safety constraints to prevent accidental fund transfers or credential exposure in real-world incidents.
  • Real-world use case: onboarding a new incident response engineer to perform a read-only scan and validate configuration before live rescues.

Quick Start

Run bun run setup to install dependencies, then configure environment variables and RPC endpoints to begin with a read-only scan.

Frequently Asked Questions about rescuekit-quickstart

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

FAQPage Schema
How do I set up the RescueKit CLI and SDK environment for incident response?

To set up the RescueKit CLI and SDK environment, run bun run setup to install dependencies, then configure your environment variables and RPC endpoints to initialize the workspace. This guided onboarding ensures new users can safely validate configurations with read-only scans before attempting live rescue operations.

What is the safest way to onboard a new incident responder to rescue planning workflows?

The safest way to onboard a new incident responder to rescue planning is using guided setup with enforced safety constraints and explicit incident flags. This approach prevents accidental fund transfers or credential exposure by requiring environment-based secret handling and applying safe defaults during triage and rescue operations.

Do I need Bun and Alchemy configured before running RescueKit scans and triage?

Yes, you need Bun and Alchemy configured before running RescueKit scans and triage. The onboarding process explicitly requires setting up these dependencies, alongside RPC endpoints and environment variables, to ensure the CLI and SDK can execute core workflows like read-only scans and incident triage safely.

How does environment-based secret handling prevent unsafe fund transfers during rescue operations?

Environment-based secret handling prevents unsafe fund transfers during rescue operations by isolating credentials in configured environment variables rather than inline code. This safety constraint, combined with explicit incident flags, ensures the RescueKit CLI requires deliberate authorization before executing any action that impacts live funds.

Can I perform a read-only scan to validate my RescueKit configuration before executing a live rescue?

Yes, you can perform a read-only scan to validate your RescueKit configuration before executing a live rescue. The quick start workflow specifically recommends beginning with a read-only scan to ensure your environment variables, RPC endpoints, and Bun setup are correctly configured without risking actual fund transfers.

What limitations or safety constraints should I be aware of when using RescueKit for triage?

When using RescueKit for triage, the primary safety constraints are the enforcement of explicit incident flags and environment-based secret handling. These limitations prevent the CLI from executing unsafe fund transfers or exposing credentials, meaning you must deliberately authorize any live rescue actions beyond read-only scans.