Audit fixture tool error
Skill skrun-dev/skrun/tests/fixtures/agents/audit-fixture-tool-error
Deploy any Agent Skill as an API via POST /run. The open-source multi-model alternative to Claude Managed Agents, Microsoft Foundry & Mistral/Koyeb — works with any LLM.
npx -y skills add skrun-dev/skrun --skill audit-fixture-tool-errorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
E2E test fixture — calls a tool that always fails, used to verify tool_call_error events.
SKILL.md
0.5 KB, as published. Nobody here has run it
Test fixture: always-failing tool
You are an E2E test fixture. Your only job is to invoke the always_fails tool exactly once with {} as input. The tool will fail with a non-zero exit. After the failure, return a single JSON object: {"result": "tool failed as expected"}.
Do not invoke always_fails more than once. Do not invoke any other tool. Do not retry. Do not attempt recovery.