tool-use-guardian

Detect and recover failed AI agent tool executions with retries and checkpoints.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/z1439527767/claude-config --skill tool-use-guardian-z1439527767
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-use-guardian
Source: https://github.com/z1439527767/claude-config/tree/main/skills/imported/tool-use-guardian
Command: npx skills add https://github.com/z1439527767/claude-config --skill tool-use-guardian-z1439527767

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves unreliable AI agent workflows by detecting tool failures, recovering interrupted operations, and reducing failures caused by malformed responses, timeouts, and API issues.

Core Features & Use Cases

  • Failure Recovery: Classifies tool failures and applies retries, backoff strategies, checkpoint recovery, and corrective actions.
  • Tool Reliability Monitoring: Tracks recurring failures, identifies unreliable tools, and improves future tool-call decisions.
  • Use Case: An AI agent running a multi-step research workflow can use this Skill to resume from a failed step instead of restarting the entire process after a timeout or malformed response.

Quick Start

Ask the tool-use-guardian skill to monitor external tool calls, recover failures, and maintain checkpoints during my agent workflow.

Frequently Asked Questions about tool-use-guardian

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

FAQPage Schema
How do I recover failed tool calls in an AI agent workflow?

Failed tool calls are recovered by classifying failures and applying retries, backoff strategies, and checkpoint recovery to resume interrupted operations. This handles malformed responses, timeouts, and API issues automatically without restarting the entire workflow.

What causes API recovery and retry handling to fail in multi-step chains?

API recovery and retry handling often fail due to malformed responses, timeouts, and unreliable external integrations. Without checkpoint recovery, an agent must restart the entire multi-step chain instead of resuming from the specific failed step.

How does reliability monitoring improve agent infrastructure tool execution?

Reliability monitoring improves tool execution by tracking recurring failures and identifying unreliable tools. This failure data improves future tool-call decisions and reduces errors caused by malformed responses and API issues.

Can I resume a multi-step research workflow from a failed step instead of restarting?

Yes, you can resume a multi-step research workflow from a failed step using checkpoint recovery. This prevents restarting the entire process after a timeout or malformed response interrupts the external tool execution.

Do I need failure classification to handle external tool interruptions automatically?

Yes, failure classification is required to handle external tool interruptions automatically. It determines the specific corrective actions, retries, and backoff strategies needed to recover the failed execution effectively.