一键导入
agent-self-healing
Detect and repair security vulnerabilities or operational errors in the agent's own code and environment without manual intervention.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Detect and repair security vulnerabilities or operational errors in the agent's own code and environment without manual intervention.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Plan, reason, and verify across multiple levels using multi-step reasoning, tree-of-thought, and structured agent workflows.
Generate and apply complete design systems from text descriptions or visual examples using AI and modern tooling.
Adapt user interfaces automatically based on device, viewport, user preferences, and contextual signals.
Build and query knowledge graphs automatically to capture relationships between entities, concepts, and project artifacts.
Run agent tasks in isolated, sandboxed environments to prevent malicious or untrusted code from affecting the host system.
Store, retrieve, and evolve contextual and procedural knowledge using vector search, memory layers, and active forgetting.
| name | agent-self-healing |
| description | Detect and repair security vulnerabilities or operational errors in the agent's own code and environment without manual intervention. |
Category: Agent Operations & Security Priority: High
This skill enables DevinOS to detect vulnerabilities, errors, or misconfigurations in its own code, dependencies, or runtime environment, and then repair them automatically within safe boundaries. It combines monitoring, diagnosis, and remediation into a self-improving operational loop.
To improve system resilience, reduce downtime, and ensure the agent can recover from its own mistakes or from environmental issues without waiting for a human operator.
Use this skill when:
memory_manager.py and update relevant skills/rules.Scenario: A build fails because axios 1.6.0 has a known vulnerability and the lockfile pins it.
Agent Action:
axios to a patched version.Scenario: Production crashes and the agent applies a random patch without understanding the cause.
Agent Action: