devtu-fix-tool
✓Fix failing ToolUniverse tools by diagnosing test failures, identifying root causes, implementing fixes, and validating solutions. Use when ToolUniverse tools fail tests, return errors, have schema validation issues, or when asked to debug or fix tools in the ToolUniverse framework.
Installation
SKILL.md
Diagnose and fix failing ToolUniverse tools through systematic error identification, targeted fixes, and validation.
| Binary response | src/tooluniverse/tool.py + src/tooluniverse/data/tools.json | | Schema mismatch | src/tooluniverse/data/tools.json (returnschema) | | Missing data wrapper | src/tooluniverse/tool.py (operation methods) | | Endpoint URL | src/tooluniverse/data/tools.json (endpoint field) |
| Invalid test example | src/tooluniverse/data/tools.json (testexamples) | | Unit test updates | tests/unit/testtool.py (if exists) | | API key as parameter | src/tooluniverse/data/tools.json (remove param) + tool.py (use env var) | | Tool not loading (optional key) | src/tooluniverse/data/tools.json (use optionalapikeys not requiredapikeys) |
Fix failing ToolUniverse tools by diagnosing test failures, identifying root causes, implementing fixes, and validating solutions. Use when ToolUniverse tools fail tests, return errors, have schema validation issues, or when asked to debug or fix tools in the ToolUniverse framework. Source: mims-harvard/tooluniverse.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/mims-harvard/tooluniverse --skill devtu-fix-tool- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-15
- Updated
- 2026-02-18
Quick answers
What is devtu-fix-tool?
Fix failing ToolUniverse tools by diagnosing test failures, identifying root causes, implementing fixes, and validating solutions. Use when ToolUniverse tools fail tests, return errors, have schema validation issues, or when asked to debug or fix tools in the ToolUniverse framework. Source: mims-harvard/tooluniverse.
How do I install devtu-fix-tool?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mims-harvard/tooluniverse --skill devtu-fix-tool Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/mims-harvard/tooluniverse
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-15