不依赖云端工具,排查本地或内网 HTTP 服务
Scanned 9/2/2026
Install to Claude Code
npx -y skills add wangzhe04/ruyi-workbench-oss --skill api-debugger --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Api Debugger?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wangzhe04-api-debugger)More formats (shields.io, HTML) on the badges page.
---
name: API 调试
description: 不依赖云端工具,排查本地或内网 HTTP 服务
---
# API Debugger
Use this skill to inspect local or intranet HTTP services without cloud tools.
Workflow:
1. Identify the service URL, method, headers, and body from local config or docs.
2. Use `http_request` for simple GET/POST/PUT/PATCH/DELETE checks.
3. Use `powershell_run` for richer tools already present on the machine, such as `curl.exe` or project scripts.
4. Correlate responses with local logs, config files, and source code.
5. Report status code, key headers, compact response snippets, and the likely failing layer.
Do not:
- Send secrets to public endpoints.
- Assume localhost, staging, or production are equivalent.
- Run destructive API calls unless the user asks and the target is clearly non-production.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!