在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用http-testing
星标18
分支0
更新时间2026年2月14日 18:29
HTTP API testing and debugging
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
HTTP API testing and debugging
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
ArgoCD deployment and rollback operations
ArgoCD application management, sync operations, and GitOps troubleshooting
Database debugging and query execution
Docker container management and troubleshooting
Git repository operations and troubleshooting
Multi-source incident analysis and diagnostics
| name | http-testing |
| description | HTTP API testing and debugging |
| homepage | https://docs.aof.sh/skills/http-testing |
| metadata | {"emoji":"🔗","version":"1.0.0","requires":{"bins":["curl","jq"],"env":[],"config":[]},"tags":["http","api","testing"]} |
Test HTTP APIs for functionality, performance, and debugging.
curl http://endpoint/curl -X POST -d '{}' http://endpoint/curl -i http://endpoint/curl -H 'Authorization: Bearer token' http://endpoint/curl http://endpoint/ | jq .