Agent skill · AI & Agents

tool-use-guardian

FREE — Intelligent tool-call reliability wrapper. Monitors, retries, fixes, and learns from tool failures. Auto-recovers from truncated JSON, timeouts, rate limits, and mid-chain failures.

majiayu000github.com/majiayu000GitHub ↗
claude-codecopilotMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tool-use-guardian --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Declared author: christopherlhammer11-ai
Path: skills/agent/tool-use-guardian/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Tool Use Guardian ## Overview The reliability wrapper every AI agent needs. Monitors tool calls, auto-retries failures, fixes truncated responses, and learns which tools are unreliable — so you never lose your chain of thought. Free forever. Built by the Genesis Agent Marketplace. ## Install ```bash npx skills add christopherlhammer11-ai/tool-use-guardian ``` ## When to Use This Skill - Use when tool calls return truncated or malformed JSON - Use when APIs timeout or rate-limit your agent mid-task - Use when a multi-step chain breaks partway through - Use when you need automatic retry logic without writing it yourself - Use for any agent workflow that depends on external tool reliability ## How It Works ### Step 1: Pre-Call Validation Before every tool call, Guardian validates: - Required parameters are present and correctly typed - The tool is not marked as "unreliable" from previous failures - Request size is within known limits ### Step 2: Failure Classification When a tool call fails, Guardian classifies the failure into one of 9 categories: | Failure Type | Recovery Action | |---|---| | Truncated JSON | Re-fetch with pagination or smaller chunks | | API Timeout | Retry once

What's inside
Steps it walks through
  1. Overview
  2. Install
  3. When to Use This Skill
  4. How It Works
  5. Step 1: Pre-Call Validation
  6. Step 2: Failure Classification
  7. Step 3: Chain Protection
  8. Step 4: Learning
  9. Best Practices
  10. Related Skills
  11. Links
  12. Limitations
Ships with 1 file
  • metadata.json
Commands it runs
npx skills add christopherlhammer11-ai/tool-use-guardian
More from claude-skill-registry
All skills →
About this skill
What does the tool-use-guardian skill do?

FREE — Intelligent tool-call reliability wrapper. Monitors, retries, fixes, and learns from tool failures. Auto-recovers from truncated JSON, timeouts, rate limits, and mid-chain failures.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tool-use-guardian --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going