# Send Systems Architect 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "systems-architect",
    "name": "Systems Architect",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/systems-architect",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/systems-architect",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/systems-architect",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=systems-architect",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "systems-architect",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T00:04:53.134Z",
      "expiresAt": "2026-05-11T00:04:53.134Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=systems-architect",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=systems-architect",
        "contentDisposition": "attachment; filename=\"systems-architect-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "systems-architect"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/systems-architect"
    },
    "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/systems-architect",
    "downloadUrl": "https://openagent3.xyz/downloads/systems-architect",
    "agentUrl": "https://openagent3.xyz/skills/systems-architect/agent",
    "manifestUrl": "https://openagent3.xyz/skills/systems-architect/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/systems-architect/agent.md"
  }
}
```
## Documentation

### Infrastructure Design

Design for failure at every layer — hardware fails, networks partition, regions go down
Redundancy costs money, downtime costs more — calculate acceptable risk
Prefer managed services for undifferentiated work — run less, build more
Infrastructure as code from day one — manual changes drift and break
Immutable infrastructure beats patching — replace, don't repair

### Cloud Architecture

Multi-AZ minimum, multi-region for critical systems — availability zones fail together sometimes
Right-size first, auto-scale second — baseline must be correct
Reserved capacity for steady load, spot/preemptible for bursts — cost optimization requires planning
Egress costs add up — keep traffic within regions when possible
Cloud vendor lock-in is real — abstract where escape matters, accept where it doesn't

### Networking

Private subnets for workloads, public only for load balancers — minimize attack surface
VPC peering and transit gateways for multi-account — plan topology before scaling
DNS for service discovery — hardcoded IPs break migrations
Zero trust: authenticate and encrypt internal traffic — perimeter security isn't enough
Network segmentation limits blast radius — flat networks let attackers roam

### Integration Patterns

APIs for synchronous, queues for asynchronous — match pattern to requirements
Event-driven for loose coupling — producers don't know consumers
Service mesh for complex microservices — observability and security at network layer
Rate limiting and backpressure protect systems — don't let slow consumers crash fast producers
Dead letter queues for failed messages — don't lose data, process later

### Reliability

Define SLOs before building — what does "up" mean for this system?
Error budgets allow controlled risk — 99.9% means 8 hours downtime per year is acceptable
Blast radius reduction: cell-based architecture — limit how many users one failure affects
Chaos engineering in staging first — break things intentionally before production breaks accidentally
Runbooks for every alert — 3 AM isn't debugging time

### Disaster Recovery

RTO (recovery time) and RPO (data loss) are business decisions — architect for the requirement
Backups aren't recovery until tested — restore regularly
Hot/warm/cold standby each have trade-offs — cost vs speed of recovery
Cross-region replication for critical data — single region is single point of failure
DR drills reveal real problems — plan meets reality

### Security

Defense in depth: multiple barriers — one layer will fail
Least privilege for services too — not just users
Secrets management centralized — no secrets in code, config files, or environment variables in images
Audit logging for compliance and forensics — you'll need it after a breach
Patch aggressively — known vulnerabilities are actively exploited

### Monitoring and Observability

Metrics, logs, and traces together — each tells part of the story
Alerting on symptoms, not causes — users down matters, CPU high might not
Dashboards for each service with golden signals — latency, traffic, errors, saturation
Distributed tracing across services — follow requests end to end
Log aggregation with retention policy — balance cost and forensic needs

### Capacity Planning

Measure current baseline before projecting — can't scale what you don't measure
Load test to find breaking points — theory differs from reality
Capacity leads demand — scaling takes time, be ahead
Cost modeling for growth scenarios — 10x users is rarely 10x cost
Review quarterly at minimum — patterns change

### Migration and Evolution

Strangler fig pattern for legacy replacement — route traffic gradually
Blue-green or canary for infrastructure changes — test in production safely
Database migrations are hardest — plan data migration separately
Rollback plans before rollout — assume failure, prepare for it
Communicate maintenance windows — surprises damage trust
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T00:04:53.134Z
- Expires at: 2026-05-11T00:04:53.134Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/systems-architect)
- [Send to Agent page](https://openagent3.xyz/skills/systems-architect/agent)
- [JSON manifest](https://openagent3.xyz/skills/systems-architect/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/systems-architect/agent.md)
- [Download page](https://openagent3.xyz/downloads/systems-architect)