> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ironclaw.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Capabilities Overview

> 了解 IronClaw 的独特能力

IronClaw 将长期记忆、事件驱动自动化、并行执行与严格隔离控制结合在一起，让智能体能够安全地运行真实工作流。

<CardGroup cols={2}>
  <Card title="安全" icon="shield" href="/security">
    通过纵深防御保护提示安全、沙箱执行、泄漏检测与网络边界。
  </Card>

  <Card title="记忆" icon="database" href="/capabilities/memory/memory">
    提供可持久化、可搜索的记忆，并通过身份文件在多次会话之间保留行为与上下文。
  </Card>

  <Card title="例行任务" icon="clock" href="/capabilities/routines/cron">
    支持定时、heartbeat 与响应式执行模型，适用于主动式和事件驱动自动化。
  </Card>

  <Card title="任务" icon="suitcase" href="/capabilities/jobs/jobs">
    通过状态流转、重试与卡住恢复机制实现并行任务编排。
  </Card>

  <Card title="技能" icon="sparkles" href="/capabilities/skills">
    基于上下文激活的提示扩展，支持评分、门控与基于信任的工具削弱。
  </Card>

  <Card title="沙箱化工具" icon="cubes" href="/capabilities/sandboxed-tools">
    基于 Wasm 的工具隔离，提供显式能力声明、资源限制与受控 I/O。
  </Card>
</CardGroup>
