# Send IT Disaster Recovery Plan Generator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-disaster-recovery",
    "name": "IT Disaster Recovery Plan Generator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-disaster-recovery",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-disaster-recovery",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/afrexai-disaster-recovery",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-disaster-recovery",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/afrexai-disaster-recovery"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/afrexai-disaster-recovery",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-disaster-recovery",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-disaster-recovery/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-disaster-recovery/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-disaster-recovery/agent.md"
  }
}
```
## Documentation

### IT Disaster Recovery Plan Generator

Build production-ready disaster recovery plans that actually get followed when things break.

### What This Does

Generates a complete DR plan covering infrastructure, data, applications, and communications. Output includes RTO/RPO targets, failover procedures, testing schedules, and cost modeling.

### When to Use

Building DR documentation for compliance (SOC 2, ISO 27001, HIPAA)
After an outage exposed gaps in your recovery process
Onboarding a new infrastructure team
Annual DR plan review and update

### How to Use

Tell the agent what you need. Be specific about your stack and requirements.

### Quick Start

Generate a disaster recovery plan for our SaaS platform. Stack: AWS (us-east-1 primary, eu-west-1 secondary), PostgreSQL RDS, Redis, S3. RTO target: 4 hours. RPO target: 1 hour. Team size: 8 engineers.

### Inputs to Provide

Infrastructure: Cloud provider, regions, key services
Data stores: Databases, object storage, message queues
RTO target: Maximum acceptable downtime
RPO target: Maximum acceptable data loss
Team size: Who's available during an incident
Compliance: Which frameworks apply (SOC 2, ISO 27001, HIPAA, PCI DSS)
Budget tier: Startup ($5K-$15K/yr) | Growth ($15K-$50K/yr) | Enterprise ($50K+/yr)

### 1. Risk Assessment Matrix

ThreatLikelihood (1-5)Impact (1-5)Risk ScoreMitigationRegion outage2510Multi-region active-activeDatabase corruption3515Point-in-time recovery + cross-region replicasRansomware3515Immutable backups + air-gapped copiesDNS failure248Multiple DNS providersKey person unavailable4312Runbook documentation + cross-training

### 2. Recovery Tier Classification

Tier 1 — Critical (RTO < 1hr)

Authentication service
Payment processing
Core API

Tier 2 — Important (RTO < 4hr)

Admin dashboard
Reporting
Email delivery

Tier 3 — Standard (RTO < 24hr)

Analytics
Internal tools
Dev/staging environments

### 3. Failover Procedures

For each Tier 1 service, generate step-by-step runbooks:

Pre-failover health checks
DNS/load balancer switchover steps
Data consistency verification
Post-failover smoke tests
Rollback procedure if failover fails

### 4. Backup Strategy

Data StoreBackup FrequencyRetentionLocationRecovery Test FrequencyPrimary DBContinuous (WAL)30 daysCross-regionMonthlyObject StorageCross-region replicationIndefiniteSecondary regionQuarterlyConfig/SecretsOn change90 daysEncrypted S3 + localMonthly

### 5. Communication Plan

Internal escalation: PagerDuty/Opsgenie chain with backup contacts
Status page: Auto-update triggers at incident declaration
Customer notification: Templates for P1-P4 severity levels
Executive briefing: 15-min cadence during P1, hourly during P2

### 6. Testing Schedule

Test TypeFrequencyScopeDurationTabletop exerciseQuarterlyFull team walkthrough2 hoursComponent failoverMonthlyIndividual service1 hourFull DR simulationAnnuallyComplete failover4-8 hoursBackup restoreMonthlyRandom data store1 hour

### 7. Cost Model

Break down DR spending by category:

Infrastructure (standby capacity, cross-region replication)
Tooling (monitoring, alerting, backup software)
Testing (engineer hours, cloud costs during drills)
Training (onboarding, annual refreshers)

Benchmark: DR typically costs 15-25% of primary infrastructure spend. Companies without DR plans face average downtime costs of $5,600/minute.

### Compliance Mapping

Map each DR control to framework requirements:

SOC 2 CC7.4/CC7.5: Incident response and recovery
ISO 27001 A.17: Information security continuity
HIPAA §164.308(a)(7): Contingency plan
PCI DSS 12.10: Incident response plan

### Rules

Always include specific commands and CLI examples (not just "failover the database")
Include estimated time for each step in runbooks
Flag single points of failure explicitly
Default to the 3-2-1 backup rule: 3 copies, 2 media types, 1 offsite
Include cost estimates in USD for each recommendation
Never assume unlimited budget — tier recommendations by cost

### Next Steps

Want to go deeper? Check out the full AI Context Packs — pre-built knowledge bases for SaaS, Healthcare, Legal, Manufacturing, and more. $47 per industry pack, or grab all 10 for $197.

Calculate what manual DR planning costs your team: AI Revenue Calculator

Set up your agent stack in 5 minutes: Agent Setup Wizard
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 1kalin
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/afrexai-disaster-recovery)
- [Send to Agent page](https://openagent3.xyz/skills/afrexai-disaster-recovery/agent)
- [JSON manifest](https://openagent3.xyz/skills/afrexai-disaster-recovery/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/afrexai-disaster-recovery/agent.md)
- [Download page](https://openagent3.xyz/downloads/afrexai-disaster-recovery)