integrate-safe-recovery

Generate integration code for the safe-recovery-service-sdk with guardian recovery and alert subscriptions.

Updated Aug 7, 2025
One-click install
npx skills add https://github.com/candidelabs/safe-recovery-service-sdk --skill integrate-safe-recovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrate-safe-recovery
Source: https://github.com/candidelabs/safe-recovery-service-sdk/tree/main/.claude/skills/integrate-safe-recovery
Command: npx skills add https://github.com/candidelabs/safe-recovery-service-sdk --skill integrate-safe-recovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers integrate robust guardian-based recovery mechanisms into their applications for Safe accounts, ensuring users can regain access to their funds even if they lose their primary keys.

Core Features & Use Cases

  • Guardian Recovery Setup: Integrate self-managed guardian recovery flows.
  • Custodial Guardian Registration: Enable users to register email/SMS channels with a trusted service for recovery.
  • Alert Subscriptions: Set up notifications for recovery events.
  • Use Case: A dApp wants to offer its users a secure way to recover their Safe account if their wallet is compromised, by integrating with the Safe recovery service.

Quick Start

Use the integrate-safe-recovery skill to set up email and SMS alerts for recovery events.

Frequently Asked Questions about integrate-safe-recovery

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

FAQPage Schema
How do I add guardian recovery to a Safe account smart contract?

Guardian recovery is added by integrating the safe-recovery-service-sdk to generate tailored code snippets for self-managed recovery flows. This mechanism ensures users can regain access to Safe accounts if primary keys are lost.

What is custodial guardian registration for Safe wallet recovery?

Custodial guardian registration enables users to register email or SMS channels with a trusted service for Safe account recovery. It uses the safe-recovery-service-sdk to establish secure communication pathways for recovering compromised wallets.

How do I set up email and SMS alert subscriptions for Safe recovery events?

Alert subscriptions for Safe recovery events are configured by generating integration code via the safe-recovery-service-sdk. This allows your dApp to send notifications when specific recovery actions are triggered on a Safe account.

Can I use the safe-recovery-service-sdk with my existing Safe account dApp?

Yes, the safe-recovery-service-sdk integrates with existing Safe account applications. The Skill analyzes your project context to produce tailored integration snippets with appropriate authentication patterns for your dApp.

What authentication patterns are supported when integrating Safe guardian recovery?

Safe guardian recovery integration supports authentication patterns tailored to your project context. The Skill guides canonical method sequences for the safe-recovery-service-sdk, ensuring secure custodial guardian registration and alert subscriptions.